class Aws::Kendra::Types::ListFaqsRequest

@note When making an API call, you may pass ListFaqsRequest

data as a hash:

    {
      index_id: "IndexId", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] index_id

The index that contains the FAQ lists.
@return [String]

@!attribute [rw] next_token

If the result of the previous request to `ListFaqs` was truncated,
include the `NextToken` to fetch the next set of FAQs.
@return [String]

@!attribute [rw] max_results

The maximum number of FAQs to return in the response. If there are
fewer results in the list, this response contains only the actual
results.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListFaqsRequest AWS API Documentation

Constants

SENSITIVE