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

GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard

import type { GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard {
imageDisplayOptions?:
| "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED"
| "GRAY"
| "WHITE"
| "CROPPED"
| "BLURRED_BACKGROUND";
}

§Properties

§
imageDisplayOptions?: "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED" | "GRAY" | "WHITE" | "CROPPED" | "BLURRED_BACKGROUND"
[src]

Optional. Settings for displaying the image. Applies to every image in items.

§

Required. List of items in the Browse Carousel Card. Minimum of two items, maximum of ten.