| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
RuntimeHints |
RuntimeHints.addSlotHintsEntry(String key,
Map<String,RuntimeHintDetails> value)
Add a single SlotHints entry
|
RuntimeHints |
RuntimeHints.clearSlotHintsEntries()
Removes all the entries added into SlotHints.
|
RuntimeHints |
RuntimeHints.clone() |
RuntimeHints |
InputSessionStateSpecification.getRuntimeHints()
Runtime hints for the session state.
|
RuntimeHints |
RuntimeHints.withSlotHints(Map<String,Map<String,RuntimeHintDetails>> slotHints)
A list of the slots in the intent that should have runtime hints added, and the phrases that should be added for
each slot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputSessionStateSpecification.setRuntimeHints(RuntimeHints runtimeHints)
Runtime hints for the session state.
|
InputSessionStateSpecification |
InputSessionStateSpecification.withRuntimeHints(RuntimeHints runtimeHints)
Runtime hints for the session state.
|
Copyright © 2023. All rights reserved.