Google Cloud Dialogflow V2 Client - Class TableCardRow (2.3.1)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class TableCardRow.

Row of TableCard.

Generated from protobuf message google.cloud.dialogflow.v2.Intent.Message.TableCardRow

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Intent \ Message

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ cells array<TableCardCell>

Optional. List of cells that make up this row.

↳ divider_after bool

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

getCells

Optional. List of cells that make up this row.

Returns
Type Description
Google\Protobuf\RepeatedField<TableCardCell>

setCells

Optional. List of cells that make up this row.

Parameter
Name Description
var array<TableCardCell>
Returns
Type Description
$this

getDividerAfter

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

Returns
Type Description
bool

setDividerAfter

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

Parameter
Name Description
var bool
Returns
Type Description
$this