public static interface Value.Builder extends SdkPojo, CopyableBuilder<Value.Builder,Value>
| Modifier and Type | Method and Description |
|---|---|
Value.Builder |
interpretedValue(String interpretedValue)
The value that Amazon Lex V2 determines for the slot.
|
Value.Builder |
originalValue(String originalValue)
The text of the utterance from the user that was entered for the slot.
|
Value.Builder |
resolvedValues(Collection<String> resolvedValues)
A list of additional values that have been recognized for the slot.
|
Value.Builder |
resolvedValues(String... resolvedValues)
A list of additional values that have been recognized for the slot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildValue.Builder originalValue(String originalValue)
The text of the utterance from the user that was entered for the slot.
originalValue - The text of the utterance from the user that was entered for the slot.Value.Builder interpretedValue(String interpretedValue)
The value that Amazon Lex V2 determines for the slot. The actual value depends on the setting of the value
selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon
Lex V2 choose the first value in the resolvedValues list.
interpretedValue - The value that Amazon Lex V2 determines for the slot. The actual value depends on the setting of the
value selection strategy for the bot. You can choose to use the value entered by the user, or you can
have Amazon Lex V2 choose the first value in the resolvedValues list.Value.Builder resolvedValues(Collection<String> resolvedValues)
A list of additional values that have been recognized for the slot.
resolvedValues - A list of additional values that have been recognized for the slot.Value.Builder resolvedValues(String... resolvedValues)
A list of additional values that have been recognized for the slot.
resolvedValues - A list of additional values that have been recognized for the slot.Copyright © 2022. All rights reserved.