GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig constructor

GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig({
  1. bool? disableHighLatencyFeaturesSyncDelivery,
  2. bool? enableAsyncToolCall,
  3. List<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig>? featureConfigs,
  4. List<String>? generators,
  5. bool? groupSuggestionResponses,
  6. bool? skipEmptyEventBasedSuggestion,
  7. bool? useUnredactedConversationData,
})

Implementation

GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig({
  this.disableHighLatencyFeaturesSyncDelivery,
  this.enableAsyncToolCall,
  this.featureConfigs,
  this.generators,
  this.groupSuggestionResponses,
  this.skipEmptyEventBasedSuggestion,
  this.useUnredactedConversationData,
});