Card(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The card response message. .. attribute:: title
Optional. The title of the card.
:type: str
Attributes | |
---|---|
Name | Description |
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_v2.types.Intent.Message.Card.Button]
Optional. The collection of card buttons. |
Classes
Button
Button(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Contains information about a button. .. attribute:: text
Optional. The text to show on the button.
:type: str