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 Details

    • 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 the AMAZON.FallbackIntent. If the value is Default, assisted slot resolution is turned off.

      Parameters:
      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 the AMAZON.FallbackIntent. If the value is Default, assisted slot resolution is turned off.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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 the AMAZON.FallbackIntent. If the value is Default, assisted slot resolution is turned off.

      Parameters:
      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 the AMAZON.FallbackIntent. If the value is Default, assisted slot resolution is turned off.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: