AgentStateService.SetSessionTransferInformation Method (Guid, String, String)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016

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.

Namespace:   Microsoft.Uii.AifServices
Assembly:  Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)

Syntax

public virtual void SetSessionTransferInformation(
    Guid toAgentId,
    string fromPhoneNumber,
    string sessionInformation
)
Public Overridable Sub SetSessionTransferInformation (
    toAgentId As Guid,
    fromPhoneNumber As String,
    sessionInformation As String
)

Parameters

  • toAgentId
    Type: System.Guid

    Specifies the agent ID to whom the call is transferred.

  • fromPhoneNumber
    Type: System.String

    Specifies the phone number from which the call was transferred.

  • sessionInformation
    Type: System.String

    Specifies the session information.

Implements

IAgentStateService.SetSessionTransferInformation(Guid, String, String)

Remarks

This won't be able to cover all cases, but it will save call handling time.

See Also

AgentStateService Class
Microsoft.Uii.AifServices Namespace

Return to top

Unified Service Desk 2.0

© 2016 Microsoft. All rights reserved. Copyright