| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
List<BuiltinIntentSlot> |
GetBuiltinIntentResponse.slots()
An array of
BuiltinIntentSlot objects, one entry for each slot type in the intent. |
| Modifier and Type | Method and Description |
|---|---|
GetBuiltinIntentResponse.Builder |
GetBuiltinIntentResponse.Builder.slots(BuiltinIntentSlot... slots)
An array of
BuiltinIntentSlot objects, one entry for each slot type in the intent. |
| Modifier and Type | Method and Description |
|---|---|
GetBuiltinIntentResponse.Builder |
GetBuiltinIntentResponse.Builder.slots(Collection<BuiltinIntentSlot> slots)
An array of
BuiltinIntentSlot objects, one entry for each slot type in the intent. |
Copyright © 2021. All rights reserved.