Google Cloud Dialogflow V2 Client - Class TableCard (1.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

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
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.

Generated from protobuf field string title = 1;

Returns
Type
Description
string

setTitle

Required. Title of the card.

Generated from protobuf field string title = 1;

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getSubtitle

Optional. Subtitle to the title.

Generated from protobuf field string subtitle = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type
Description
string

setSubtitle

Optional. Subtitle to the title.

Generated from protobuf field string subtitle = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getImage

Optional. Image which should be displayed on the card.

Generated from protobuf field .google.cloud.dialogflow.v2.Intent.Message.Image image = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type
Description

hasImage

clearImage

setImage

Optional. Image which should be displayed on the card.

Generated from protobuf field .google.cloud.dialogflow.v2.Intent.Message.Image image = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name
Description
Returns
Type
Description
$this

getColumnProperties

Optional. Display properties for the columns in this table.

Generated from protobuf field repeated .google.cloud.dialogflow.v2.Intent.Message.ColumnProperties column_properties = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type
Description
Google\Protobuf\Internal\RepeatedField

setColumnProperties

Optional. Display properties for the columns in this table.

Generated from protobuf field repeated .google.cloud.dialogflow.v2.Intent.Message.ColumnProperties column_properties = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name
Description
Returns
Type
Description
$this

getRows

Optional. Rows in this table of data.

Generated from protobuf field repeated .google.cloud.dialogflow.v2.Intent.Message.TableCardRow rows = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type
Description
Google\Protobuf\Internal\RepeatedField

setRows

Optional. Rows in this table of data.

Generated from protobuf field repeated .google.cloud.dialogflow.v2.Intent.Message.TableCardRow rows = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name
Description
Returns
Type
Description
$this

getButtons

Optional. List of buttons for the card.

Generated from protobuf field repeated .google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button buttons = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type
Description
Google\Protobuf\Internal\RepeatedField

setButtons

Optional. List of buttons for the card.

Generated from protobuf field repeated .google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button buttons = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name
Description
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: