GoogleCloudDialogflowCxV3MatchIntentResponse constructor
GoogleCloudDialogflowCxV3MatchIntentResponse({
- GoogleCloudDialogflowCxV3Page? currentPage,
- List<
GoogleCloudDialogflowCxV3Match> ? matches, - String? text,
- String? transcript,
- String? triggerEvent,
- String? triggerIntent,
Implementation
GoogleCloudDialogflowCxV3MatchIntentResponse({
this.currentPage,
this.matches,
this.text,
this.transcript,
this.triggerEvent,
this.triggerIntent,
});