CallTransferAccepted.Deserialize(String) Method

Definition

Deserialize CallTransferAccepted event.

public static Azure.Communication.CallAutomation.CallTransferAccepted Deserialize (string content);
static member Deserialize : string -> Azure.Communication.CallAutomation.CallTransferAccepted
Public Shared Function Deserialize (content As String) As CallTransferAccepted

Parameters

content
String

The json content.

Returns

The new CallTransferAccepted object.

Applies to