Class SmartReplyAnswer (4.48.0)

public final class SmartReplyAnswer extends GeneratedMessageV3 implements SmartReplyAnswerOrBuilder

Represents a smart reply answer.

Protobuf type google.cloud.dialogflow.v2beta1.SmartReplyAnswer

Static Fields

ANSWER_RECORD_FIELD_NUMBER

public static final int ANSWER_RECORD_FIELD_NUMBER
Field Value
Type Description
int

CONFIDENCE_FIELD_NUMBER

public static final int CONFIDENCE_FIELD_NUMBER
Field Value
Type Description
int

REPLY_FIELD_NUMBER

public static final int REPLY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SmartReplyAnswer getDefaultInstance()
Returns
Type Description
SmartReplyAnswer

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SmartReplyAnswer.Builder newBuilder()
Returns
Type Description
SmartReplyAnswer.Builder

newBuilder(SmartReplyAnswer prototype)

public static SmartReplyAnswer.Builder newBuilder(SmartReplyAnswer prototype)
Parameter
Name Description
prototype SmartReplyAnswer
Returns
Type Description
SmartReplyAnswer.Builder

parseDelimitedFrom(InputStream input)

public static SmartReplyAnswer parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SmartReplyAnswer
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SmartReplyAnswer parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SmartReplyAnswer
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SmartReplyAnswer parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SmartReplyAnswer
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SmartReplyAnswer parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SmartReplyAnswer
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SmartReplyAnswer parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SmartReplyAnswer
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SmartReplyAnswer parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SmartReplyAnswer
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SmartReplyAnswer parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SmartReplyAnswer
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SmartReplyAnswer parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SmartReplyAnswer
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SmartReplyAnswer parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SmartReplyAnswer
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SmartReplyAnswer parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SmartReplyAnswer
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SmartReplyAnswer parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SmartReplyAnswer
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SmartReplyAnswer parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SmartReplyAnswer
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SmartReplyAnswer> parser()
Returns
Type Description
Parser<SmartReplyAnswer>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAnswerRecord()

public 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
Type Description
String

The answerRecord.

getAnswerRecordBytes()

public 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
Type Description
ByteString

The bytes for answerRecord.

getConfidence()

public 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
Type Description
float

The confidence.

getDefaultInstanceForType()

public SmartReplyAnswer getDefaultInstanceForType()
Returns
Type Description
SmartReplyAnswer

getParserForType()

public Parser<SmartReplyAnswer> getParserForType()
Returns
Type Description
Parser<SmartReplyAnswer>
Overrides

getReply()

public String getReply()

The content of the reply.

string reply = 1;

Returns
Type Description
String

The reply.

getReplyBytes()

public ByteString getReplyBytes()

The content of the reply.

string reply = 1;

Returns
Type Description
ByteString

The bytes for reply.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SmartReplyAnswer.Builder newBuilderForType()
Returns
Type Description
SmartReplyAnswer.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SmartReplyAnswer.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SmartReplyAnswer.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SmartReplyAnswer.Builder toBuilder()
Returns
Type Description
SmartReplyAnswer.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException