AgentStateService.SetSessionTransferInformation(Guid, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
virtual void SetSessionTransferInformation(Guid toAgentId, System::String ^ fromPhoneNumber, System::String ^ sessionInformation);
public virtual void SetSessionTransferInformation (Guid toAgentId, string fromPhoneNumber, string sessionInformation);
abstract member SetSessionTransferInformation : Guid * string * string -> unit
override this.SetSessionTransferInformation : Guid * string * string -> unit
Public Overridable Sub SetSessionTransferInformation (toAgentId As Guid, fromPhoneNumber As String, sessionInformation As String)
Parameters
- toAgentId
- Guid
Specifies the agent ID to whom the call is transferred.
- fromPhoneNumber
- String
Specifies the phone number from which the call was transferred.
- sessionInformation
- String
Specifies the session information.
Implements
Remarks
This won't be able to cover all cases, but it will save call handling time.