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

GoogleCloudDialogflowV2beta1IntentMessageCard

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

The card response message.

interface GoogleCloudDialogflowV2beta1IntentMessageCard {
imageUri?: string;
subtitle?: string;
title?: string;
}

§Properties

§

Optional. The collection of card buttons.

§
imageUri?: string
[src]

Optional. The public URI to an image file for the card.

§
subtitle?: string
[src]

Optional. The subtitle of the card.

§
title?: string
[src]

Optional. The title of the card.