parameters

@JvmName(name = "bgvnyidocqppbxpa")
suspend fun parameters(value: Output<Map<String, AgentParameterDetailArgs>>)
@JvmName(name = "ncxekdhspahisqjd")
suspend fun parameters(value: Map<String, AgentParameterDetailArgs>?)

Parameters

value

The parameters that the agent elicits from the user to fulfill the function.


@JvmName(name = "tpfxxvsbvwmxtqjn")
suspend fun parameters(vararg argument: Pair<String, suspend AgentParameterDetailArgsBuilder.() -> Unit>)

Parameters

argument

The parameters that the agent elicits from the user to fulfill the function.


@JvmName(name = "ismrrasmhqxxresd")
fun parameters(vararg values: Pair<String, AgentParameterDetailArgs>)

Parameters

values

The parameters that the agent elicits from the user to fulfill the function.