Interface SlotResolutionSetting.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SlotResolutionSetting.Builder,SlotResolutionSetting>,SdkBuilder<SlotResolutionSetting.Builder,SlotResolutionSetting>,SdkPojo
- Enclosing class:
- SlotResolutionSetting
public static interface SlotResolutionSetting.Builder extends SdkPojo, CopyableBuilder<SlotResolutionSetting.Builder,SlotResolutionSetting>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlotResolutionSetting.BuilderslotResolutionStrategy(String slotResolutionStrategy)Specifies whether assisted slot resolution is turned on for the slot or not.SlotResolutionSetting.BuilderslotResolutionStrategy(SlotResolutionStrategy slotResolutionStrategy)Specifies whether assisted slot resolution is turned on for the slot or not.-
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
-
slotResolutionStrategy
SlotResolutionSetting.Builder slotResolutionStrategy(String slotResolutionStrategy)
Specifies whether assisted slot resolution is turned on for the slot or not. If the value is
EnhancedFallback, assisted slot resolution is activated when Amazon Lex defaults to theAMAZON.FallbackIntent. If the value isDefault, assisted slot resolution is turned off.- Parameters:
slotResolutionStrategy- Specifies whether assisted slot resolution is turned on for the slot or not. If the value isEnhancedFallback, assisted slot resolution is activated when Amazon Lex defaults to theAMAZON.FallbackIntent. If the value isDefault, assisted slot resolution is turned off.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SlotResolutionStrategy,SlotResolutionStrategy
-
slotResolutionStrategy
SlotResolutionSetting.Builder slotResolutionStrategy(SlotResolutionStrategy slotResolutionStrategy)
Specifies whether assisted slot resolution is turned on for the slot or not. If the value is
EnhancedFallback, assisted slot resolution is activated when Amazon Lex defaults to theAMAZON.FallbackIntent. If the value isDefault, assisted slot resolution is turned off.- Parameters:
slotResolutionStrategy- Specifies whether assisted slot resolution is turned on for the slot or not. If the value isEnhancedFallback, assisted slot resolution is activated when Amazon Lex defaults to theAMAZON.FallbackIntent. If the value isDefault, assisted slot resolution is turned off.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SlotResolutionStrategy,SlotResolutionStrategy
-
-