Google Cloud Dialogflow V2 Client - Class TableCard (2.0.1)

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

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Intent \ Message

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ title
string

Required. Title of the card.

↳ subtitle
string

Optional. Subtitle to the title.

↳ image
Image

Optional. Image which should be displayed on the card.

↳ column_properties
array< ColumnProperties >

Optional. Display properties for the columns in this table.

↳ rows
array< TableCardRow >

Optional. Rows in this table of data.

↳ buttons
array< BasicCard\Button >

Optional. List of buttons for the card.

getTitle

Required. Title of the card.

Returns
Type
Description
string

setTitle

Required. Title of the card.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getSubtitle

Optional. Subtitle to the title.

Returns
Type
Description
string

setSubtitle

Optional. Subtitle to the title.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getImage

Optional. Image which should be displayed on the card.

Returns
Type
Description
Image |null

hasImage

clearImage

setImage

Optional. Image which should be displayed on the card.

Parameter
Name
Description
var
Returns
Type
Description
$this

getColumnProperties

Optional. Display properties for the columns in this table.

Returns
Type
Description

setColumnProperties

Optional. Display properties for the columns in this table.

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

getRows

Optional. Rows in this table of data.

Returns
Type
Description

setRows

Optional. Rows in this table of data.

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

getButtons

Optional. List of buttons for the card.

Returns
Type
Description

setButtons

Optional. List of buttons for the card.

Parameter
Name
Description
var
array< BasicCard\Button >
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: