public enum PlayRecordEvent extends Enum<PlayRecordEvent>
| Enum Constant and Description |
|---|
CANCEL |
DTMF_TONE |
END_COLLECT |
END_RECORD |
FAIL |
MAX_DURATION_EXCEEDED |
NEXT_TRACK |
NO_PROMPT |
NO_SPEECH |
PLAY_FAILURE |
PLAY_SUCCESS |
PROMPT |
PROMPT_END |
RECORD_SUCCESS |
REINPUT |
REPROMPT |
RESTART |
SPEECH_DETECTED |
SUCCEED |
TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
static PlayRecordEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayRecordEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlayRecordEvent NEXT_TRACK
public static final PlayRecordEvent PROMPT_END
public static final PlayRecordEvent DTMF_TONE
public static final PlayRecordEvent END_COLLECT
public static final PlayRecordEvent SPEECH_DETECTED
public static final PlayRecordEvent MAX_DURATION_EXCEEDED
public static final PlayRecordEvent END_RECORD
public static final PlayRecordEvent RESTART
public static final PlayRecordEvent REINPUT
public static final PlayRecordEvent RECORD_SUCCESS
public static final PlayRecordEvent TIMEOUT
public static final PlayRecordEvent CANCEL
public static final PlayRecordEvent PROMPT
public static final PlayRecordEvent REPROMPT
public static final PlayRecordEvent NO_SPEECH
public static final PlayRecordEvent NO_PROMPT
public static final PlayRecordEvent PLAY_SUCCESS
public static final PlayRecordEvent SUCCEED
public static final PlayRecordEvent PLAY_FAILURE
public static final PlayRecordEvent FAIL
public static PlayRecordEvent[] values()
for (PlayRecordEvent c : PlayRecordEvent.values()) System.out.println(c);
public static PlayRecordEvent valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017 TeleStax, Inc.. All Rights Reserved.