Class: Aws::BedrockAgentRuntime::Types::ApiRequestBody

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#contentHash<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.

Returns:



190
191
192
193
194
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 190

class ApiRequestBody < Struct.new(
  :content)
  SENSITIVE = []
  include Aws::Structure
end