Class: Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateOutput
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains the response generated from querying the knowledge base.
This data type is used in the following API operations:
- RetrieveAndGenerate response – in the
output
field
^
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ String
The response generated from querying the knowledge base.
Instance Attribute Details
#text ⇒ String
The response generated from querying the knowledge base.
6376 6377 6378 6379 6380 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6376 class RetrieveAndGenerateOutput < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |