Compartir a través de


IAgentStateService Interface

Definition

Represents the interface for handling reading, creating, updating and deleting agent sessions.

public interface class IAgentStateService
public interface IAgentStateService
type IAgentStateService = interface
Public Interface IAgentStateService
Derived

Methods

GetAgentId()

Gets the logged in agent's ID.

GetAgentId(String)

Gets the logged in agent's ID.

GetSavedSessions(Guid)

Gets the saved session(s) for an agent.

GetSessionTransferInformation(Guid)

Retrieves session information for handling a transferred call.

SaveSessions(String)

Saves an agents session(s) information.

SetSessionTransferInformation(Guid, String, String)

Sets the session specific information in the database so that when an agent transfers a call to another agent, the session information can be reproduced for them.

Applies to