| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,UserTurnSlotOutput> |
UserTurnIntentOutput.slots()
The slots associated with the intent.
|
Map<String,UserTurnSlotOutput> |
UserTurnSlotOutput.subSlots()
A list of items mapping the name of the subslots to information about those subslots.
|
List<UserTurnSlotOutput> |
UserTurnSlotOutput.values()
Values that are output by the slot recognition.
|
| Modifier and Type | Method and Description |
|---|---|
UserTurnSlotOutput.Builder |
UserTurnSlotOutput.Builder.values(UserTurnSlotOutput... values)
Values that are output by the slot recognition.
|
| Modifier and Type | Method and Description |
|---|---|
UserTurnIntentOutput.Builder |
UserTurnIntentOutput.Builder.slots(Map<String,UserTurnSlotOutput> slots)
The slots associated with the intent.
|
UserTurnSlotOutput.Builder |
UserTurnSlotOutput.Builder.subSlots(Map<String,UserTurnSlotOutput> subSlots)
A list of items mapping the name of the subslots to information about those subslots.
|
UserTurnSlotOutput.Builder |
UserTurnSlotOutput.Builder.values(Collection<UserTurnSlotOutput> values)
Values that are output by the slot recognition.
|
Copyright © 2023. All rights reserved.