Class SuggestFaqAnswersResponse (4.48.0)

public final class SuggestFaqAnswersResponse extends GeneratedMessageV3 implements SuggestFaqAnswersResponseOrBuilder

The request message for Participants.SuggestFaqAnswers.

Protobuf type google.cloud.dialogflow.v2.SuggestFaqAnswersResponse

Static Fields

CONTEXT_SIZE_FIELD_NUMBER

public static final int CONTEXT_SIZE_FIELD_NUMBER
Field Value
Type Description
int

FAQ_ANSWERS_FIELD_NUMBER

public static final int FAQ_ANSWERS_FIELD_NUMBER
Field Value
Type Description
int

LATEST_MESSAGE_FIELD_NUMBER

public static final int LATEST_MESSAGE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SuggestFaqAnswersResponse getDefaultInstance()
Returns
Type Description
SuggestFaqAnswersResponse

getDescriptor()

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

newBuilder()

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

newBuilder(SuggestFaqAnswersResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getContextSize()

public int getContextSize()

Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestFaqAnswersRequest.context_size field in the request if there aren't that many messages in the conversation.

int32 context_size = 3;

Returns
Type Description
int

The contextSize.

getDefaultInstanceForType()

public SuggestFaqAnswersResponse getDefaultInstanceForType()
Returns
Type Description
SuggestFaqAnswersResponse

getFaqAnswers(int index)

public FaqAnswer getFaqAnswers(int index)

Answers extracted from FAQ documents.

repeated .google.cloud.dialogflow.v2.FaqAnswer faq_answers = 1;

Parameter
Name Description
index int
Returns
Type Description
FaqAnswer

getFaqAnswersCount()

public int getFaqAnswersCount()

Answers extracted from FAQ documents.

repeated .google.cloud.dialogflow.v2.FaqAnswer faq_answers = 1;

Returns
Type Description
int

getFaqAnswersList()

public List<FaqAnswer> getFaqAnswersList()

Answers extracted from FAQ documents.

repeated .google.cloud.dialogflow.v2.FaqAnswer faq_answers = 1;

Returns
Type Description
List<FaqAnswer>

getFaqAnswersOrBuilder(int index)

public FaqAnswerOrBuilder getFaqAnswersOrBuilder(int index)

Answers extracted from FAQ documents.

repeated .google.cloud.dialogflow.v2.FaqAnswer faq_answers = 1;

Parameter
Name Description
index int
Returns
Type Description
FaqAnswerOrBuilder

getFaqAnswersOrBuilderList()

public List<? extends FaqAnswerOrBuilder> getFaqAnswersOrBuilderList()

Answers extracted from FAQ documents.

repeated .google.cloud.dialogflow.v2.FaqAnswer faq_answers = 1;

Returns
Type Description
List<? extends com.google.cloud.dialogflow.v2.FaqAnswerOrBuilder>

getLatestMessage()

public String getLatestMessage()

The name of the latest conversation message used to compile suggestion for.

Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>.

string latest_message = 2;

Returns
Type Description
String

The latestMessage.

getLatestMessageBytes()

public ByteString getLatestMessageBytes()

The name of the latest conversation message used to compile suggestion for.

Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>.

string latest_message = 2;

Returns
Type Description
ByteString

The bytes for latestMessage.

getParserForType()

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

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 SuggestFaqAnswersResponse.Builder newBuilderForType()
Returns
Type Description
SuggestFaqAnswersResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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