GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest constructor
GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest({
- String? participantRole,
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig? suggestionFeatureConfig,
Implementation
GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest({
this.participantRole,
this.suggestionFeatureConfig,
});