ActionGroupInvocationInput
Contains information about the action group being invoked. For more information about the possible structures, see the InvocationInput tab in OrchestrationTrace in the Amazon Bedrock User Guide.
Types
Properties
Link copied to clipboard
The name of the action group.
Link copied to clipboard
How fulfillment of the action is handled. For more information, see Handling fulfillment of the action.
Link copied to clipboard
The unique identifier of the invocation. Only returned if the executionType
is RETURN_CONTROL
.
Link copied to clipboard
The parameters in the Lambda input event.
Link copied to clipboard
The parameters in the request body for the Lambda input event.
Functions
Link copied to clipboard
inline fun copy(block: ActionGroupInvocationInput.Builder.() -> Unit = {}): ActionGroupInvocationInput