GoogleCloudDialogflowV2HumanAgentAssistantConfig constructor
GoogleCloudDialogflowV2HumanAgentAssistantConfig({
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig? endUserSuggestionConfig,
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig? humanAgentSuggestionConfig,
- GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig? messageAnalysisConfig,
- GoogleCloudDialogflowV2NotificationConfig? notificationConfig,
Implementation
GoogleCloudDialogflowV2HumanAgentAssistantConfig({
this.endUserSuggestionConfig,
this.humanAgentSuggestionConfig,
this.messageAnalysisConfig,
this.notificationConfig,
});