public final class SuggestKnowledgeAssistResponse extends GeneratedMessageV3 implements SuggestKnowledgeAssistResponseOrBuilder
The response message for
Participants.SuggestKnowledgeAssist.
Protobuf type google.cloud.dialogflow.v2beta1.SuggestKnowledgeAssistResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONTEXT_SIZE_FIELD_NUMBER
public static final int CONTEXT_SIZE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
KNOWLEDGE_ASSIST_ANSWER_FIELD_NUMBER
public static final int KNOWLEDGE_ASSIST_ANSWER_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 SuggestKnowledgeAssistResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SuggestKnowledgeAssistResponse.Builder newBuilder()
newBuilder(SuggestKnowledgeAssistResponse prototype)
public static SuggestKnowledgeAssistResponse.Builder newBuilder(SuggestKnowledgeAssistResponse prototype)
public static SuggestKnowledgeAssistResponse parseDelimitedFrom(InputStream input)
public static SuggestKnowledgeAssistResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SuggestKnowledgeAssistResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SuggestKnowledgeAssistResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SuggestKnowledgeAssistResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SuggestKnowledgeAssistResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SuggestKnowledgeAssistResponse parseFrom(CodedInputStream input)
public static SuggestKnowledgeAssistResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SuggestKnowledgeAssistResponse parseFrom(InputStream input)
public static SuggestKnowledgeAssistResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SuggestKnowledgeAssistResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SuggestKnowledgeAssistResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SuggestKnowledgeAssistResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getContextSize()
public int getContextSize()
Number of messages prior to and including
latest_message
to compile the suggestion. It may be smaller than the
SuggestKnowledgeAssistRequest.context_size
field in the request if there are fewer messages in the conversation.
int32 context_size = 3;
Returns |
Type |
Description |
int |
The contextSize.
|
getDefaultInstanceForType()
public SuggestKnowledgeAssistResponse getDefaultInstanceForType()
getKnowledgeAssistAnswer()
public KnowledgeAssistAnswer getKnowledgeAssistAnswer()
Output only. Knowledge Assist suggestion.
.google.cloud.dialogflow.v2beta1.KnowledgeAssistAnswer knowledge_assist_answer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getKnowledgeAssistAnswerOrBuilder()
public KnowledgeAssistAnswerOrBuilder getKnowledgeAssistAnswerOrBuilder()
Output only. Knowledge Assist suggestion.
.google.cloud.dialogflow.v2beta1.KnowledgeAssistAnswer knowledge_assist_answer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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<SuggestKnowledgeAssistResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasKnowledgeAssistAnswer()
public boolean hasKnowledgeAssistAnswer()
Output only. Knowledge Assist suggestion.
.google.cloud.dialogflow.v2beta1.KnowledgeAssistAnswer knowledge_assist_answer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the knowledgeAssistAnswer field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SuggestKnowledgeAssistResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SuggestKnowledgeAssistResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SuggestKnowledgeAssistResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides