Class CallAutomationEventBase

java.lang.Object
com.azure.communication.callautomation.models.events.CallAutomationEventBase
Direct Known Subclasses:
AddParticipantsFailed, AddParticipantsSucceeded, CallAutomationEventWithReasonCodeBase, CallConnected, CallDisconnected, CallTransferAccepted, CallTransferFailed, ParticipantsUpdated, PlayCanceled, RecognizeCanceled, RecordingStateChanged

public abstract class CallAutomationEventBase extends Object
The base event interface.
  • Method Details

    • getCallConnectionId

      public String getCallConnectionId()
      Get the callConnectionId property: Call connection ID.
      Returns:
      the callConnectionId value.
    • getServerCallId

      public String getServerCallId()
      Get the serverCallId property: Server call ID.
      Returns:
      the serverCallId value.
    • getCorrelationId

      public String getCorrelationId()
      Get the correlationId property: Correlation ID for event to call correlation. Also called ChainId for skype chain ID.
      Returns:
      the correlationId value.
    • getOperationContext

      public String getOperationContext()
      Get the operationContext property: Operation context.
      Returns:
      the operationContext value.