| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
BuiltinIntentSlot |
BuiltinIntentSlot.clone() |
BuiltinIntentSlot |
BuiltinIntentSlot.withName(String name)
A list of the slots defined for the intent.
|
| Modifier and Type | Method and Description |
|---|---|
List<BuiltinIntentSlot> |
GetBuiltinIntentResult.getSlots()
An array of
BuiltinIntentSlot objects, one entry for each slot type in the intent. |
| Modifier and Type | Method and Description |
|---|---|
GetBuiltinIntentResult |
GetBuiltinIntentResult.withSlots(BuiltinIntentSlot... slots)
An array of
BuiltinIntentSlot objects, one entry for each slot type in the intent. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetBuiltinIntentResult.setSlots(Collection<BuiltinIntentSlot> slots)
An array of
BuiltinIntentSlot objects, one entry for each slot type in the intent. |
GetBuiltinIntentResult |
GetBuiltinIntentResult.withSlots(Collection<BuiltinIntentSlot> slots)
An array of
BuiltinIntentSlot objects, one entry for each slot type in the intent. |
Copyright © 2023. All rights reserved.