ChatEngineChatEngineConfigAgentCreationConfig

data class ChatEngineChatEngineConfigAgentCreationConfig(val business: String? = null, val defaultLanguageCode: String, val location: String? = null, val timeZone: String)

Constructors

constructor(business: String? = null, defaultLanguageCode: String, location: String? = null, timeZone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val business: String? = null

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

Link copied to clipboard

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

Link copied to clipboard
val location: String? = null

Agent location for Agent creation, currently supported values: global/us/eu, it needs to be the same region as the Chat Engine.

Link copied to clipboard

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