Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowCxV3MatchIntentResponse

import type { GoogleCloudDialogflowCxV3MatchIntentResponse } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Response of MatchIntent.

interface GoogleCloudDialogflowCxV3MatchIntentResponse {
text?: string;
transcript?: string;
triggerEvent?: string;
triggerIntent?: string;
}

§Properties

§

The current Page. Some, not all fields are filled in this message, including but not limited to name and display_name.

§

Match results, if more than one, ordered descendingly by the confidence we have that the particular intent matches the query.

§
text?: string
[src]

If natural language text was provided as input, this field will contain a copy of the text.

§
transcript?: string
[src]

If natural language speech audio was provided as input, this field will contain the transcript for the audio.

§
triggerEvent?: string
[src]

If an event was provided as input, this field will contain a copy of the event name.

§
triggerIntent?: string
[src]

If an intent was provided as input, this field will contain a copy of the intent identifier. Format: projects//locations//agents//intents/.