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