CopyableBuilder<BuiltinSlotTypeMetadata.Builder,BuiltinSlotTypeMetadata>, SdkBuilder<BuiltinSlotTypeMetadata.Builder,BuiltinSlotTypeMetadata>public static interface BuiltinSlotTypeMetadata.Builder extends CopyableBuilder<BuiltinSlotTypeMetadata.Builder,BuiltinSlotTypeMetadata>
| Modifier and Type | Method | Description |
|---|---|---|
BuiltinSlotTypeMetadata.Builder |
signature(String signature) |
A unique identifier for the built-in slot type.
|
BuiltinSlotTypeMetadata.Builder |
supportedLocales(String... supportedLocales) |
A list of target locales for the slot.
|
BuiltinSlotTypeMetadata.Builder |
supportedLocales(Collection<String> supportedLocales) |
A list of target locales for the slot.
|
BuiltinSlotTypeMetadata.Builder |
supportedLocales(Locale... supportedLocales) |
A list of target locales for the slot.
|
copyapply, buildBuiltinSlotTypeMetadata.Builder signature(String signature)
A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
signature - A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.BuiltinSlotTypeMetadata.Builder supportedLocales(Collection<String> supportedLocales)
A list of target locales for the slot.
supportedLocales - A list of target locales for the slot.LocaleBuiltinSlotTypeMetadata.Builder supportedLocales(String... supportedLocales)
A list of target locales for the slot.
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 target locales for the slot.LocaleBuiltinSlotTypeMetadata.Builder supportedLocales(Locale... supportedLocales)
A list of target locales for the slot.
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 target locales for the slot.LocaleCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.