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

CallAutomationModelFactory 类

定义

模型的模型工厂。

public static class CallAutomationModelFactory
type CallAutomationModelFactory = class
Public Class CallAutomationModelFactory
继承
CallAutomationModelFactory

方法

AddParticipantFailed(String, String, String, String, ResultInformation, CommunicationIdentifier)

初始化添加参与者失败事件的新实例。

AddParticipantsResult(CallParticipant, String)

初始化 AddParticipantsResult 的新实例。

AddParticipantSucceeded(String, String, String, String, ResultInformation, CommunicationIdentifier)

初始化添加参与者成功事件的新实例。

AnswerCallResult(CallConnection, CallConnectionProperties)

初始化 AnswerCallResult 的新实例。

CallConnected(String, String, String, String)

初始化 CallConnected 的新实例。

CallConnectionProperties(String, String, IEnumerable<CommunicationIdentifier>, CallConnectionState, Uri, CommunicationIdentifier, PhoneNumberIdentifier, String, CommunicationIdentifier)

初始化 CallConnectionProperties 的新实例。

CallDisconnected(String, String, String, String)

初始化 CallDisconnected 的新实例。

CallParticipant(CommunicationIdentifier, Boolean)

初始化 CallParticipant 的新实例。

CallTransferAccepted(String, String, String, String, ResultInformation)

初始化 CallTransferAccepted 的新实例。

CallTransferFailed(String, String, String, String, ResultInformation)

初始化 CallTransferFailed 的新实例。

CreateCallResult(CallConnection, CallConnectionProperties)

初始化 CallParticipant 的新实例。

DtmfResult(IEnumerable<DtmfTone>)

初始化 DtmfResult 的新实例。

ParticipantsUpdated(String, String, String, IEnumerable<CallParticipant>, Int32)

初始化参与者更新事件的新实例。

PlayCanceled(String, String, String, String)

初始化 PlayCanceled 的新实例。

PlayCompleted(String, String, String, String, ResultInformation)

初始化 PlayCompleted 的新实例。

PlayFailed(String, String, String, String, ResultInformation)

初始化 PlayFailed 的新实例。

RecognizeCanceled(String, String, String, String)

初始化 RecognizeCanceled 的新实例。

RecognizeCompleted(String, String, String, String, ResultInformation, CallMediaRecognitionType, RecognizeResult)

初始化 RecognizeCompletedInternal 的新实例。

RecognizeFailed(String, String, String, String, ResultInformation)

初始化 RecognizeFailed 的新实例。

RecordingStateChanged(String, String, String, String, RecordingState, Nullable<DateTimeOffset>)

初始化 RecordingStateChanged 的新实例。

RecordingStateResult(String, Nullable<RecordingState>)

初始化 RecordingStateResult 的新实例。

RemoveParticipantFailed(String, String, String, String, ResultInformation, CommunicationIdentifier)

初始化删除参与者失败事件的新实例。

RemoveParticipantResult(String)

初始化 RemoveParticipantResult 的新实例。

RemoveParticipantSucceeded(String, String, String, String, ResultInformation, CommunicationIdentifier)

初始化删除参与者成功事件的新实例。

ResultInformation(Nullable<Int32>, Nullable<Int32>, String)

初始化 ResultInformation 的新实例。

TransferCallToParticipantResult(String)

初始化 TransferCallToParticipantResult 的新实例。

适用于