你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CallTransferAccepted.Deserialize(String) 方法

定义

反序列化 CallTransferAccepted 事件。

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

参数

content
String

json 内容。

返回

新的 CallTransferAccepted 对象。

适用于