Class: Aws::BedrockAgentRuntime::Types::KnowledgeBaseQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::KnowledgeBaseQuery
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains the query made to the knowledge base.
This data type is used in the following API operations:
- Retrieve request – in the
retrievalQuery
field
^
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ String
The text of the query made to the knowledge base.
Instance Attribute Details
#text ⇒ String
The text of the query made to the knowledge base.
3265 3266 3267 3268 3269 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3265 class KnowledgeBaseQuery < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |