Class: Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateInput
 
- 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:
- RetrieveAndGenerate request – in the inputfield
^
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #text  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The query made to the knowledge base. 
Instance Attribute Details
#text ⇒ String
The query made to the knowledge base.
| 7725 7726 7727 7728 7729 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7725 class RetrieveAndGenerateInput < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |