Class SlotResolutionSetting
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.SlotResolutionSetting
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SlotResolutionSetting.Builder,SlotResolutionSetting>
@Generated("software.amazon.awssdk:codegen") public final class SlotResolutionSetting extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SlotResolutionSetting.Builder,SlotResolutionSetting>
Contains information about whether assisted slot resolution is turned on for the slot or not.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSlotResolutionSetting.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SlotResolutionSetting.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends SlotResolutionSetting.Builder>serializableBuilderClass()SlotResolutionStrategyslotResolutionStrategy()Specifies whether assisted slot resolution is turned on for the slot or not.StringslotResolutionStrategyAsString()Specifies whether assisted slot resolution is turned on for the slot or not.SlotResolutionSetting.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
slotResolutionStrategy
public final 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.If the service returns an enum value that is not available in the current SDK version,
slotResolutionStrategywill returnSlotResolutionStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromslotResolutionStrategyAsString().- Returns:
- 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. - See Also:
SlotResolutionStrategy
-
slotResolutionStrategyAsString
public final String slotResolutionStrategyAsString()
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.If the service returns an enum value that is not available in the current SDK version,
slotResolutionStrategywill returnSlotResolutionStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromslotResolutionStrategyAsString().- Returns:
- 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. - See Also:
SlotResolutionStrategy
-
toBuilder
public SlotResolutionSetting.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SlotResolutionSetting.Builder,SlotResolutionSetting>
-
builder
public static SlotResolutionSetting.Builder builder()
-
serializableBuilderClass
public static Class<? extends SlotResolutionSetting.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-