Google Cloud Dialogflow V2 Client - Class TableCardCell (1.0.1)

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

Cell of TableCardRow.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ text string

Required. Text in this cell.

getText

Required. Text in this cell.

Generated from protobuf field string text = 1;

Returns
TypeDescription
string

setText

Required. Text in this cell.

Generated from protobuf field string text = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this