| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
RuntimeHintDetails |
RuntimeHintDetails.addSubSlotHintsEntry(String key,
RuntimeHintDetails value)
Add a single SubSlotHints entry
|
RuntimeHintDetails |
RuntimeHintDetails.clearSubSlotHintsEntries()
Removes all the entries added into SubSlotHints.
|
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.
|
RuntimeHintDetails |
RuntimeHintDetails.withSubSlotHints(Map<String,RuntimeHintDetails> subSlotHints)
A map of constituent sub slot names inside a composite slot in the intent and the phrases that should be added
for each sub slot.
|
| 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.
|
Map<String,RuntimeHintDetails> |
RuntimeHintDetails.getSubSlotHints()
A map of constituent sub slot names inside a composite slot in the intent and the phrases that should be added
for each sub slot.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeHintDetails |
RuntimeHintDetails.addSubSlotHintsEntry(String key,
RuntimeHintDetails value)
Add a single SubSlotHints entry
|
| 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.
|
void |
RuntimeHintDetails.setSubSlotHints(Map<String,RuntimeHintDetails> subSlotHints)
A map of constituent sub slot names inside a composite slot in the intent and the phrases that should be added
for each sub 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.
|
RuntimeHintDetails |
RuntimeHintDetails.withSubSlotHints(Map<String,RuntimeHintDetails> subSlotHints)
A map of constituent sub slot names inside a composite slot in the intent and the phrases that should be added
for each sub slot.
|
Copyright © 2024. All rights reserved.