ChatEngineChatEngineConfigArgs

data class ChatEngineChatEngineConfigArgs(val agentCreationConfig: Output<ChatEngineChatEngineConfigAgentCreationConfigArgs>) : ConvertibleToJava<ChatEngineChatEngineConfigArgs>

Constructors

Link copied to clipboard
constructor(agentCreationConfig: Output<ChatEngineChatEngineConfigAgentCreationConfigArgs>)

Properties

Link copied to clipboard

The configuration to generate the Dialogflow agent that is associated to this Engine. Structure is documented below.

Functions

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