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
Namespace
Google \ Cloud \ Dialogflow \ V2 \ Intent \ MessageMethods
__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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setText
Required. Text in this cell.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|