ChatEngineChatEngineConfigArgs

data class ChatEngineChatEngineConfigArgs(val agentCreationConfig: Output<ChatEngineChatEngineConfigAgentCreationConfigArgs>? = null, val allowCrossRegion: Output<Boolean>? = null, val dialogflowAgentToLink: Output<String>? = null) : ConvertibleToJava<ChatEngineChatEngineConfigArgs>

Constructors

Link copied to clipboard
constructor(agentCreationConfig: Output<ChatEngineChatEngineConfigAgentCreationConfigArgs>? = null, allowCrossRegion: Output<Boolean>? = null, dialogflowAgentToLink: Output<String>? = null)

Properties

Link copied to clipboard

The configuration to generate the Dialogflow agent that is associated to this Engine. Exactly one of agent_creation_config or dialogflow_agent_to_link must be set. Structure is documented below.

Link copied to clipboard
val allowCrossRegion: Output<Boolean>? = null

If the flag set to true, we allow the agent and engine are in different locations, otherwise the agent and engine are required to be in the same location. The flag is set to false by default. Note that the allow_cross_region are one-time consumed by and passed to EngineService.CreateEngine. It means they cannot be retrieved using EngineService.GetEngine or EngineService.ListEngines API after engine creation.

Link copied to clipboard
val dialogflowAgentToLink: Output<String>? = null

The resource name of an existing Dialogflow agent to link to this Chat Engine. Format: projects/<Project_ID>/locations/<Location_ID>/agents/<Agent_ID>. Exactly one of agent_creation_config or dialogflow_agent_to_link must be set.

Functions

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