BrowseCarouselCard(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Browse Carousel Card for Actions on Google. https://developers.google.com/actions/assistant/responses#browsing_carousel
Attributes | |
---|---|
Name | Description |
items |
Sequence[google.cloud.dialogflow_v2.types.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem]
Required. List of items in the Browse Carousel Card. Minimum of two items, maximum of ten. |
image_display_options |
google.cloud.dialogflow_v2.types.Intent.Message.BrowseCarouselCard.ImageDisplayOptions
Optional. Settings for displaying the image. Applies to every image in items. |
Classes
BrowseCarouselCardItem
BrowseCarouselCardItem(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Browsing carousel tile
ImageDisplayOptions
ImageDisplayOptions(value)
Image display options for Actions on Google. This should be used for when the image's aspect ratio does not match the image container's aspect ratio.