| 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.
|
| 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.
|
Copyright © 2022. All rights reserved.