public interface SmartReplyAnswerOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnswerRecord()
public abstract String getAnswerRecord()The name of answer record, in the format of "projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record ID>"
string answer_record = 3 [(.google.api.resource_reference) = { ... }
| Type | Description |
| String | The answerRecord. |
getAnswerRecordBytes()
public abstract ByteString getAnswerRecordBytes()The name of answer record, in the format of "projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record ID>"
string answer_record = 3 [(.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for answerRecord. |
getConfidence()
public abstract float 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 confidence = 2;
| Type | Description |
| float | The confidence. |
getReply()
public abstract String getReply()The content of the reply.
string reply = 1;
| Type | Description |
| String | The reply. |
getReplyBytes()
public abstract ByteString getReplyBytes()The content of the reply.
string reply = 1;
| Type | Description |
| ByteString | The bytes for reply. |