SpeechAdaptationInfo.fromJson constructor
SpeechAdaptationInfo.fromJson(
- Map json_
Implementation
SpeechAdaptationInfo.fromJson(core.Map json_)
: this(
adaptationTimeout: json_['adaptationTimeout'] as core.bool?,
timeoutMessage: json_['timeoutMessage'] as core.String?,
);