public enum AlexaAsset extends Enum<AlexaAsset> implements AlexaAssetValidator
| Modifier and Type | Method and Description |
|---|---|
static AlexaAsset |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlexaAsset[] |
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, valueOfequals, exists, matchespublic static final AlexaAsset Card
public static final AlexaAsset SimpleCard
public static final AlexaAsset SimpleCardTitle
public static final AlexaAsset SimpleCardContent
public static final AlexaAsset StandardCard
public static final AlexaAsset StandardCardTitle
public static final AlexaAsset StandardCardText
public static final AlexaAsset StandardCardImage
public static final AlexaAsset StandardCardSmallImageUrl
public static final AlexaAsset StandardCardLargeImageUrl
public static final AlexaAsset LinkAccountCard
public static final AlexaAsset LinkAccountCardTitle
public static final AlexaAsset OutputSpeech
public static final AlexaAsset OutputSpeechSsml
public static final AlexaAsset OutputSpeechPlainText
public static final AlexaAsset RepromptSpeech
public static final AlexaAsset RepromptSpeechSsml
public static final AlexaAsset RepromptSpeechPlainText
public static final AlexaAsset DirectivePlay
public static final AlexaAsset DirectivePlayBehavior
public static final AlexaAsset DirectivePlayAudioItem
public static final AlexaAsset DirectivePlayAudioItemStream
public static final AlexaAsset DirectivePlayAudioItemStreamPreviousToken
public static final AlexaAsset DirectivePlayAudioItemStreamOffset
public static final AlexaAsset DirectivePlayAudioItemStreamToken
public static final AlexaAsset DirectivePlayAudioItemStreamUrl
public static final AlexaAsset DirectiveClearQueue
public static final AlexaAsset DirectiveClearQueueBehavior
public static final AlexaAsset DirectiveStop
public static AlexaAsset[] values()
for (AlexaAsset c : AlexaAsset.values()) System.out.println(c);
public static AlexaAsset 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.