MoveParticipantFailed.Deserialize(String) Method

Definition

Deserialize MoveParticipantFailed event.

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

Parameters

content
String

The json content.

Returns

The new MoveParticipantFailed object.

Applies to