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.
6063 6064 6065 6066 6067 6068 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6063 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.
6063 6064 6065 6066 6067 6068 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6063 class ListFaqsResponse < Struct.new( :next_token, :faq_summary_items) SENSITIVE = [] include Aws::Structure end |