Class: Aws::QBusiness::Types::SearchRelevantContentResponse

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

#next_tokenString

The token to use to retrieve the next set of results, if there are any.

Returns:

  • (String)


6702
6703
6704
6705
6706
6707
# File 'lib/aws-sdk-qbusiness/types.rb', line 6702

class SearchRelevantContentResponse < Struct.new(
  :relevant_content,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#relevant_contentArray<Types::RelevantContent>

The list of relevant content items found.

Returns:



6702
6703
6704
6705
6706
6707
# File 'lib/aws-sdk-qbusiness/types.rb', line 6702

class SearchRelevantContentResponse < Struct.new(
  :relevant_content,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end