Google Cloud Dialogflow V2 Client - Class SmartReplyAnswer (1.6.0)

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

Represents a smart reply answer.

Generated from protobuf message google.cloud.dialogflow.v2.SmartReplyAnswer

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ reply string

The content of the reply.

↳ confidence float

Smart reply confidence. The system's confidence score that this reply is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain).

↳ answer_record string

The name of answer record, in the format of "projects/

getReply

The content of the reply.

Returns
TypeDescription
string

setReply

The content of the reply.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getConfidence

Smart reply confidence.

The system's confidence score that this reply is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain).

Returns
TypeDescription
float

setConfidence

Smart reply confidence.

The system's confidence score that this reply is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain).

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getAnswerRecord

The name of answer record, in the format of "projects/

Returns
TypeDescription
string

setAnswerRecord

The name of answer record, in the format of "projects/

Parameter
NameDescription
var string
Returns
TypeDescription
$this