Handling fulfillment of the action - Amazon Bedrock

Handling fulfillment of the action

When you configure the action group, you also select one of the following options for the agent to pass the information and parameters that it receives from the user:

  • Pass to a Lambda function that you create to define the business logic for the action group.

  • Skip using a Lambda function and return control by passing the information and parameters from the user in the InvokeAgent response. The information and parameters can be sent to your own systems to yield results and these results can be sent in the SessionState of another InvokeAgent request.

Select a topic to learn how to configure how fulfillment of the action group is handled after the necessary information has been elicited from the user.