Google Cloud Dialogflow v2 API - Class Intent.Types.Message.Types.TableCard (4.18.0)

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.

Inheritance

object > Intent.Types.Message.Types.TableCard

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

TableCard()

public TableCard()

TableCard(TableCard)

public TableCard(Intent.Types.Message.Types.TableCard other)
Parameter
NameDescription
otherIntentTypesMessageTypesTableCard

Properties

Buttons

public RepeatedField<Intent.Types.Message.Types.BasicCard.Types.Button> Buttons { get; }

Optional. List of buttons for the card.

Property Value
TypeDescription
RepeatedFieldIntentTypesMessageTypesBasicCardTypesButton

ColumnProperties

public RepeatedField<Intent.Types.Message.Types.ColumnProperties> ColumnProperties { get; }

Optional. Display properties for the columns in this table.

Property Value
TypeDescription
RepeatedFieldIntentTypesMessageTypesColumnProperties

Image

public Intent.Types.Message.Types.Image Image { get; set; }

Optional. Image which should be displayed on the card.

Property Value
TypeDescription
IntentTypesMessageTypesImage

Rows

public RepeatedField<Intent.Types.Message.Types.TableCardRow> Rows { get; }

Optional. Rows in this table of data.

Property Value
TypeDescription
RepeatedFieldIntentTypesMessageTypesTableCardRow

Subtitle

public string Subtitle { get; set; }

Optional. Subtitle to the title.

Property Value
TypeDescription
string

Title

public string Title { get; set; }

Required. Title of the card.

Property Value
TypeDescription
string