GoogleCloudContactcenterinsightsV1ConversationDataOptions.fromJson constructor
GoogleCloudContactcenterinsightsV1ConversationDataOptions.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1ConversationDataOptions.fromJson(
core.Map json_,
) : this(
includeDialogflowInteractionData:
json_['includeDialogflowInteractionData'] as core.bool?,
);