ActionGroupExecutor
Contains details about the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.
Inheritors
Types
To return the action group invocation results directly in the InvokeInlineAgent
response, specify RETURN_CONTROL
.
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
Functions
Casts this ActionGroupExecutor as a CustomControl and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.CustomControlMethod value. Throws an exception if the ActionGroupExecutor is not a CustomControl.
Casts this ActionGroupExecutor as a CustomControl and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.CustomControlMethod value. Returns null if the ActionGroupExecutor is not a CustomControl.
Casts this ActionGroupExecutor as a Lambda and retrieves its kotlin.String value. Throws an exception if the ActionGroupExecutor is not a Lambda.
Casts this ActionGroupExecutor as a Lambda and retrieves its kotlin.String value. Returns null if the ActionGroupExecutor is not a Lambda.