Class GoogleCloudDialogflowV2beta1IntentMessageTableCard
Table card for Actions on Google.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageTableCard : IDirectResponseSchema
Properties
Buttons
Optional. List of buttons for the card.
Declaration
[JsonProperty("buttons")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton> Buttons { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton> |
ColumnProperties
Optional. Display properties for the columns in this table.
Declaration
[JsonProperty("columnProperties")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageColumnProperties> ColumnProperties { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2beta1IntentMessageColumnProperties> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Image
Optional. Image which should be displayed on the card.
Declaration
[JsonProperty("image")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageImage Image { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1IntentMessageImage |
Rows
Optional. Rows in this table of data.
Declaration
[JsonProperty("rows")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageTableCardRow> Rows { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2beta1IntentMessageTableCardRow> |
Subtitle
Optional. Subtitle to the title.
Declaration
[JsonProperty("subtitle")]
public virtual string Subtitle { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Required. Title of the card.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |