GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings.fromJson constructor

GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings.fromJson(
    core.Map json_)
    : this(
        dropHandoffMessages: json_['dropHandoffMessages'] as core.bool?,
        dropIvrMessages: json_['dropIvrMessages'] as core.bool?,
        dropVirtualAgentMessages:
            json_['dropVirtualAgentMessages'] as core.bool?,
      );