public static interface BuiltinSlotTypeMetadata.Builder extends SdkPojo, 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<Locale> supportedLocales)
A list of target locales for the slot.
|
BuiltinSlotTypeMetadata.Builder |
supportedLocales(Locale... supportedLocales)
A list of target locales for the slot.
|
BuiltinSlotTypeMetadata.Builder |
supportedLocalesWithStrings(Collection<String> supportedLocales)
A list of target locales for the slot.
|
BuiltinSlotTypeMetadata.Builder |
supportedLocalesWithStrings(String... supportedLocales)
A list of target locales for the slot.
|
copyapplyMutation, 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 supportedLocalesWithStrings(Collection<String> supportedLocales)
A list of target locales for the slot.
supportedLocales - A list of target locales for the slot.BuiltinSlotTypeMetadata.Builder supportedLocalesWithStrings(String... supportedLocales)
A list of target locales for the slot.
supportedLocales - A list of target locales for the slot.BuiltinSlotTypeMetadata.Builder supportedLocales(Collection<Locale> supportedLocales)
A list of target locales for the slot.
supportedLocales - A list of target locales for the slot.BuiltinSlotTypeMetadata.Builder supportedLocales(Locale... supportedLocales)
A list of target locales for the slot.
supportedLocales - A list of target locales for the slot.Copyright © 2019. All rights reserved.