AgentAgentActionGroupFunctionSchemaArgs

data class AgentAgentActionGroupFunctionSchemaArgs(val memberFunctions: Output<AgentAgentActionGroupFunctionSchemaMemberFunctionsArgs>? = null) : ConvertibleToJava<AgentAgentActionGroupFunctionSchemaArgs>

Constructors

Link copied to clipboard
constructor(memberFunctions: Output<AgentAgentActionGroupFunctionSchemaMemberFunctionsArgs>? = null)

Properties

Link copied to clipboard

Contains a list of functions. Each function describes and action in the action group. See member_functions Block for details.

Functions

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