Skip to content

Session

Attributes

id

  • Type: string

Unique identifier for the object.

createdAt

  • Type: timestamp

Time at which the object was created. Measured in seconds since the Unix epoch.

startedAt

  • Type: timestamp (optional)

Time at which the the session has been started by a user first time. Measured in seconds since the Unix epoch.

finishedAt

  • Type: timestamp (optional)

Time at which the the session has been finished. Measured in seconds since the Unix epoch.

transcript

User & Avatar conversation text transcript.

status

  • Type: string

The current session status. It may be one of the following values:

  • requiresInput
  • processing
  • canceled
  • complete

version

  • Type: string (optional)

The client version that was used for the session.

params

The session settings

data

  • Type: object

This is the data about the user that has been extracted during the user interaction with the application.

  • key of the object mathes requested parameters
  • value of the object is a value