Class TableCard (2.3.0)

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

Table card for Actions on Google. .. attribute:: title

Required. Title of the card.

:type: str

Attributes

NameDescription
subtitle str
Optional. Subtitle to the title.
image google.cloud.dialogflow_v2.types.Intent.Message.Image
Optional. Image which should be displayed on the card.
column_properties Sequence[google.cloud.dialogflow_v2.types.Intent.Message.ColumnProperties]
Optional. Display properties for the columns in this table.
rows Sequence[google.cloud.dialogflow_v2.types.Intent.Message.TableCardRow]
Optional. Rows in this table of data.
buttons Sequence[google.cloud.dialogflow_v2.types.Intent.Message.BasicCard.Button]
Optional. List of buttons for the card.