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
Modifier and TypeMethodDescriptionslotResolutionStrategy
(String slotResolutionStrategy) Specifies whether assisted slot resolution is turned on for the slot or not.slotResolutionStrategy
(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 Details
-
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
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:
-