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>
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.
7993 7994 7995 7996 7997 7998 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7993 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.
7993 7994 7995 7996 7997 7998 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7993 class ListFaqsResponse < Struct.new( :next_token, :faq_summary_items) SENSITIVE = [] include Aws::Structure end |