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