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