| 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 V2 determines for the slot, given the user input.
|
Value |
Value.withOriginalValue(String originalValue)
The part of the user's response to the slot elicitation that Amazon Lex V2 determines is relevant to the slot
value.
|
Value |
Value.withResolvedValues(Collection<String> resolvedValues)
A list of values that Amazon Lex V2 determines are possible resolutions for the user input.
|
Value |
Value.withResolvedValues(String... resolvedValues)
A list of values that Amazon Lex V2 determines are possible resolutions for the user input.
|
| 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 © 2024. All rights reserved.