AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionArgs

data class AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionArgs(val description: Output<String>? = null, val name: Output<String>, val parameters: Output<List<AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionParameterArgs>>? = null) : ConvertibleToJava<AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionArgs>

Constructors

constructor(description: Output<String>? = null, name: Output<String>, parameters: Output<List<AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionParameterArgs>>? = null)

Properties

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

Description of the function and its purpose.

Link copied to clipboard
val name: Output<String>

Name for the function.

Link copied to clipboard

Parameters that the agent elicits from the user to fulfill the function. See parameters Block for details.

Functions

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