AgentAgentActionGroupActionGroupExecutor

data class AgentAgentActionGroupActionGroupExecutor(val customControl: String? = null, val lambda: String? = null)

Constructors

Link copied to clipboard
constructor(customControl: String? = null, lambda: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customControl: String? = null

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.

Link copied to clipboard
val lambda: String? = null

ARN of the Lambda function containing the business logic that is carried out upon invoking the action. Only one of lambda or custom_control can be specified.