Properties of a TableCard.
Package
@google-cloud/dialogflow!Properties
buttons
buttons?: (google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.IButton[]|null);
TableCard buttons
Type | Description |
(google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.IButton[]|null) |
columnProperties
columnProperties?: (google.cloud.dialogflow.v2beta1.Intent.Message.IColumnProperties[]|null);
TableCard columnProperties
Type | Description |
(google.cloud.dialogflow.v2beta1.Intent.Message.IColumnProperties[]|null) |
image
image?: (google.cloud.dialogflow.v2beta1.Intent.Message.IImage|null);
TableCard image
Type | Description |
(google.cloud.dialogflow.v2beta1.Intent.Message.IImage|null) |
rows
rows?: (google.cloud.dialogflow.v2beta1.Intent.Message.ITableCardRow[]|null);
TableCard rows
Type | Description |
(google.cloud.dialogflow.v2beta1.Intent.Message.ITableCardRow[]|null) |
subtitle
subtitle?: (string|null);
TableCard subtitle
Type | Description |
(string|null) |
title
title?: (string|null);
TableCard title
Type | Description |
(string|null) |