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

Class: Aws::Kendra::Types::ListFaqsRequest

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

Overview

Note:

When passing ListFaqsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#index_idString

The index that contains the FAQ lists.

Returns:

  • (String)

    The index that contains the FAQ lists.

#max_resultsInteger

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.

Returns:

  • (Integer)

    The maximum number of FAQs to return in the response.

#next_tokenString

If the result of the previous request to ListFaqs was truncated, include the NextToken to fetch the next set of FAQs.

Returns:

  • (String)

    If the result of the previous request to ListFaqs was truncated, include the NextToken to fetch the next set of FAQs.