Session
Current state of a session.
- sessionType: string · Session Id
_id requiredThe session identifier.
- callType: string · Call Idnullable
_id The live call this session is analysing.
- configurationType: string · Configuration Idnullable
_id UUID of the configuration currently in force.
- customerType: object · Customer Metadatanullable
_metadata The opaque object supplied when the session was created.
- propertyType: anything
Name
- startedType: string · Started Atnullable
_at When the session was established (ISO 8601).
- statusType: string · Statusnullable
Lifecycle status, e.g.
established,ending,ended,failed, ortimed_out.