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

GoogleCloudDialogflowV2IntentMessage

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

A rich response message. Corresponds to the intent Response field in the Dialogflow console. For more information, see Rich response messages.

interface GoogleCloudDialogflowV2IntentMessage {
payload?: {
[key: string]: any;
}
;
platform?:
| "PLATFORM_UNSPECIFIED"
| "FACEBOOK"
| "SLACK"
| "TELEGRAM"
| "KIK"
| "SKYPE"
| "LINE"
| "VIBER"
| "ACTIONS_ON_GOOGLE"
| "GOOGLE_HANGOUTS";
}

§Properties

§

The basic card response for Actions on Google.

§

Browse carousel card for Actions on Google.

§

The carousel card response for Actions on Google.

§

The link out suggestion chip for Actions on Google.

§

The list card response for Actions on Google.

§

The media content card for Actions on Google.

§
payload?: {
[key: string]: any;
}
[src]

A custom platform-specific response.

§
platform?: "PLATFORM_UNSPECIFIED" | "FACEBOOK" | "SLACK" | "TELEGRAM" | "KIK" | "SKYPE" | "LINE" | "VIBER" | "ACTIONS_ON_GOOGLE" | "GOOGLE_HANGOUTS"
[src]

Optional. The platform that this message is intended for.

§

The quick replies response.

§

The voice and text-only responses for Actions on Google.

§

The suggestion chips for Actions on Google.

§

Table card for Actions on Google.