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

GoogleCloudDialogflowV2beta1IntentMessageBasicCard

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

The basic card message. Useful for displaying information.

interface GoogleCloudDialogflowV2beta1IntentMessageBasicCard {
formattedText?: string;
subtitle?: string;
title?: string;
}

§Properties

§

Optional. The collection of card buttons.

§
formattedText?: string
[src]

Required, unless image is present. The body text of the card.

§

Optional. The image for the card.

§
subtitle?: string
[src]

Optional. The subtitle of the card.

§
title?: string
[src]

Optional. The title of the card.