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.
Contents
- actionGroupName
-
The name of the action group.
Type: String
Required: No
- apiPath
-
The path to the API to call, based off the action group.
Type: String
Required: No
- executionType
-
How fulfillment of the action is handled. For more information, see Handling fulfillment of the action.
Type: String
Valid Values:
LAMBDA | RETURN_CONTROL
Required: No
- function
-
The function in the action group to call.
Type: String
Required: No
- invocationId
-
The unique identifier of the invocation. Only returned if the
executionType
isRETURN_CONTROL
.Type: String
Required: No
- parameters
-
The parameters in the Lambda input event.
Type: Array of Parameter objects
Required: No
- requestBody
-
The parameters in the request body for the Lambda input event.
Type: RequestBody object
Required: No
- verb
-
The API method being used, based off the action group.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: