public static interface BuiltinIntentMetadata.Builder extends CopyableBuilder<BuiltinIntentMetadata.Builder,BuiltinIntentMetadata>
| Modifier and Type | Method and Description |
|---|---|
BuiltinIntentMetadata.Builder |
signature(String signature)
A unique identifier for the built-in intent.
|
BuiltinIntentMetadata.Builder |
supportedLocales(Collection<Locale> supportedLocales)
A list of identifiers for the locales that the intent supports.
|
BuiltinIntentMetadata.Builder |
supportedLocales(Locale... supportedLocales)
A list of identifiers for the locales that the intent supports.
|
BuiltinIntentMetadata.Builder |
supportedLocalesWithStrings(Collection<String> supportedLocales)
A list of identifiers for the locales that the intent supports.
|
BuiltinIntentMetadata.Builder |
supportedLocalesWithStrings(String... supportedLocales)
A list of identifiers for the locales that the intent supports.
|
copyapplyMutation, buildBuiltinIntentMetadata.Builder signature(String signature)
A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
signature - A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.BuiltinIntentMetadata.Builder supportedLocalesWithStrings(Collection<String> supportedLocales)
A list of identifiers for the locales that the intent supports.
supportedLocales - A list of identifiers for the locales that the intent supports.BuiltinIntentMetadata.Builder supportedLocalesWithStrings(String... supportedLocales)
A list of identifiers for the locales that the intent supports.
supportedLocales - A list of identifiers for the locales that the intent supports.BuiltinIntentMetadata.Builder supportedLocales(Collection<Locale> supportedLocales)
A list of identifiers for the locales that the intent supports.
supportedLocales - A list of identifiers for the locales that the intent supports.BuiltinIntentMetadata.Builder supportedLocales(Locale... supportedLocales)
A list of identifiers for the locales that the intent supports.
supportedLocales - A list of identifiers for the locales that the intent supports.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.