Class: Aws::Kendra::Types::ListFaqsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListFaqsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#faq_summary_items ⇒ Array<Types::FaqSummary>
information about the FAQs associated with the specified index.
-
#next_token ⇒ String
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.
Instance Attribute Details
#faq_summary_items ⇒ Array<Types::FaqSummary>
information about the FAQs associated with the specified index.
7178 7179 7180 7181 7182 7183 |
# File 'lib/aws-sdk-kendra/types.rb', line 7178 class ListFaqsResponse < Struct.new( :next_token, :faq_summary_items) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
7178 7179 7180 7181 7182 7183 |
# File 'lib/aws-sdk-kendra/types.rb', line 7178 class ListFaqsResponse < Struct.new( :next_token, :faq_summary_items) SENSITIVE = [] include Aws::Structure end |