v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1441225191.1 KB

Creates a session. A session is a contextual container used for generating recommendations. Amazon Connect creates a new Wisdom session for each contact on which Wisdom is enabled.

post/assistants/{assistantId}/sessions

Path parameters

assistantIdstring required

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

Request body

clientTokenstring

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.

descriptionstring

The description.

namestring required

The name of the session.

tagsobject

The tags used to organize, track, or control access for this resource.

Response

Success