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.
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.
string
setReply
The content of the reply.
var
string
$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).
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).
var
float
$this
getAnswerRecord
The name of answer record, in the format of "projects/
string
setAnswerRecord
The name of answer record, in the format of "projects/
var
string
$this