GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig constructor

GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig({
  1. bool? disableHighLatencyFeaturesSyncDelivery,
  2. List<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig>? featureConfigs,
  3. List<String>? generators,
  4. bool? groupSuggestionResponses,
})

Implementation

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