Google Cloud Dialogflow v2 API - Class Intent.Types.Message.Types.TableCardRow (4.9.0)

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 v2 API class Intent.Types.Message.Types.TableCardRow.

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

Inheritance

object > Intent.Types.Message.Types.TableCardRow

Namespace

GoogleCloudGoogle.Cloud.DialogflowV2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

TableCardRow()

public TableCardRow()

TableCardRow(TableCardRow)

public TableCardRow(Intent.Types.Message.Types.TableCardRow other)
Parameter
NameDescription
otherIntentTypesMessageTypesTableCardRow

Properties

Cells

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

Optional. List of cells that make up this row.

Property Value
TypeDescription
RepeatedFieldIntentTypesMessageTypesTableCardCell

DividerAfter

public bool DividerAfter { get; set; }

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

Property Value
TypeDescription
bool