Google Cloud Dialogflow V2Intent Message Browse Carousel Card Browse Carousel Card Item Args
data class GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemArgs(val description: Output<String>? = null, val footer: Output<String>? = null, val image: Output<GoogleCloudDialogflowV2IntentMessageImageArgs>? = null, val openUriAction: Output<GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionArgs>, val title: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemArgs>
Browsing carousel tile
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, footer: Output<String>? = null, image: Output<GoogleCloudDialogflowV2IntentMessageImageArgs>? = null, openUriAction: Output<GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionArgs>, title: Output<String>)
Properties
Link copied to clipboard
Optional. Description of the carousel item. Maximum of four lines of text.
Link copied to clipboard
Optional. Hero image for the carousel item.
Link copied to clipboard
val openUriAction: Output<GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionArgs>
Action to present to the user.