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

GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent

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

Rich Business Messaging (RBM) Card content

interface GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent {
description?: string;
title?: string;
}

§Properties

§
description?: string
[src]

Optional. Description of the card (at most 2000 bytes). At least one of the title, description or media must be set.

§

Optional. However at least one of the title, description or media must be set. Media (image, GIF or a video) to include in the card.

§

Optional. List of suggestions to include in the card.

§
title?: string
[src]

Optional. Title of the card (at most 200 bytes). At least one of the title, description or media must be set.