GoogleCloudDialogflowCxV3ResponseMessageText constructor

GoogleCloudDialogflowCxV3ResponseMessageText({
  1. bool? allowPlaybackInterruption,
  2. List<String>? text,
})

Implementation

GoogleCloudDialogflowCxV3ResponseMessageText({
  this.allowPlaybackInterruption,
  this.text,
});