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

Inherits:
Struct
  • Object
show all
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:

^

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The query made to the knowledge base.

Returns:

  • (String)


1973
1974
1975
1976
1977
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1973

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