v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1494674591.3 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/amazon-q-connect/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 Amazon Q in Connect 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

recommendationIdsRecommendationId[] required

The identifiers of the recommendations.

Response

Success

recommendationIdsRecommendationId[]

The identifiers of the recommendations.