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.
2716 2717 2718 2719 2720 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2716 class KnowledgeBaseQuery < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |