CopyableBuilder<BuiltinIntentMetadata.Builder,BuiltinIntentMetadata>
, SdkBuilder<BuiltinIntentMetadata.Builder,BuiltinIntentMetadata>
public static interface BuiltinIntentMetadata.Builder extends CopyableBuilder<BuiltinIntentMetadata.Builder,BuiltinIntentMetadata>
Modifier and Type | Method | Description |
---|---|---|
BuiltinIntentMetadata.Builder |
signature(String signature) |
A unique identifier for the built-in intent.
|
BuiltinIntentMetadata.Builder |
supportedLocales(String... supportedLocales) |
A list of identifiers for the locales that the intent supports.
|
BuiltinIntentMetadata.Builder |
supportedLocales(Collection<String> 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.
|
copy
apply, build
BuiltinIntentMetadata.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 supportedLocales(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.Locale
BuiltinIntentMetadata.Builder supportedLocales(String... supportedLocales)
A list of identifiers for the locales that the intent supports.
NOTE: This method appends the values to the existing list (if any). Use
#setSupportedLocales(java.util.Collection)
or #withSupportedLocales(java.util.Collection)
if
you want to override the existing values.
supportedLocales
- A list of identifiers for the locales that the intent supports.Locale
BuiltinIntentMetadata.Builder supportedLocales(Locale... supportedLocales)
A list of identifiers for the locales that the intent supports.
NOTE: This method appends the values to the existing list (if any). Use
#setSupportedLocales(java.util.Collection)
or #withSupportedLocales(java.util.Collection)
if
you want to override the existing values.
supportedLocales
- A list of identifiers for the locales that the intent supports.Locale
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.