Interface SlotValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SlotValue.Builder,SlotValue>,SdkBuilder<SlotValue.Builder,SlotValue>,SdkPojo
- Enclosing class:
- SlotValue
public static interface SlotValue.Builder extends SdkPojo, CopyableBuilder<SlotValue.Builder,SlotValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlotValue.BuilderinterpretedValue(String interpretedValue)The value that Amazon Lex determines for the slot.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
interpretedValue
SlotValue.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
resolvedValueslist.- Parameters:
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 theresolvedValueslist.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-