Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveMessageContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveMessageContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The content of an agentic retrieval message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ String
The text content of the message.
Instance Attribute Details
#text ⇒ String
The text content of the message.
655 656 657 658 659 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 655 class AgenticRetrieveMessageContent < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |