agentCreationConfig

@JvmName(name = "mdcaerfrdfnywwid")
suspend fun agentCreationConfig(value: Output<ChatEngineChatEngineConfigAgentCreationConfigArgs>)
@JvmName(name = "kpxwsypcgfxaxqut")
suspend fun agentCreationConfig(value: ChatEngineChatEngineConfigAgentCreationConfigArgs?)

Parameters

value

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.


@JvmName(name = "egvoqxfscraqoatr")
suspend fun agentCreationConfig(argument: suspend ChatEngineChatEngineConfigAgentCreationConfigArgsBuilder.() -> Unit)

Parameters

argument

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.