IAgentStateService.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:
void SetSessionTransferInformation(Guid toAgentId, System::String ^ fromPhoneNumber, System::String ^ sessionInformation);
public void SetSessionTransferInformation (Guid toAgentId, string fromPhoneNumber, string sessionInformation);
abstract member SetSessionTransferInformation : Guid * string * string -> unit
Public Sub SetSessionTransferInformation (toAgentId As Guid, fromPhoneNumber As String, sessionInformation As String)
Parameters
- toAgentId
- Guid
Specifies the agent ID of the agent to whom the call is transferred.
- fromPhoneNumber
- String
Specifies the phone number from which the call is transferred.
- sessionInformation
- String
Specifies the session information.
Remarks
This won't be able to cover all cases, but it will save call handling time.