Class ReasonCode.Play
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ReasonCode>
com.azure.communication.callautomation.models.events.ReasonCode.Play
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
- Enclosing class:
ReasonCode
Reason code names for the Play operation
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReasonCodeAction failed, cognitive services error.static final ReasonCodeAction failed, file could not be downloaded.static final ReasonCodeAction failed, invalid file format.static final ReasonCodeAction failed, text or ssml play source empty. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DOWNLOAD_FAILED
Action failed, file could not be downloaded. -
INVALID_FILE_FORMAT
Action failed, invalid file format. -
TEXT_OR_SSML_SOURCE_EMPTY
Action failed, text or ssml play source empty. -
COGNITIVE_SERVICES_ERROR
Action failed, cognitive services error.
-
-
Constructor Details
-
Play
public Play()
-