View source: R/kendra_operations.R
kendra_list_faqs | R Documentation |
Gets a list of FAQs associated with an index.
See https://www.paws-r-sdk.com/docs/kendra_list_faqs/ for full documentation.
kendra_list_faqs(IndexId, NextToken = NULL, MaxResults = NULL)
IndexId |
[required] The index for the FAQs. |
NextToken |
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of FAQs. |
MaxResults |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.