GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings constructor

GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings({
  1. bool? noSmalltalk,
  2. bool? onlyEndUser,
})

Implementation

GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings({
  this.noSmalltalk,
  this.onlyEndUser,
});