GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment.fromJson constructor

GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment.fromJson(
  core.Map json_,
) : this(
      allowPlaybackInterruption:
          json_['allowPlaybackInterruption'] as core.bool?,
      audio: json_['audio'] as core.String?,
      uri: json_['uri'] as core.String?,
    );