Uses of Class
com.azure.communication.callautomation.models.events.ReasonCode
Packages that use ReasonCode
Package
Description
Package containing events for AzureCommunicationCallingServerService. null.
-
Uses of ReasonCode in com.azure.communication.callautomation.models.events
Fields in com.azure.communication.callautomation.models.events declared as ReasonCodeModifier and TypeFieldDescriptionstatic final ReasonCodeReasonCode.Play.COGNITIVE_SERVICES_ERRORAction failed, cognitive services error.static final ReasonCodeReasonCode.COMPLETED_SUCCESSFULLYAction completed successfully.static final ReasonCodeReasonCode.Recognize.DMTF_OPTION_MATCHEDRecognize option DMTF matched.static final ReasonCodeReasonCode.Play.DOWNLOAD_FAILEDAction failed, file could not be downloaded.static final ReasonCodeReasonCode.Recognize.INCORRECT_TONE_DETECTEDRecognize with choice incorrect tone detected.static final ReasonCodeReasonCode.Recognize.INITIAL_SILENCE_TIMEOUTAction failed, initial silence timeout reached.static final ReasonCodeReasonCode.Recognize.INTER_DIGIT_TIMEOUTAction failed, inter-digit silence timeout reached.static final ReasonCodeReasonCode.Play.INVALID_FILE_FORMATAction failed, invalid file format.static final ReasonCodeReasonCode.Recognize.MAX_DIGITS_RECEIVEDAction completed, max digits received.static final ReasonCodeReasonCode.Recognize.PLAY_PROMPT_FAILEDAction failed, encountered failure while trying to play the prompt.static final ReasonCodeReasonCode.Recognize.SPEECH_COGNITIVE_SERVICE_CONNECTION_ERRORRecognize with choice cognitive service connection error.static final ReasonCodeReasonCode.Recognize.SPEECH_NOT_RECOGNIZEDRecognize with choice speech not recognized.static final ReasonCodeReasonCode.Recognize.SPEECH_OPTION_MATCHEDRecognize option Speech matched.static final ReasonCodeReasonCode.Recognize.SPEECH_OPTION_NOT_MATCHEDRecognize option Speech not matched.static final ReasonCodeReasonCode.Recognize.STOP_TONE_DETECTEDAction completed as stop tone was detected.static final ReasonCodeReasonCode.Play.TEXT_OR_SSML_SOURCE_EMPTYAction failed, text or ssml play source empty.static final ReasonCodeReasonCode.UNSPECIFIED_ERRORUnknown internal server error.Methods in com.azure.communication.callautomation.models.events that return ReasonCodeModifier and TypeMethodDescriptionstatic ReasonCodeReasonCode.fromString(String reasonCode) Creates or finds a ReasonCode from its string representation.CallAutomationEventBaseWithReasonCode.getReasonCode()Returns the reason code of the eventMethods in com.azure.communication.callautomation.models.events that return types with arguments of type ReasonCodeModifier and TypeMethodDescriptionstatic Collection<ReasonCode> ReasonCode.values()Gets known ReasonCode values.