BrowseCarouselCardItem(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Browsing carousel tile
Attributes | |
---|---|
Name | Description |
open_uri_action |
google.cloud.dialogflow_v2beta1.types.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction
Required. Action to present to the user. |
title |
str
Required. Title of the carousel item. Maximum of two lines of text. |
description |
str
Optional. Description of the carousel item. Maximum of four lines of text. |
image |
google.cloud.dialogflow_v2beta1.types.Intent.Message.Image
Optional. Hero image for the carousel item. |
footer |
str
Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text. |
Classes
OpenUrlAction
OpenUrlAction(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Actions on Google action to open a given url.