public static final class HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder extends GeneratedMessage.Builder<HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder> implements HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySourceOrBuilderKnowledge base source settings.
Supported features: ARTICLE_SUGGESTION, FAQ.
Protobuf type
google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllKnowledgeBases(Iterable<String> values)
public HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder addAllKnowledgeBases(Iterable<String> values) Required. Knowledge bases to query. Format:
projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>. Currently, only one knowledge
base is supported.
repeated string knowledge_bases = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The knowledgeBases to add. |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder |
This builder for chaining. |
addKnowledgeBases(String value)
public HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder addKnowledgeBases(String value) Required. Knowledge bases to query. Format:
projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>. Currently, only one knowledge
base is supported.
repeated string knowledge_bases = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe knowledgeBases to add. |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder |
This builder for chaining. |
addKnowledgeBasesBytes(ByteString value)
public HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder addKnowledgeBasesBytes(ByteString value) Required. Knowledge bases to query. Format:
projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>. Currently, only one knowledge
base is supported.
repeated string knowledge_bases = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the knowledgeBases to add. |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder |
This builder for chaining. |
build()
public HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource build()| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource |
|
buildPartial()
public HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource buildPartial()| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource |
|
clear()
public HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder clear()| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder |
|
clearKnowledgeBases()
public HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder clearKnowledgeBases() Required. Knowledge bases to query. Format:
projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>. Currently, only one knowledge
base is supported.
repeated string knowledge_bases = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getKnowledgeBases(int index)
public String getKnowledgeBases(int index) Required. Knowledge bases to query. Format:
projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>. Currently, only one knowledge
base is supported.
repeated string knowledge_bases = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The knowledgeBases at the given index. |
getKnowledgeBasesBytes(int index)
public ByteString getKnowledgeBasesBytes(int index) Required. Knowledge bases to query. Format:
projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>. Currently, only one knowledge
base is supported.
repeated string knowledge_bases = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the knowledgeBases at the given index. |
getKnowledgeBasesCount()
public int getKnowledgeBasesCount() Required. Knowledge bases to query. Format:
projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>. Currently, only one knowledge
base is supported.
repeated string knowledge_bases = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of knowledgeBases. |
getKnowledgeBasesList()
public ProtocolStringList getKnowledgeBasesList() Required. Knowledge bases to query. Format:
projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>. Currently, only one knowledge
base is supported.
repeated string knowledge_bases = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the knowledgeBases. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource other)
public HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder mergeFrom(HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource other)| Parameter | |
|---|---|
| Name | Description |
other |
HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder |
|
setKnowledgeBases(int index, String value)
public HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder setKnowledgeBases(int index, String value) Required. Knowledge bases to query. Format:
projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>. Currently, only one knowledge
base is supported.
repeated string knowledge_bases = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe knowledgeBases to set. |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig.KnowledgeBaseQuerySource.Builder |
This builder for chaining. |