Create session

Create a new conversation session for the authenticated user.

Authentication

AuthorizationBearer

Send the agent framework auth token as Authorization: Bearer <token>.

Request

This endpoint expects an object.
channelstringRequiredDefaults to web
client_infomap from strings to anyOptional

Response

Session created.
idstring
user_idstring
statusstring
channelstring
client_infomap from strings to any
active_intentslist of strings
sentiment_scoreslist of doubles
escalation_riskdouble
created_atdatetime
updated_atdatetime
current_topicstring or null
last_activity_atdatetime or null
ended_atdatetime or null

Errors

401
Unauthorized Error