Google Cloud Dialogflow V2 Client - Class ListSelect (1.8.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ListSelect.

The card for presenting a list of options to select from.

Generated from protobuf message google.cloud.dialogflow.v2.Intent.Message.ListSelect

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Intent \ Message

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ title string

Optional. The overall title of the list.

↳ items array<Google\Cloud\Dialogflow\V2\Intent\Message\ListSelect\Item>

Required. List items.

↳ subtitle string

Optional. Subtitle of the list.

getTitle

Optional. The overall title of the list.

Returns
TypeDescription
string

setTitle

Optional. The overall title of the list.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getItems

Required. List items.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setItems

Required. List items.

Parameter
NameDescription
var array<Google\Cloud\Dialogflow\V2\Intent\Message\ListSelect\Item>
Returns
TypeDescription
$this

getSubtitle

Optional. Subtitle of the list.

Returns
TypeDescription
string

setSubtitle

Optional. Subtitle of the list.

Parameter
NameDescription
var string
Returns
TypeDescription
$this