Card(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The card response message.
Attributes | |
---|---|
Name | Description |
title |
str
Optional. The title of the card. |
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.