SendDtmfTonesCompleted.Deserialize(String) Method

Definition

Deserialize SendDtmfTonesCompleted event.

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

Parameters

content
String

The json content.

Returns

The new SendDtmfTonesCompleted object.

Applies to