Class: Aws::Kendra::Types::ListFaqsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListFaqsResponse
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#faq_summary_items ⇒ Array<Types::FaqSummary>
Summary information about the FAQs for a 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>
Summary information about the FAQs for a specified index.
7211 7212 7213 7214 7215 7216 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7211 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.
7211 7212 7213 7214 7215 7216 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7211 class ListFaqsResponse < Struct.new( :next_token, :faq_summary_items) SENSITIVE = [] include Aws::Structure end |