ChatEngineChatEngineConfigAgentCreationConfigArgs

data class ChatEngineChatEngineConfigAgentCreationConfigArgs(val business: Output<String>? = null, val defaultLanguageCode: Output<String>, val location: Output<String>? = null, val timeZone: Output<String>) : ConvertibleToJava<ChatEngineChatEngineConfigAgentCreationConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val business: Output<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: Output<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
val timeZone: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): ChatEngineChatEngineConfigAgentCreationConfigArgs