ActionGroupInvocationInput¶
Structure Class¶
ActionGroupInvocationInput
dataclass
¶
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.
Attributes¶
action_group_name
class-attribute
instance-attribute
¶
The name of the action group.
api_path
class-attribute
instance-attribute
¶
The path to the API to call, based off the action group.
execution_type
class-attribute
instance-attribute
¶
execution_type: ExecutionType | None = None
How fulfillment of the action is handled. For more information, see Handling fulfillment of the action.
function
class-attribute
instance-attribute
¶
The function in the action group to call.
invocation_id
class-attribute
instance-attribute
¶
invocation_id: str | None = None
The unique identifier of the invocation. Only returned if the
executionType is RETURN_CONTROL.
parameters
class-attribute
instance-attribute
¶
The parameters in the Lambda input event.
request_body
class-attribute
instance-attribute
¶
request_body: RequestBody | None = None
The parameters in the request body for the Lambda input event.