Skip to content

Bedrock Agent Runtime  >  Structures  >  ReturnControlPayload

ReturnControlPayload

Structure Class

ReturnControlPayload dataclass

Contains information to return from the action group that the agent has predicted to invoke.

This data type is used in the following API operations:

Attributes

invocation_id class-attribute instance-attribute
invocation_id: str | None = None

The identifier of the action group invocation.

invocation_inputs class-attribute instance-attribute
invocation_inputs: list[InvocationInputMember] | None = None

A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.