Removes the specified recommendations from the specified assistant's queue of newly available recommendations. You can use this API in conjunction with get_recommendations
and a waitTimeSeconds
input for long-polling behavior and avoiding duplicate recommendations.
See https://www.paws-r-sdk.com/docs/connectwisdomservice_notify_recommendations_received/ for full documentation.
connectwisdomservice_notify_recommendations_received(
assistantId,
recommendationIds,
sessionId
)
[required] The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
[required] The identifiers of the recommendations.
[required] The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.