| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UserTurnIntentOutput |
UserTurnIntentOutput.addSlotsEntry(String key,
UserTurnSlotOutput value)
Add a single Slots entry
|
UserTurnIntentOutput |
UserTurnIntentOutput.clearSlotsEntries()
Removes all the entries added into Slots.
|
UserTurnIntentOutput |
UserTurnIntentOutput.clone() |
UserTurnIntentOutput |
UserTurnOutputSpecification.getIntent()
Contains information about the intent.
|
UserTurnIntentOutput |
UserTurnIntentOutput.withName(String name)
The name of the intent.
|
UserTurnIntentOutput |
UserTurnIntentOutput.withSlots(Map<String,UserTurnSlotOutput> slots)
The slots associated with the intent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserTurnOutputSpecification.setIntent(UserTurnIntentOutput intent)
Contains information about the intent.
|
UserTurnOutputSpecification |
UserTurnOutputSpecification.withIntent(UserTurnIntentOutput intent)
Contains information about the intent.
|
Copyright © 2023. All rights reserved.