View source: R/connectwisdomservice_operations.R
connectwisdomservice_list_import_jobs | R Documentation |
Lists information about import jobs.
See https://www.paws-r-sdk.com/docs/connectwisdomservice_list_import_jobs/ for full documentation.
connectwisdomservice_list_import_jobs(
knowledgeBaseId,
maxResults = NULL,
nextToken = NULL
)
knowledgeBaseId |
[required] The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN. |
maxResults |
The maximum number of results to return per page. |
nextToken |
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.