Class: Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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][1

    – in the input field

^

[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_RetrieveAndGenerate.html#API_agent-runtime_RetrieveAndGenerate_RequestSyntax

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The query made to the knowledge base.

Returns:

  • (String)


5219
5220
5221
5222
5223
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 5219

class RetrieveAndGenerateInput < Struct.new(
  :text)
  SENSITIVE = []
  include Aws::Structure
end