Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3GenerativeSettingsKnowledgeConnectorSettings

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 ".

Inheritance
object
GoogleCloudDialogflowCxV3GenerativeSettingsKnowledgeConnectorSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3GenerativeSettingsKnowledgeConnectorSettings : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX