| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
BuiltinSlotTypeMetadata |
BuiltinSlotTypeMetadata.clone() |
BuiltinSlotTypeMetadata |
BuiltinSlotTypeMetadata.withSignature(String signature)
A unique identifier for the built-in slot type.
|
BuiltinSlotTypeMetadata |
BuiltinSlotTypeMetadata.withSupportedLocales(Collection<String> supportedLocales)
A list of target locales for the slot.
|
BuiltinSlotTypeMetadata |
BuiltinSlotTypeMetadata.withSupportedLocales(Locale... supportedLocales)
A list of target locales for the slot.
|
BuiltinSlotTypeMetadata |
BuiltinSlotTypeMetadata.withSupportedLocales(String... supportedLocales)
A list of target locales for the slot.
|
| Modifier and Type | Method and Description |
|---|---|
List<BuiltinSlotTypeMetadata> |
GetBuiltinSlotTypesResult.getSlotTypes()
An array of
BuiltInSlotTypeMetadata objects, one entry for each slot type returned. |
| Modifier and Type | Method and Description |
|---|---|
GetBuiltinSlotTypesResult |
GetBuiltinSlotTypesResult.withSlotTypes(BuiltinSlotTypeMetadata... slotTypes)
An array of
BuiltInSlotTypeMetadata objects, one entry for each slot type returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetBuiltinSlotTypesResult.setSlotTypes(Collection<BuiltinSlotTypeMetadata> slotTypes)
An array of
BuiltInSlotTypeMetadata objects, one entry for each slot type returned. |
GetBuiltinSlotTypesResult |
GetBuiltinSlotTypesResult.withSlotTypes(Collection<BuiltinSlotTypeMetadata> slotTypes)
An array of
BuiltInSlotTypeMetadata objects, one entry for each slot type returned. |
Copyright © 2020. All rights reserved.