Class GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings
Settings for knowledge connector. These parameters are used for LLM prompt like "You are . You are a helpful and verbose at , . Your task is to help humans on ".
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings : IDirectResponseSchema
Properties
Agent
Name of the virtual agent. Used for LLM prompt. Can be left empty.
Declaration
[JsonProperty("agent")]
public virtual string Agent { get; set; }
Property Value
Type | Description |
---|---|
string |
AgentIdentity
Identity of the agent, e.g. "virtual agent", "AI assistant".
Declaration
[JsonProperty("agentIdentity")]
public virtual string AgentIdentity { get; set; }
Property Value
Type | Description |
---|---|
string |
AgentScope
Agent scope, e.g. "Example company website", "internal Example company website for employees", "manual of car owner".
Declaration
[JsonProperty("agentScope")]
public virtual string AgentScope { get; set; }
Property Value
Type | Description |
---|---|
string |
Business
Name of the company, organization or other entity that the agent represents. Used for knowledge connector LLM prompt and for knowledge search.
Declaration
[JsonProperty("business")]
public virtual string Business { get; set; }
Property Value
Type | Description |
---|---|
string |
BusinessDescription
Company description, used for LLM prompt, e.g. "a family company selling freshly roasted coffee beans".
Declaration
[JsonProperty("businessDescription")]
public virtual string BusinessDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
DisableDataStoreFallback
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.
Declaration
[JsonProperty("disableDataStoreFallback")]
public virtual bool? DisableDataStoreFallback { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |