GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest constructor

GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest({
  1. String? participantRole,
  2. GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig? suggestionFeatureConfig,
})

Implementation

GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest({
  this.participantRole,
  this.suggestionFeatureConfig,
});