GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings constructor

GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings({
  1. bool? dropHandoffMessages,
  2. bool? dropIvrMessages,
  3. bool? dropVirtualAgentMessages,
})

Implementation

GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings({
  this.dropHandoffMessages,
  this.dropIvrMessages,
  this.dropVirtualAgentMessages,
});