Discovery Engine v1 API - Class Engine.Types.ChatEngineConfig.Types.AgentCreationConfig (1.0.0-beta06)

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 v1 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.v1.EngineService.GetEngine] or [EngineService.ListEngines][google.cloud.discoveryengine.v1.EngineService.ListEngines] API after engine creation.

Inheritance

object > Engine.Types.ChatEngineConfig.Types.AgentCreationConfig

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

AgentCreationConfig()

public AgentCreationConfig()

AgentCreationConfig(AgentCreationConfig)

public AgentCreationConfig(Engine.Types.ChatEngineConfig.Types.AgentCreationConfig other)
Parameter
Name Description
other EngineTypesChatEngineConfigTypesAgentCreationConfig

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
Type Description
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
Type Description
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
Type Description
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
Type Description
string