ApiInvocationInput - Amazon Bedrock

ApiInvocationInput

Contains information about the API operation that the agent predicts should be called.

This data type is used in the following API operations:

Contents

actionGroup

The action group that the API operation belongs to.

Type: String

Required: Yes

apiPath

The path to the API operation.

Type: String

Required: No

httpMethod

The HTTP method of the API operation.

Type: String

Required: No

parameters

The parameters to provide for the API request, as the agent elicited from the user.

Type: Array of ApiParameter objects

Required: No

requestBody

The request body to provide for the API request, as the agent elicited from the user.

Type: ApiRequestBody object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: