Class SmartReplyAnswer (4.47.0)

public final class SmartReplyAnswer extends GeneratedMessageV3 implements SmartReplyAnswerOrBuilder

Represents a smart reply answer.

Protobuf type google.cloud.dialogflow.v2.SmartReplyAnswer

Static Fields

ANSWER_RECORD_FIELD_NUMBER

public static final int ANSWER_RECORD_FIELD_NUMBER
Field Value
TypeDescription
int

CONFIDENCE_FIELD_NUMBER

public static final int CONFIDENCE_FIELD_NUMBER
Field Value
TypeDescription
int

REPLY_FIELD_NUMBER

public static final int REPLY_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SmartReplyAnswer getDefaultInstance()
Returns
TypeDescription
SmartReplyAnswer

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static SmartReplyAnswer.Builder newBuilder()
Returns
TypeDescription
SmartReplyAnswer.Builder

newBuilder(SmartReplyAnswer prototype)

public static SmartReplyAnswer.Builder newBuilder(SmartReplyAnswer prototype)
Parameter
NameDescription
prototypeSmartReplyAnswer
Returns
TypeDescription
SmartReplyAnswer.Builder

parseDelimitedFrom(InputStream input)

public static SmartReplyAnswer parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SmartReplyAnswer
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SmartReplyAnswer parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SmartReplyAnswer
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SmartReplyAnswer parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SmartReplyAnswer
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SmartReplyAnswer parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SmartReplyAnswer
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SmartReplyAnswer parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SmartReplyAnswer
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SmartReplyAnswer parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SmartReplyAnswer
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SmartReplyAnswer parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SmartReplyAnswer
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SmartReplyAnswer parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SmartReplyAnswer
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SmartReplyAnswer parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SmartReplyAnswer
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SmartReplyAnswer parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SmartReplyAnswer
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SmartReplyAnswer parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SmartReplyAnswer
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SmartReplyAnswer parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SmartReplyAnswer
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SmartReplyAnswer> parser()
Returns
TypeDescription
Parser<SmartReplyAnswer>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
float

The confidence.

getDefaultInstanceForType()

public SmartReplyAnswer getDefaultInstanceForType()
Returns
TypeDescription
SmartReplyAnswer

getParserForType()

public Parser<SmartReplyAnswer> getParserForType()
Returns
TypeDescription
Parser<SmartReplyAnswer>
Overrides

getReply()

public String getReply()

The content of the reply.

string reply = 1;

Returns
TypeDescription
String

The reply.

getReplyBytes()

public ByteString getReplyBytes()

The content of the reply.

string reply = 1;

Returns
TypeDescription
ByteString

The bytes for reply.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SmartReplyAnswer.Builder newBuilderForType()
Returns
TypeDescription
SmartReplyAnswer.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SmartReplyAnswer.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SmartReplyAnswer.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SmartReplyAnswer.Builder toBuilder()
Returns
TypeDescription
SmartReplyAnswer.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException