| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UserTurnSlotOutput |
UserTurnSlotOutput.addSubSlotsEntry(String key,
UserTurnSlotOutput value)
Add a single SubSlots entry
|
UserTurnSlotOutput |
UserTurnSlotOutput.clearSubSlotsEntries()
Removes all the entries added into SubSlots.
|
UserTurnSlotOutput |
UserTurnSlotOutput.clone() |
UserTurnSlotOutput |
UserTurnSlotOutput.withSubSlots(Map<String,UserTurnSlotOutput> subSlots)
A list of items mapping the name of the subslots to information about those subslots.
|
UserTurnSlotOutput |
UserTurnSlotOutput.withValue(String value)
The value output by the slot recognition.
|
UserTurnSlotOutput |
UserTurnSlotOutput.withValues(Collection<UserTurnSlotOutput> values)
Values that are output by the slot recognition.
|
UserTurnSlotOutput |
UserTurnSlotOutput.withValues(UserTurnSlotOutput... values)
Values that are output by the slot recognition.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,UserTurnSlotOutput> |
UserTurnIntentOutput.getSlots()
The slots associated with the intent.
|
Map<String,UserTurnSlotOutput> |
UserTurnSlotOutput.getSubSlots()
A list of items mapping the name of the subslots to information about those subslots.
|
List<UserTurnSlotOutput> |
UserTurnSlotOutput.getValues()
Values that are output by the slot recognition.
|
| Modifier and Type | Method and Description |
|---|---|
UserTurnIntentOutput |
UserTurnIntentOutput.addSlotsEntry(String key,
UserTurnSlotOutput value)
Add a single Slots entry
|
UserTurnSlotOutput |
UserTurnSlotOutput.addSubSlotsEntry(String key,
UserTurnSlotOutput value)
Add a single SubSlots entry
|
UserTurnSlotOutput |
UserTurnSlotOutput.withValues(UserTurnSlotOutput... values)
Values that are output by the slot recognition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserTurnIntentOutput.setSlots(Map<String,UserTurnSlotOutput> slots)
The slots associated with the intent.
|
void |
UserTurnSlotOutput.setSubSlots(Map<String,UserTurnSlotOutput> subSlots)
A list of items mapping the name of the subslots to information about those subslots.
|
void |
UserTurnSlotOutput.setValues(Collection<UserTurnSlotOutput> values)
Values that are output by the slot recognition.
|
UserTurnIntentOutput |
UserTurnIntentOutput.withSlots(Map<String,UserTurnSlotOutput> slots)
The slots associated with the intent.
|
UserTurnSlotOutput |
UserTurnSlotOutput.withSubSlots(Map<String,UserTurnSlotOutput> subSlots)
A list of items mapping the name of the subslots to information about those subslots.
|
UserTurnSlotOutput |
UserTurnSlotOutput.withValues(Collection<UserTurnSlotOutput> values)
Values that are output by the slot recognition.
|
Copyright © 2023. All rights reserved.