GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText.fromJson constructor
GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText.fromJson(
core.Map json_)
: this(
allowPlaybackInterruption:
json_['allowPlaybackInterruption'] as core.bool?,
ssml: json_['ssml'] as core.String?,
text: json_['text'] as core.String?,
);