Class: Aws::Kendra::Types::ListFaqsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#faq_summary_itemsArray<Types::FaqSummary>

information about the FAQs associated with the specified index.

Returns:



7178
7179
7180
7181
7182
7183
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7178

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

#next_tokenString

If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of FAQs.

Returns:

  • (String)


7178
7179
7180
7181
7182
7183
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7178

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