public static interface SlotValue.Builder extends SdkPojo, CopyableBuilder<SlotValue.Builder,SlotValue>
| Modifier and Type | Method and Description |
|---|---|
SlotValue.Builder |
interpretedValue(String interpretedValue)
The value that Amazon Lex determines for the slot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSlotValue.Builder interpretedValue(String interpretedValue)
The value that Amazon Lex 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 choose the first value in the resolvedValues list.
interpretedValue - The value that Amazon Lex 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 choose the first value in the resolvedValues list.Copyright © 2022. All rights reserved.