GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest.fromJson constructor

GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest.fromJson(
  1. 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,
      );