Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveMessageContent

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

Instance Attribute Details

#textString

The text content of the message.

Returns:

  • (String)


655
656
657
658
659
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 655

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