You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#faq_summary_itemsArray<Types::FaqSummary>

information about the FAQs associated with the specified index.

Returns:

  • (Array<Types::FaqSummary>)

    information about the FAQs associated with the specified index.

#next_tokenString

The ListFaqs operation returns a page of FAQs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Kendra returns the NextPage token. Include the token in the next request to the ListFaqs operation to return the next page of FAQs.

Returns:

  • (String)

    The ListFaqs operation returns a page of FAQs at a time.