Class CallAutomationEventBaseWithReasonCode
java.lang.Object
com.azure.communication.callautomation.models.events.CallAutomationEventBase
com.azure.communication.callautomation.models.events.CallAutomationEventBaseWithReasonCode
- All Implemented Interfaces:
com.azure.json.JsonSerializable<CallAutomationEventBase>
- Direct Known Subclasses:
HoldFailed,PlayCompleted,PlayFailed,RecognizeCompleted,RecognizeFailed
The base event interface with ReasonCode added.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the reason code of the eventMethods inherited from class com.azure.communication.callautomation.models.events.CallAutomationEventBase
getCallConnectionId, getCorrelationId, getOperationContext, getResultInformation, getServerCallIdMethods 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
-
getReasonCode
Returns the reason code of the event- Returns:
- a ReasonCode object.
-