Class Card (2.9.1)

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

The card response message. .. attribute:: title

Optional. The title of the card.

:type: str

Attributes

NameDescription
subtitle str
Optional. The subtitle of the card.
image_uri str
Optional. The public URI to an image file for the card.
buttons Sequence[google.cloud.dialogflow_v2beta1.types.Intent.Message.Card.Button]
Optional. The collection of card buttons.

Classes

Button

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

Optional. Contains information about a button. .. attribute:: text

Optional. The text to show on the button.

:type: str