GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest constructor

GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest({
  1. String? participantRole,
  2. String? suggestionFeatureType,
})

Implementation

GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest({
  this.participantRole,
  this.suggestionFeatureType,
});