v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1441225191.1 KB

Removes the specified recommendations from the specified assistant's queue of newly available recommendations. You can use this API in conjunction with <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetRecommendations.html">GetRecommendations</a> and a <code>waitTimeSeconds</code> input for long-polling behavior and avoiding duplicate recommendations.

post/assistants/{assistantId}/sessions/{sessionId}/recommendations/notify

Path parameters

assistantIdstring required

The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

sessionIdstring required

The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.

Request body

recommendationIdsString[] required

The identifiers of the recommendations.

Response

Success

recommendationIdsString[]

The identifiers of the recommendations.