public enum AlexaAssertion extends Enum<AlexaAssertion> implements AlexaAssertionValidator
| Modifier and Type | Method and Description |
|---|---|
static AlexaAssertion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlexaAssertion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfisTruepublic static final AlexaAssertion SessionEnded
public static final AlexaAssertion SessionStillOpen
public static final AlexaAssertion HasCard
public static final AlexaAssertion HasCardIsSimple
public static final AlexaAssertion HasCardIsStandard
public static final AlexaAssertion HasCardIsLinkAccount
public static final AlexaAssertion HasRepromptSpeech
public static final AlexaAssertion HasRepromptSpeechIsSsml
public static final AlexaAssertion HasRepromptSpeechIsPlainText
public static final AlexaAssertion HasOutputSpeech
public static final AlexaAssertion HasOutputSpeechIsSsml
public static final AlexaAssertion HasOutputSpeechIsPlainText
public static final AlexaAssertion HasDirective
public static final AlexaAssertion HasDirectiveIsPlay
public static final AlexaAssertion HasDirectiveIsPlayWithReplaceAll
public static final AlexaAssertion HasDirectiveIsPlayWithEnqueue
public static final AlexaAssertion HasDirectiveIsPlayWithReplaceEnqueued
public static final AlexaAssertion HasDirectiveIsStop
public static final AlexaAssertion HasDirectiveIsClearQueue
public static final AlexaAssertion HasDirectiveIsClearQueueWithClearAll
public static final AlexaAssertion HasDirectiveIsClearQueueWithClearEnqueued
public static AlexaAssertion[] values()
for (AlexaAssertion c : AlexaAssertion.values()) System.out.println(c);
public static AlexaAssertion 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. All rights reserved.