GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardArgs

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

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardArgs

Properties

Link copied to clipboard

Optional. Settings for displaying the image. Applies to every image in items.

Link copied to clipboard

List of items in the Browse Carousel Card. Minimum of two items, maximum of ten.