Class: Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Contains the response generated from querying 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 response generated from querying the knowledge base.

Returns:

  • (String)


1997
1998
1999
2000
2001
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1997

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