connectwisdomservice_search_quick_responses {paws.customer.engagement} | R Documentation |
Searches existing Wisdom quick responses in a Wisdom knowledge base
Description
Searches existing Wisdom quick responses in a Wisdom knowledge base.
See https://www.paws-r-sdk.com/docs/connectwisdomservice_search_quick_responses/ for full documentation.
Usage
connectwisdomservice_search_quick_responses(
attributes = NULL,
knowledgeBaseId,
maxResults = NULL,
nextToken = NULL,
searchExpression
)
Arguments
attributes |
The user-defined Amazon Connect contact attributes to be resolved when search results are returned. |
knowledgeBaseId |
[required] The identifier of the knowledge base. This should be a QUICK_RESPONSES type knowledge base. 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. |
searchExpression |
[required] The search expression for querying the quick response. |
[Package paws.customer.engagement version 0.9.0 Index]