| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
RuntimeHintValue |
RuntimeHintValue.clone() |
RuntimeHintValue |
RuntimeHintValue.withPhrase(String phrase)
The phrase that Amazon Lex V2 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 V2 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 V2 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 V2 should look for in the input to the bot.
|
RuntimeHintDetails |
RuntimeHintDetails.withRuntimeHintValues(Collection<RuntimeHintValue> runtimeHintValues)
One or more strings that Amazon Lex V2 should look for in the input to the bot.
|
Copyright © 2024. All rights reserved.