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

GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard

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

Standalone Rich Business Messaging (RBM) rich card. Rich cards allow you to respond to users with more vivid content, e.g. with media and suggestions. You can group multiple rich cards into one using RbmCarouselCard but carousel cards will give you less control over the card layout.

interface GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard {
cardOrientation?: "CARD_ORIENTATION_UNSPECIFIED" | "HORIZONTAL" | "VERTICAL";
thumbnailImageAlignment?: "THUMBNAIL_IMAGE_ALIGNMENT_UNSPECIFIED" | "LEFT" | "RIGHT";
}

§Properties

§
cardOrientation?: "CARD_ORIENTATION_UNSPECIFIED" | "HORIZONTAL" | "VERTICAL"
[src]

Required. Orientation of the card.

§
thumbnailImageAlignment?: "THUMBNAIL_IMAGE_ALIGNMENT_UNSPECIFIED" | "LEFT" | "RIGHT"
[src]

Required if orientation is horizontal. Image preview alignment for standalone cards with horizontal layout.