Google Cloud Dialogflow v2beta1 API - Class Intent.Types.Message.Types.TableCardRow (1.0.0-beta15)

public sealed class Intent.Types.Message.Types.TableCardRow : IMessage<Intent.Types.Message.Types.TableCardRow>, IEquatable<Intent.Types.Message.Types.TableCardRow>, IDeepCloneable<Intent.Types.Message.Types.TableCardRow>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Intent.Types.Message.Types.TableCardRow.

Row of [TableCard][google.cloud.dialogflow.v2beta1.Intent.Message.TableCard].

Inheritance

object > Intent.Types.Message.Types.TableCardRow

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

TableCardRow()

public TableCardRow()

TableCardRow(TableCardRow)

public TableCardRow(Intent.Types.Message.Types.TableCardRow other)
Parameter
Name Description
other IntentTypesMessageTypesTableCardRow

Properties

Cells

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

Optional. List of cells that make up this row.

Property Value
Type Description
RepeatedFieldIntentTypesMessageTypesTableCardCell

DividerAfter

public bool DividerAfter { get; set; }

Optional. Whether to add a visual divider after this row.

Property Value
Type Description
bool