Agent Agent Action Group Action Group Executor Args
data class AgentAgentActionGroupActionGroupExecutorArgs(val customControl: Output<String>? = null, val lambda: Output<String>? = null) : ConvertibleToJava<AgentAgentActionGroupActionGroupExecutorArgs>
Properties
Link copied to clipboard
Custom control method for handling the information elicited from the user. Valid values: RETURN_CONTROL
. To skip using a Lambda function and instead return the predicted action group, in addition to the parameters and information required for it, in the InvokeAgent
response, specify RETURN_CONTROL
. Only one of custom_control
or lambda
can be specified.