Chat Engine Chat Engine Config Args
data class ChatEngineChatEngineConfigArgs(val agentCreationConfig: Output<ChatEngineChatEngineConfigAgentCreationConfigArgs>? = null, val dialogflowAgentToLink: Output<String>? = null) : ConvertibleToJava<ChatEngineChatEngineConfigArgs>
Constructors
Link copied to clipboard
constructor(agentCreationConfig: Output<ChatEngineChatEngineConfigAgentCreationConfigArgs>? = 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
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.