public static interface BuiltinSlotTypeMetadata.Builder extends CopyableBuilder<BuiltinSlotTypeMetadata.Builder,BuiltinSlotTypeMetadata>
| Modifier and Type | Method and Description |
|---|---|
BuiltinSlotTypeMetadata.Builder |
signature(String signature)
A unique identifier for the built-in slot type.
|
BuiltinSlotTypeMetadata.Builder |
supportedLocales(Collection<String> supportedLocales)
A list of target locales for the slot.
|
BuiltinSlotTypeMetadata.Builder |
supportedLocales(String... 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.BuiltinSlotTypeMetadata.Builder supportedLocales(String... supportedLocales)
A list of target locales for the slot.
supportedLocales - A list of target locales for the slot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.