public static interface GenerativeSettings.KnowledgeConnectorSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAgent()
Name of the virtual agent.
|
com.google.protobuf.ByteString |
getAgentBytes()
Name of the virtual agent.
|
String |
getAgentIdentity()
Identity of the agent, e.g.
|
com.google.protobuf.ByteString |
getAgentIdentityBytes()
Identity of the agent, e.g.
|
String |
getAgentScope()
Agent scope, e.g.
|
com.google.protobuf.ByteString |
getAgentScopeBytes()
Agent scope, e.g.
|
String |
getBusiness()
Name of the company, organization or other entity that the agent
represents.
|
com.google.protobuf.ByteString |
getBusinessBytes()
Name of the company, organization or other entity that the agent
represents.
|
String |
getBusinessDescription()
Company description, used for LLM prompt, e.g.
|
com.google.protobuf.ByteString |
getBusinessDescriptionBytes()
Company description, used for LLM prompt, e.g.
|
boolean |
getDisableDataStoreFallback()
Whether to disable fallback to Data Store search results (in case the LLM
couldn't pick a proper answer).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBusiness()
Name of the company, organization or other entity that the agent represents. Used for knowledge connector LLM prompt and for knowledge search.
string business = 1;com.google.protobuf.ByteString getBusinessBytes()
Name of the company, organization or other entity that the agent represents. Used for knowledge connector LLM prompt and for knowledge search.
string business = 1;String getAgent()
Name of the virtual agent. Used for LLM prompt. Can be left empty.
string agent = 2;com.google.protobuf.ByteString getAgentBytes()
Name of the virtual agent. Used for LLM prompt. Can be left empty.
string agent = 2;String getAgentIdentity()
Identity of the agent, e.g. "virtual agent", "AI assistant".
string agent_identity = 3;com.google.protobuf.ByteString getAgentIdentityBytes()
Identity of the agent, e.g. "virtual agent", "AI assistant".
string agent_identity = 3;String getBusinessDescription()
Company description, used for LLM prompt, e.g. "a family company selling freshly roasted coffee beans".
string business_description = 4;com.google.protobuf.ByteString getBusinessDescriptionBytes()
Company description, used for LLM prompt, e.g. "a family company selling freshly roasted coffee beans".
string business_description = 4;String getAgentScope()
Agent scope, e.g. "Example company website", "internal Example company website for employees", "manual of car owner".
string agent_scope = 5;com.google.protobuf.ByteString getAgentScopeBytes()
Agent scope, e.g. "Example company website", "internal Example company website for employees", "manual of car owner".
string agent_scope = 5;boolean getDisableDataStoreFallback()
Whether to disable fallback to Data Store search results (in case the LLM couldn't pick a proper answer). Per default the feature is enabled.
bool disable_data_store_fallback = 8;Copyright © 2025 Google LLC. All rights reserved.