GoogleCloudContactcenterinsightsV1SpeechConfig.fromJson constructor

GoogleCloudContactcenterinsightsV1SpeechConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1SpeechConfig.fromJson(core.Map json_)
    : this(
        speechRecognizer: json_.containsKey('speechRecognizer')
            ? json_['speechRecognizer'] as core.String
            : null,
      );