Class CallAutomationEventBase
java.lang.Object
com.azure.communication.callautomation.models.events.CallAutomationEventBase
- All Implemented Interfaces:
com.azure.json.JsonSerializable<CallAutomationEventBase>
- Direct Known Subclasses:
AddParticipantFailed,AddParticipantSucceeded,AnswerFailed,CallAutomationEventBaseWithReasonCode,CallConnected,CallDisconnected,CallTransferAccepted,CallTransferFailed,CancelAddParticipantFailed,CancelAddParticipantSucceeded,ConnectFailed,ContinuousDtmfRecognitionStopped,ContinuousDtmfRecognitionToneFailed,ContinuousDtmfRecognitionToneReceived,CreateCallFailed,ParticipantsUpdated,PlayCanceled,PlayStarted,RecognizeCanceled,RecordingStateChanged,RemoveParticipantFailed,RemoveParticipantSucceeded,SendDtmfTonesCompleted,SendDtmfTonesFailed
public abstract class CallAutomationEventBase
extends Object
implements com.azure.json.JsonSerializable<CallAutomationEventBase>
The base event interface.
-
Method Summary
Modifier and TypeMethodDescriptionGet the callConnectionId property: Call connection ID.Get the correlationId property: Correlation ID for event to call correlation.Get the operationContext property: Operation context.Get the resultInformation property: Contains the resulting SIP code, sub-code and message.Get the serverCallId property: Server call ID.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
getCallConnectionId
Get the callConnectionId property: Call connection ID.- Returns:
- the callConnectionId value.
-
getServerCallId
Get the serverCallId property: Server call ID.- Returns:
- the serverCallId value.
-
getCorrelationId
Get the correlationId property: Correlation ID for event to call correlation.- Returns:
- the correlationId value.
-
getOperationContext
Get the operationContext property: Operation context.- Returns:
- the operationContext value.
-
getResultInformation
Get the resultInformation property: Contains the resulting SIP code, sub-code and message.- Returns:
- the resultInformation value.
-