Class GoogleCloudDialogflowV2beta1IntentMessageTableCard
Table card for Actions on Google.
Inheritance
System.Object
GoogleCloudDialogflowV2beta1IntentMessageTableCard
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.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 |
|---|---|
| System.Collections.Generic.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 |
|---|---|
| System.Collections.Generic.IList<GoogleCloudDialogflowV2beta1IntentMessageColumnProperties> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Collections.Generic.IList<GoogleCloudDialogflowV2beta1IntentMessageTableCardRow> |
Subtitle
Optional. Subtitle to the title.
Declaration
[JsonProperty("subtitle")]
public virtual string Subtitle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
Required. Title of the card.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |