public static final class SuggestFaqAnswersRequest.Builder extends GeneratedMessage.Builder<SuggestFaqAnswersRequest.Builder> implements SuggestFaqAnswersRequestOrBuilderThe request message for Participants.SuggestFaqAnswers.
Protobuf type google.cloud.dialogflow.v2.SuggestFaqAnswersRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SuggestFaqAnswersRequest.BuilderImplements
SuggestFaqAnswersRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SuggestFaqAnswersRequest build()| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest |
|
buildPartial()
public SuggestFaqAnswersRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest |
|
clear()
public SuggestFaqAnswersRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest.Builder |
|
clearAssistQueryParams()
public SuggestFaqAnswersRequest.Builder clearAssistQueryParams()Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 4;
| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest.Builder |
|
clearContextSize()
public SuggestFaqAnswersRequest.Builder clearContextSize()Optional. Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion. By default 20 and at most 50.
int32 context_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest.Builder |
This builder for chaining. |
clearLatestMessage()
public SuggestFaqAnswersRequest.Builder clearLatestMessage()Optional. The name of the latest conversation message to compile suggestion for. If empty, it will be the latest message of the conversation.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/messages/<Message ID>.
string latest_message = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest.Builder |
This builder for chaining. |
clearParent()
public SuggestFaqAnswersRequest.Builder clearParent() Required. The name of the participant to fetch suggestion for.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/participants/<Participant ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest.Builder |
This builder for chaining. |
getAssistQueryParams()
public AssistQueryParameters getAssistQueryParams()Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 4;
| Returns | |
|---|---|
| Type | Description |
AssistQueryParameters |
The assistQueryParams. |
getAssistQueryParamsBuilder()
public AssistQueryParameters.Builder getAssistQueryParamsBuilder()Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 4;
| Returns | |
|---|---|
| Type | Description |
AssistQueryParameters.Builder |
|
getAssistQueryParamsOrBuilder()
public AssistQueryParametersOrBuilder getAssistQueryParamsOrBuilder()Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 4;
| Returns | |
|---|---|
| Type | Description |
AssistQueryParametersOrBuilder |
|
getContextSize()
public int getContextSize()Optional. Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion. By default 20 and at most 50.
int32 context_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The contextSize. |
getDefaultInstanceForType()
public SuggestFaqAnswersRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLatestMessage()
public String getLatestMessage()Optional. The name of the latest conversation message to compile suggestion for. If empty, it will be the latest message of the conversation.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/messages/<Message ID>.
string latest_message = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The latestMessage. |
getLatestMessageBytes()
public ByteString getLatestMessageBytes()Optional. The name of the latest conversation message to compile suggestion for. If empty, it will be the latest message of the conversation.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/messages/<Message ID>.
string latest_message = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for latestMessage. |
getParent()
public String getParent() Required. The name of the participant to fetch suggestion for.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/participants/<Participant ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The name of the participant to fetch suggestion for.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/participants/<Participant ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasAssistQueryParams()
public boolean hasAssistQueryParams()Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the assistQueryParams field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeAssistQueryParams(AssistQueryParameters value)
public SuggestFaqAnswersRequest.Builder mergeAssistQueryParams(AssistQueryParameters value)Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
AssistQueryParameters |
| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest.Builder |
|
mergeFrom(SuggestFaqAnswersRequest other)
public SuggestFaqAnswersRequest.Builder mergeFrom(SuggestFaqAnswersRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SuggestFaqAnswersRequest |
| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SuggestFaqAnswersRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SuggestFaqAnswersRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest.Builder |
|
setAssistQueryParams(AssistQueryParameters value)
public SuggestFaqAnswersRequest.Builder setAssistQueryParams(AssistQueryParameters value)Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
AssistQueryParameters |
| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest.Builder |
|
setAssistQueryParams(AssistQueryParameters.Builder builderForValue)
public SuggestFaqAnswersRequest.Builder setAssistQueryParams(AssistQueryParameters.Builder builderForValue)Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AssistQueryParameters.Builder |
| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest.Builder |
|
setContextSize(int value)
public SuggestFaqAnswersRequest.Builder setContextSize(int value)Optional. Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion. By default 20 and at most 50.
int32 context_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe contextSize to set. |
| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest.Builder |
This builder for chaining. |
setLatestMessage(String value)
public SuggestFaqAnswersRequest.Builder setLatestMessage(String value)Optional. The name of the latest conversation message to compile suggestion for. If empty, it will be the latest message of the conversation.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/messages/<Message ID>.
string latest_message = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe latestMessage to set. |
| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest.Builder |
This builder for chaining. |
setLatestMessageBytes(ByteString value)
public SuggestFaqAnswersRequest.Builder setLatestMessageBytes(ByteString value)Optional. The name of the latest conversation message to compile suggestion for. If empty, it will be the latest message of the conversation.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/messages/<Message ID>.
string latest_message = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for latestMessage to set. |
| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest.Builder |
This builder for chaining. |
setParent(String value)
public SuggestFaqAnswersRequest.Builder setParent(String value) Required. The name of the participant to fetch suggestion for.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/participants/<Participant ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public SuggestFaqAnswersRequest.Builder setParentBytes(ByteString value) Required. The name of the participant to fetch suggestion for.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/participants/<Participant ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
SuggestFaqAnswersRequest.Builder |
This builder for chaining. |