Interface protos.google.cloud.dialogflow.v2.Intent.Message.ITableCard (6.6.0)

Properties of a TableCard.

Package

@google-cloud/dialogflow

Properties

buttons

buttons?: (google.cloud.dialogflow.v2.Intent.Message.BasicCard.IButton[]|null);

TableCard buttons

columnProperties

columnProperties?: (google.cloud.dialogflow.v2.Intent.Message.IColumnProperties[]|null);

TableCard columnProperties

image

image?: (google.cloud.dialogflow.v2.Intent.Message.IImage|null);

TableCard image

rows

rows?: (google.cloud.dialogflow.v2.Intent.Message.ITableCardRow[]|null);

TableCard rows

subtitle

subtitle?: (string|null);

TableCard subtitle

title

title?: (string|null);

TableCard title