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

GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem

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

Browsing carousel tile

interface GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem {
description?: string;
footer?: string;
title?: string;
}

§Properties

§
description?: string
[src]

Optional. Description of the carousel item. Maximum of four lines of text.

§

Optional. Hero image for the carousel item.

§
title?: string
[src]

Required. Title of the carousel item. Maximum of two lines of text.