Class: Aws::QBusiness::Types::SearchRelevantContentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique identifier of the Amazon Q Business application to search.

Returns:

  • (String)


6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
# File 'lib/aws-sdk-qbusiness/types.rb', line 6927

class SearchRelevantContentRequest < Struct.new(
  :application_id,
  :query_text,
  :content_source,
  :attribute_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_filterTypes::AttributeFilter

Enables filtering of responses based on document attributes or metadata fields.



6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
# File 'lib/aws-sdk-qbusiness/types.rb', line 6927

class SearchRelevantContentRequest < Struct.new(
  :application_id,
  :query_text,
  :content_source,
  :attribute_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#content_sourceTypes::ContentSource

The source of content to search in.



6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
# File 'lib/aws-sdk-qbusiness/types.rb', line 6927

class SearchRelevantContentRequest < Struct.new(
  :application_id,
  :query_text,
  :content_source,
  :attribute_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
# File 'lib/aws-sdk-qbusiness/types.rb', line 6927

class SearchRelevantContentRequest < Struct.new(
  :application_id,
  :query_text,
  :content_source,
  :attribute_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. (You received this token from a previous call.)

Returns:

  • (String)


6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
# File 'lib/aws-sdk-qbusiness/types.rb', line 6927

class SearchRelevantContentRequest < Struct.new(
  :application_id,
  :query_text,
  :content_source,
  :attribute_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#query_textString

The text to search for.

Returns:

  • (String)


6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
# File 'lib/aws-sdk-qbusiness/types.rb', line 6927

class SearchRelevantContentRequest < Struct.new(
  :application_id,
  :query_text,
  :content_source,
  :attribute_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end