GoogleCloudContactcenterinsightsV1ConversationDataOptions.fromJson constructor

GoogleCloudContactcenterinsightsV1ConversationDataOptions.fromJson(
  1. Map json_
)

Implementation

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