GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText constructor

GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText({
  1. bool? allowPlaybackInterruption,
  2. String? ssml,
  3. String? text,
})

Implementation

GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText({
  this.allowPlaybackInterruption,
  this.ssml,
  this.text,
});