GoogleCloudDialogflowV2HumanAgentAssistantConfig constructor

GoogleCloudDialogflowV2HumanAgentAssistantConfig({
  1. GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig? endUserSuggestionConfig,
  2. GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig? humanAgentSuggestionConfig,
  3. GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig? messageAnalysisConfig,
  4. GoogleCloudDialogflowV2NotificationConfig? notificationConfig,
})

Implementation

GoogleCloudDialogflowV2HumanAgentAssistantConfig({
  this.endUserSuggestionConfig,
  this.humanAgentSuggestionConfig,
  this.messageAnalysisConfig,
  this.notificationConfig,
});