public sealed class 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
IMessage<Intent.Types.Message.Types.TableCard>, IEquatable<Intent.Types.Message.Types.TableCard>, IDeepCloneable<Intent.Types.Message.Types.TableCard>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
TableCard()
public TableCard()
TableCard(Intent.Types.Message.Types.TableCard)
public TableCard(Intent.Types.Message.Types.TableCard other)
Parameter | |
---|---|
Name | Description |
other | Intent.Types.Message.Types.TableCard |
Properties
Buttons
public RepeatedField<Intent.Types.Message.Types.BasicCard.Types.Button> Buttons { get; }
Optional. List of buttons for the card.
Property Value | |
---|---|
Type | Description |
RepeatedField<Intent.Types.Message.Types.BasicCard.Types.Button> |
ColumnProperties
public RepeatedField<Intent.Types.Message.Types.ColumnProperties> ColumnProperties { get; }
Optional. Display properties for the columns in this table.
Property Value | |
---|---|
Type | Description |
RepeatedField<Intent.Types.Message.Types.ColumnProperties> |
Image
public Intent.Types.Message.Types.Image Image { get; set; }
Optional. Image which should be displayed on the card.
Property Value | |
---|---|
Type | Description |
Intent.Types.Message.Types.Image |
Rows
public RepeatedField<Intent.Types.Message.Types.TableCardRow> Rows { get; }
Optional. Rows in this table of data.
Property Value | |
---|---|
Type | Description |
RepeatedField<Intent.Types.Message.Types.TableCardRow> |
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 |