Class: Aws::BedrockAgentRuntime::Types::ApiRequestBody
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::ApiRequestBody
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
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:
^
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Hash<String,Types::PropertyParameters>
The content of the request body.
Instance Attribute Details
#content ⇒ Hash<String,Types::PropertyParameters>
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.
211 212 213 214 215 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 211 class ApiRequestBody < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |