Class BrowseCarouselCardItem (2.27.0)

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

Browsing carousel tile

Attributes

NameDescription
open_uri_action google.cloud.dialogflow_v2.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_v2.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.