Google Cloud Dialogflow V2Intent Message Browse Carousel Card Browse Carousel Card Item Response
data class GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemResponse(val description: String, val footer: String, val image: GoogleCloudDialogflowV2IntentMessageImageResponse, val openUriAction: GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionResponse, val title: String)
Browsing carousel tile
Constructors
Link copied to clipboard
constructor(description: String, footer: String, image: GoogleCloudDialogflowV2IntentMessageImageResponse, openUriAction: GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionResponse, title: 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: GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionResponse
Action to present to the user.