Class PlayFailed
java.lang.Object
com.azure.communication.callautomation.models.events.CallAutomationEventBase
com.azure.communication.callautomation.models.events.CallAutomationEventWithReasonCodeBase
com.azure.communication.callautomation.models.events.PlayFailed
The PlayFailed model.
-
Method Summary
Modifier and TypeMethodDescriptionGet 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.CallAutomationEventWithReasonCodeBase
getReasonCode
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.- Overrides:
getResultInformation
in classCallAutomationEventWithReasonCodeBase
- Returns:
- the resultInformation value.
-