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