| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
Value |
Value.clone() |
Value |
Slot.getValue()
The current value of the slot.
|
Value |
Value.withInterpretedValue(String interpretedValue)
The value that Amazon Lex determines for the slot.
|
Value |
Value.withOriginalValue(String originalValue)
The text of the utterance from the user that was entered for the slot.
|
Value |
Value.withResolvedValues(Collection<String> resolvedValues)
A list of additional values that have been recognized for the slot.
|
Value |
Value.withResolvedValues(String... resolvedValues)
A list of additional values that have been recognized for the slot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Slot.setValue(Value value)
The current value of the slot.
|
Slot |
Slot.withValue(Value value)
The current value of the slot.
|
Copyright © 2021. All rights reserved.