Class Card (2.13.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[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.