public sealed class Intent.Types.Message.Types.TableCard : IMessage<Intent.Types.Message.Types.TableCard>, IEquatable<Intent.Types.Message.Types.TableCard>, IDeepCloneable<Intent.Types.Message.Types.TableCard>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.TableCard.
Table card for Actions on Google.
Implements
IMessageIntentTypesMessageTypesTableCard, IEquatableIntentTypesMessageTypesTableCard, IDeepCloneableIntentTypesMessageTypesTableCard, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
TableCard()
public TableCard()
TableCard(TableCard)
public TableCard(Intent.Types.Message.Types.TableCard other)
Parameter | |
---|---|
Name | Description |
other |
IntentTypesMessageTypesTableCard |
Properties
Buttons
public RepeatedField<Intent.Types.Message.Types.BasicCard.Types.Button> Buttons { get; }
Optional. List of buttons for the card.
Property Value | |
---|---|
Type | Description |
RepeatedFieldIntentTypesMessageTypesBasicCardTypesButton |
ColumnProperties
public RepeatedField<Intent.Types.Message.Types.ColumnProperties> ColumnProperties { get; }
Optional. Display properties for the columns in this table.
Property Value | |
---|---|
Type | Description |
RepeatedFieldIntentTypesMessageTypesColumnProperties |
Image
public Intent.Types.Message.Types.Image Image { get; set; }
Optional. Image which should be displayed on the card.
Property Value | |
---|---|
Type | Description |
IntentTypesMessageTypesImage |
Rows
public RepeatedField<Intent.Types.Message.Types.TableCardRow> Rows { get; }
Optional. Rows in this table of data.
Property Value | |
---|---|
Type | Description |
RepeatedFieldIntentTypesMessageTypesTableCardRow |
Subtitle
public string Subtitle { get; set; }
Optional. Subtitle to the title.
Property Value | |
---|---|
Type | Description |
string |
Title
public string Title { get; set; }
Required. Title of the card.
Property Value | |
---|---|
Type | Description |
string |