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

GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem

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

An item in the carousel.

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

§Properties

§
description?: string
[src]

Optional. The body text of the card.

§

Optional. The image to display.

§

Required. Additional info about the option item.

§
title?: string
[src]

Required. Title of the carousel item.