-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum StatusCode extends Enum<StatusCode>
Represents the status code of a voice action
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NETWORK_DISCONNECTED
Returned by VoiceKit in case of a network disconnection
TIMEOUT
Returned by VoiceKit in case of a timeout
SERVER_ERROR
Returned by VoiceKit when there was a server error. Third party may have failed
NO_RESULT_FOUND
Returned by VoiceKit when is no result found
FAILURE
Returned/send out to VoiceKit when there was an error
COMMAND_NOT_SUPPORTED
Returned by VoiceKit when the command sent is not supported
DOMAIN_NOT_READY
Returned by VoiceKit when domain is not ready
SUCCESS
Returned by VoiceKit when there is a success action
-
Method Summary
Modifier and Type Method Description final String
getName()
final Integer
getOrdinal()
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-