Skip to content

SessionBranchStatus

Namespace AgentPrism · Assembly AgentPrism.Core.dll

The outcome of a branching attempt.

public enum SessionBranchStatus

AgentNotFound = 4

The session’s agent cannot be resolved.

Branched = 0

The branch was opened.

InvalidRequest = 5

The request is invalid.

NoConversation = 2

The session has no conversation yet.

NotSupported = 6

Branching is not supported in this setup.

SessionExists = 3

The requested new session identity is already in use.

SessionNotFound = 1

The source session does not exist, or belongs to another tenant.