CallAutomationEventParser Class

Definition

Helper class for parsing Acs call back events.

public static class CallAutomationEventParser
type CallAutomationEventParser = class
Public Class CallAutomationEventParser
Inheritance
CallAutomationEventParser

Methods

Parse(BinaryData)

Parsing a CallAutomation event from BinaryData.

Parse(CloudEvent)

Parsing a CallAutomation event from a CloudEvent.

Parse(String, String)

Parsing a CallAutomation event given the data and event type of the payload.

ParseMany(BinaryData)

Parsing CallAutomation events from BinaryData.

ParseMany(CloudEvent[])

Parsing CallAutomation events from an array of CloudEvent.

Applies to