Class GoogleCloudDialogflowV2beta1IntentMessageTableCard
Inheritance
GoogleCloudDialogflowV2beta1IntentMessageTableCard
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageTableCard : IDirectResponseSchema
Properties
Declaration
[JsonProperty("buttons")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton> Buttons { get; set; }
Property Value
ColumnProperties
Declaration
[JsonProperty("columnProperties")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageColumnProperties> ColumnProperties { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Image
Declaration
[JsonProperty("image")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageImage Image { get; set; }
Property Value
Rows
Declaration
[JsonProperty("rows")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageTableCardRow> Rows { get; set; }
Property Value
Subtitle
Declaration
[JsonProperty("subtitle")]
public virtual string Subtitle { get; set; }
Property Value
Title
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Implements