Performs a manual search against the specified assistant
Source:R/connectwisdomservice_operations.R
connectwisdomservice_query_assistant.RdPerforms a manual search against the specified assistant. To retrieve recommendations for an assistant, use get_recommendations.
See https://www.paws-r-sdk.com/docs/connectwisdomservice_query_assistant/ for full documentation.
Usage
connectwisdomservice_query_assistant(
assistantId,
maxResults = NULL,
nextToken = NULL,
queryText
)Arguments
- assistantId
[required] The identifier of the Wisdom assistant. 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.
- queryText
[required] The text to search for.