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

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.

Generated from protobuf field string reply = 1;

Returns
TypeDescription
string

setReply

The content of the reply.

Generated from protobuf field string reply = 1;

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

Generated from protobuf field float confidence = 2;

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

Generated from protobuf field float confidence = 2;

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getAnswerRecord

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

Generated from protobuf field string answer_record = 3 [(.google.api.resource_reference) = {

Returns
TypeDescription
string

setAnswerRecord

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

Generated from protobuf field string answer_record = 3 [(.google.api.resource_reference) = {

Parameter
NameDescription
var string
Returns
TypeDescription
$this