SpeechAdaptationInfo.fromJson constructor

SpeechAdaptationInfo.fromJson(
  1. Map json_
)

Implementation

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