GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest.fromJson constructor
GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest.fromJson(
core.Map json_)
: this(
participantRole: json_['participantRole'] as core.String?,
suggestionFeatureType: json_['suggestionFeatureType'] as core.String?,
);