GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig constructor

GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig({
  1. GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig? conversationModelConfig,
  2. GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig? conversationProcessConfig,
  3. bool? disableAgentQueryLogging,
  4. bool? enableConversationAugmentedQuery,
  5. bool? enableEventBasedSuggestion,
  6. GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig? queryConfig,
  7. GoogleCloudDialogflowV2SuggestionFeature? suggestionFeature,
  8. GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings? suggestionTriggerSettings,
})

Implementation

GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig({
  this.conversationModelConfig,
  this.conversationProcessConfig,
  this.disableAgentQueryLogging,
  this.enableConversationAugmentedQuery,
  this.enableEventBasedSuggestion,
  this.queryConfig,
  this.suggestionFeature,
  this.suggestionTriggerSettings,
});