Discovery Engine v1beta API - Class Engine.Types.ChatEngineConfig.Types.AgentCreationConfig (1.0.0-beta10)

public sealed class Engine.Types.ChatEngineConfig.Types.AgentCreationConfig : IMessage<Engine.Types.ChatEngineConfig.Types.AgentCreationConfig>, IEquatable<Engine.Types.ChatEngineConfig.Types.AgentCreationConfig>, IDeepCloneable<Engine.Types.ChatEngineConfig.Types.AgentCreationConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class Engine.Types.ChatEngineConfig.Types.AgentCreationConfig.

Configurations for generating a Dialogflow agent.

Note that these configurations are one-time consumed by and passed to Dialogflow service. It means they cannot be retrieved using [EngineService.GetEngine][google.cloud.discoveryengine.v1beta.EngineService.GetEngine] or [EngineService.ListEngines][google.cloud.discoveryengine.v1beta.EngineService.ListEngines] API after engine creation.

Inheritance

object > Engine.Types.ChatEngineConfig.Types.AgentCreationConfig

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

AgentCreationConfig()

public AgentCreationConfig()

AgentCreationConfig(AgentCreationConfig)

public AgentCreationConfig(Engine.Types.ChatEngineConfig.Types.AgentCreationConfig other)
Parameter
NameDescription
otherEngineTypesChatEngineConfigTypesAgentCreationConfig

Properties

Business

public string Business { get; set; }

Name of the company, organization or other entity that the agent represents. Used for knowledge connector LLM prompt and for knowledge search.

Property Value
TypeDescription
string

DefaultLanguageCode

public string DefaultLanguageCode { get; set; }

Required. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes.

Property Value
TypeDescription
string

Location

public string Location { get; set; }

Agent location for Agent creation, supported values: global/us/eu. If not provided, us Engine will create Agent using us-central-1 by default; eu Engine will create Agent using eu-west-1 by default.

Property Value
TypeDescription
string

TimeZone

public string TimeZone { get; set; }

Required. The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.

Property Value
TypeDescription
string