Class CallAutomationEventWithReasonCodeBase
java.lang.Object
com.azure.communication.callautomation.models.events.CallAutomationEventBase
com.azure.communication.callautomation.models.events.CallAutomationEventWithReasonCodeBase
- Direct Known Subclasses:
PlayCompleted
,PlayFailed
,RecognizeCompleted
,RecognizeFailed
The base event interface with ReasonCode added.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the reason code of the eventGet the resultInformation property: Contains the resulting SIP code/sub-code and message from NGC services.Methods inherited from class com.azure.communication.callautomation.models.events.CallAutomationEventBase
getCallConnectionId, getCorrelationId, getOperationContext, getServerCallId
-
Method Details
-
getResultInformation
Get the resultInformation property: Contains the resulting SIP code/sub-code and message from NGC services.- Returns:
- the resultInformation value.
-
getReasonCode
Returns the reason code of the event- Returns:
- a ReasonCode object.
-