Class BrowseCarouselCardItem (2.8.1)

BrowseCarouselCardItem(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Browsing carousel tile .. attribute:: open_uri_action

Required. Action to present to the user.

:type: google.cloud.dialogflow_v2beta1.types.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction

Attributes

NameDescription
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. .. attribute:: url

Required. URL

:type: str