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 | |
---|---|
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.
Generated from protobuf field string reply = 1;
Returns | |
---|---|
Type | Description |
string |
setReply
The content of the reply.
Generated from protobuf field string reply = 1;
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).
Generated from protobuf field float confidence = 2;
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).
Generated from protobuf field float confidence = 2;
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |