Skip to content

Bedrock Agent Runtime  >  Structures  >  ApiRequestBody

ApiRequestBody

Structure Class

ApiRequestBody dataclass

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

This data type is used in the following API operations:

Attributes

content class-attribute instance-attribute
content: dict[str, PropertyParameters] | None = None

The content of the request body. The key of the object in this field is a media type defining the format of the request body.