Use action groups to define actions for your agent to perform
Note
Amazon Bedrock Agents (launched November 2023) is now 'Amazon Bedrock Agents Classic' and will no longer be open to new customers starting on July 30, 2026. For capabilities similar to Bedrock Agents Classic, explore Amazon Bedrock AgentCore. If you would like to use Bedrock Agents Classic, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see Amazon Bedrock Agents Classic maintenance mode.
An action group defines actions that the agent can help the user perform. For example, you could define an action group called BookHotel that helps users carry out actions that you can define such as:
-
CreateBooking– Helps users book a hotel. -
GetBooking– Helps users get information about a hotel they booked. -
CancelBooking– Helps users cancel a booking.
You create an action group by performing the following steps:
-
Define the parameters and information that the agent must elicit from the user for each action in the action group to be carried out.
-
Decide how the agent handles the parameters and information that it receives from the user and where it sends the information it elicits from the user.
To learn more about the components of an action group and how to create the action group after you set it up, select from the following topics: