GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemArgs

data class GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemArgs(val description: Output<String>? = null, val footer: Output<String>? = null, val image: Output<GoogleCloudDialogflowV2beta1IntentMessageImageArgs>? = null, val openUriAction: Output<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionArgs>, val title: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemArgs>

Browsing carousel tile

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

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

Link copied to clipboard
val footer: Output<String>? = null

Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text.

Link copied to clipboard

Optional. Hero image for the carousel item.

Link copied to clipboard
val title: Output<String>

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