Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class TableCard.
Table card for Actions on Google.
Generated from protobuf message google.cloud.dialogflow.v2.Intent.Message.TableCard
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ title
string
Required. Title of the card.
↳ subtitle
string
Optional. Subtitle to the title.
↳ image
Google\Cloud\Dialogflow\V2\Intent\Message\Image
Optional. Image which should be displayed on the card.
↳ column_properties
array< Google\Cloud\Dialogflow\V2\Intent\Message\ColumnProperties
>
Optional. Display properties for the columns in this table.
↳ rows
array< Google\Cloud\Dialogflow\V2\Intent\Message\TableCardRow
>
Optional. Rows in this table of data.
↳ buttons
array< Google\Cloud\Dialogflow\V2\Intent\Message\BasicCard\Button
>
Optional. List of buttons for the card.
getTitle
Required. Title of the card.
string
setTitle
Required. Title of the card.
var
string
$this
getSubtitle
Optional. Subtitle to the title.
string
setSubtitle
Optional. Subtitle to the title.
var
string
$this
getImage
Optional. Image which should be displayed on the card.
hasImage
clearImage
setImage
Optional. Image which should be displayed on the card.
$this
getColumnProperties
Optional. Display properties for the columns in this table.
setColumnProperties
Optional. Display properties for the columns in this table.
$this
getRows
Optional. Rows in this table of data.
setRows
Optional. Rows in this table of data.
$this
getButtons
Optional. List of buttons for the card.
setButtons
Optional. List of buttons for the card.
$this