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