[EVENT]

A Session Ends

A session_end_result event will occur whenever the session_end command succeeds.

Parameters

reason string

A description of why the session ended, if included in the session_end command.

session_id number The unique ID given to the session when it started.

Example Response

Copy
{"event":{"event_type":"session_end_result", "reason":"User manually ended session.", "session_id":1234}}