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

GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard

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

Carousel Rich Business Messaging (RBM) rich card. Rich cards allow you to respond to users with more vivid content, e.g. with media and suggestions. If you want to show a single card with more control over the layout, please use RbmStandaloneCard instead.

interface GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard {
cardWidth?: "CARD_WIDTH_UNSPECIFIED" | "SMALL" | "MEDIUM";
}

§Properties

§

Required. The cards in the carousel. A carousel must have at least 2 cards and at most 10.

§
cardWidth?: "CARD_WIDTH_UNSPECIFIED" | "SMALL" | "MEDIUM"
[src]

Required. The width of the cards in the carousel.