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 | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
string |
|
setText
Required. Text in this cell.
Generated from protobuf field string text = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|