| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,RuntimeHintDetails>> |
RuntimeHints.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.
|
Map<String,RuntimeHintDetails> |
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 |
|---|---|
RuntimeHints.Builder |
RuntimeHints.Builder.slotHints(Map<String,? extends 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.Builder |
RuntimeHintDetails.Builder.subSlotHints(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 © 2022. All rights reserved.