GoogleCloudContactcenterinsightsV1QaQuestionQaQuestionDataOptions.fromJson constructor
GoogleCloudContactcenterinsightsV1QaQuestionQaQuestionDataOptions.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1QaQuestionQaQuestionDataOptions.fromJson(
core.Map json_,
) : this(
conversationDataOptions: json_.containsKey('conversationDataOptions')
? GoogleCloudContactcenterinsightsV1ConversationDataOptions.fromJson(
json_['conversationDataOptions']
as core.Map<core.String, core.dynamic>,
)
: null,
);