Class: Aws::QConnect::Types::KnowledgeBaseAssociationConfigurationData

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

Overview

The data of the configuration for a KNOWLEDGE_BASE type Amazon Q in Connect Assistant Association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_tag_filterTypes::TagFilter

An object that can be used to specify Tag conditions.

Returns:



5421
5422
5423
5424
5425
5426
5427
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5421

class KnowledgeBaseAssociationConfigurationData < Struct.new(
  :content_tag_filter,
  :max_results,
  :override_knowledge_base_search_type)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


5421
5422
5423
5424
5425
5426
5427
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5421

class KnowledgeBaseAssociationConfigurationData < Struct.new(
  :content_tag_filter,
  :max_results,
  :override_knowledge_base_search_type)
  SENSITIVE = []
  include Aws::Structure
end

#override_knowledge_base_search_typeString

The search type to be used against the Knowledge Base for this request. The values can be SEMANTIC which uses vector embeddings or HYBRID which use vector embeddings and raw text

Returns:

  • (String)


5421
5422
5423
5424
5425
5426
5427
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5421

class KnowledgeBaseAssociationConfigurationData < Struct.new(
  :content_tag_filter,
  :max_results,
  :override_knowledge_base_search_type)
  SENSITIVE = []
  include Aws::Structure
end