Google Cloud Dialogflow V2 Client - Class SmartReplyAnswer (1.12.1)

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
Name Description
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
Type Description
string

setReply

The content of the reply.

Parameter
Name Description
var string
Returns
Type Description
$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
Type Description
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
Name Description
var float
Returns
Type Description
$this

getAnswerRecord

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

Returns
Type Description
string

setAnswerRecord

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

Parameter
Name Description
var string
Returns
Type Description
$this