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

GoogleCloudDialogflowV2beta1IntentMessage

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

Corresponds to the Response field in the Dialogflow console.

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

§Properties

§

Displays a basic card for Actions on Google.

§

Browse carousel card for Actions on Google.

§

Displays a carousel card for Actions on Google.

§

Displays a link out suggestion chip for Actions on Google.

§

Displays a list card 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" | "TELEPHONY" | "GOOGLE_HANGOUTS"
[src]

Optional. The platform that this message is intended for.

§

Rich Business Messaging (RBM) carousel rich card response.

§

Standalone Rich Business Messaging (RBM) rich card response.

§

Rich Business Messaging (RBM) text response. RBM allows businesses to send enriched and branded versions of SMS. See https://jibe.google.com/business-messaging.

§

Returns a voice or text-only response for Actions on Google.

§

Displays suggestion chips for Actions on Google.

§

Table card for Actions on Google.

§

Plays audio from a file in Telephony Gateway.

§

Synthesizes speech in Telephony Gateway.

§

Transfers the call in Telephony Gateway.