Google Cloud Dialogflow V2beta1Intent Message Browse Carousel Card Response
data class GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardResponse(val imageDisplayOptions: String, val items: List<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemResponse>)
Browse Carousel Card for Actions on Google. https://developers.google.com/actions/assistant/responses#browsing_carousel
Constructors
Link copied to clipboard
constructor(imageDisplayOptions: String, items: List<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemResponse>)
Properties
Link copied to clipboard
Optional. Settings for displaying the image. Applies to every image in items.
Link copied to clipboard
val items: List<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemResponse>
List of items in the Browse Carousel Card. Minimum of two items, maximum of ten.