| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
RuntimeHintValue |
RuntimeHintValue.clone() |
RuntimeHintValue |
RuntimeHintValue.withPhrase(String phrase)
The phrase that Amazon Lex should look for in the user's input to the bot.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuntimeHintValue> |
RuntimeHintDetails.getRuntimeHintValues()
One or more strings that Amazon Lex should look for in the input to the bot.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeHintDetails |
RuntimeHintDetails.withRuntimeHintValues(RuntimeHintValue... runtimeHintValues)
One or more strings that Amazon Lex should look for in the input to the bot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeHintDetails.setRuntimeHintValues(Collection<RuntimeHintValue> runtimeHintValues)
One or more strings that Amazon Lex should look for in the input to the bot.
|
RuntimeHintDetails |
RuntimeHintDetails.withRuntimeHintValues(Collection<RuntimeHintValue> runtimeHintValues)
One or more strings that Amazon Lex should look for in the input to the bot.
|
Copyright © 2025. All rights reserved.