GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig constructor
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig({
- GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig? conversationModelConfig,
- GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig? conversationProcessConfig,
- bool? disableAgentQueryLogging,
- bool? enableConversationAugmentedQuery,
- bool? enableEventBasedSuggestion,
- bool? enableQuerySuggestionOnly,
- bool? enableQuerySuggestionWhenNoAnswer,
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig? queryConfig,
- GoogleCloudDialogflowV2SuggestionFeature? suggestionFeature,
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings? suggestionTriggerSettings,
Implementation
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig({
this.conversationModelConfig,
this.conversationProcessConfig,
this.disableAgentQueryLogging,
this.enableConversationAugmentedQuery,
this.enableEventBasedSuggestion,
this.enableQuerySuggestionOnly,
this.enableQuerySuggestionWhenNoAnswer,
this.queryConfig,
this.suggestionFeature,
this.suggestionTriggerSettings,
});