Interface SmartReplyAnswerOrBuilder (4.43.0)

public interface SmartReplyAnswerOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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;

Returns
TypeDescription
float

The confidence.

getReply()

public abstract String getReply()

The content of the reply.

string reply = 1;

Returns
TypeDescription
String

The reply.

getReplyBytes()

public abstract ByteString getReplyBytes()

The content of the reply.

string reply = 1;

Returns
TypeDescription
ByteString

The bytes for reply.