Class: Aws::BedrockAgentRuntime::Types::KnowledgeBaseQuery

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 text of the query made to the knowledge base.

Returns:

  • (String)


1020
1021
1022
1023
1024
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1020

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