GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig constructor

GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig({
  1. GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig? conversationModelConfig,
  2. GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig? conversationProcessConfig,
  3. bool? disableAgentQueryLogging,
  4. bool? disableQuerySearchContext,
  5. bool? enableConversationAugmentedQuery,
  6. bool? enableEventBasedSuggestion,
  7. bool? enableQuerySuggestionOnly,
  8. bool? enableQuerySuggestionWhenNoAnswer,
  9. bool? enableResponseDebugInfo,
  10. GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig? queryConfig,
  11. GoogleCloudDialogflowV2RaiSettings? raiSettings,
  12. GoogleCloudDialogflowV2SuggestionFeature? suggestionFeature,
  13. String? suggestionTriggerEvent,
  14. GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings? suggestionTriggerSettings,
})

Implementation

GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig({
  this.conversationModelConfig,
  this.conversationProcessConfig,
  this.disableAgentQueryLogging,
  this.disableQuerySearchContext,
  this.enableConversationAugmentedQuery,
  this.enableEventBasedSuggestion,
  this.enableQuerySuggestionOnly,
  this.enableQuerySuggestionWhenNoAnswer,
  this.enableResponseDebugInfo,
  this.queryConfig,
  this.raiSettings,
  this.suggestionFeature,
  this.suggestionTriggerEvent,
  this.suggestionTriggerSettings,
});