GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig constructor

GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig({
  1. List<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig>? featureConfigs,
  2. bool? groupSuggestionResponses,
})

Implementation

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