GoogleCloudDialogflowCxV3MatchIntentResponse constructor

GoogleCloudDialogflowCxV3MatchIntentResponse({
  1. GoogleCloudDialogflowCxV3Page? currentPage,
  2. List<GoogleCloudDialogflowCxV3Match>? matches,
  3. String? text,
  4. String? transcript,
  5. String? triggerEvent,
  6. String? triggerIntent,
})

Implementation

GoogleCloudDialogflowCxV3MatchIntentResponse({
  this.currentPage,
  this.matches,
  this.text,
  this.transcript,
  this.triggerEvent,
  this.triggerIntent,
});