GoogleCloudDialogflowV2IntentMessageSimpleResponse constructor

GoogleCloudDialogflowV2IntentMessageSimpleResponse({
  1. String? displayText,
  2. String? ssml,
  3. String? textToSpeech,
})

Implementation

GoogleCloudDialogflowV2IntentMessageSimpleResponse({
  this.displayText,
  this.ssml,
  this.textToSpeech,
});