SessionStatus

@JsonClass(generateAdapter = false)
enum SessionStatus : Enum<SessionStatus>

Represents the current lifecycle state of a messaging session.

Entries

Link copied to clipboard

The session is actively connected with an agent.

Link copied to clipboard

The session has concluded.

Link copied to clipboard

The session is waiting for an agent to be assigned.

Link copied to clipboard

The session was recently created and has not yet been routed.

Link copied to clipboard

The session is awaiting user consent before proceeding.

Link copied to clipboard

The session is idle with no active participants.

Link copied to clipboard

The session encountered an error.

Link copied to clipboard

The session is temporarily paused.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.