Class: Aws::BedrockAgentRuntime::Types::RetrievalResultContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrievalResultContent
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains the cited text from the data source.
This data type is used in the following API operations:
Retrieve response – in the
content
fieldRetrieveAndGenerate response – in the
content
fieldInvokeAgent response – in the
content
field
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ String
The cited text from the data source.
Instance Attribute Details
#text ⇒ String
The cited text from the data source.
4099 4100 4101 4102 4103 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4099 class RetrievalResultContent < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |