Google Cloud Dialogflow V2 Client - Class QuickReplies (1.6.0)

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

The quick replies response message.

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

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 title of the collection of quick replies.

↳ quick_replies array

Optional. The collection of quick replies.

getTitle

Optional. The title of the collection of quick replies.

Returns
TypeDescription
string

setTitle

Optional. The title of the collection of quick replies.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getQuickReplies

Optional. The collection of quick replies.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setQuickReplies

Optional. The collection of quick replies.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this