Class Card (2.0.0)

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

The card response message.

Attributes

NameDescription
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[.gcd_intent.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.