| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
RuntimeHintDetails |
RuntimeHintDetails.clone() |
RuntimeHintDetails |
RuntimeHintDetails.withRuntimeHintValues(Collection<RuntimeHintValue> runtimeHintValues)
One or more strings that Amazon Lex V2 should look for in the input to the bot.
|
RuntimeHintDetails |
RuntimeHintDetails.withRuntimeHintValues(RuntimeHintValue... runtimeHintValues)
One or more strings that Amazon Lex V2 should look for in the input to the bot.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,RuntimeHintDetails>> |
RuntimeHints.getSlotHints()
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 |
|---|---|
RuntimeHints |
RuntimeHints.addSlotHintsEntry(String key,
Map<String,RuntimeHintDetails> value)
Add a single SlotHints entry
|
void |
RuntimeHints.setSlotHints(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.
|
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.
|
Copyright © 2022. All rights reserved.