@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SlotResolutionSetting extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about whether assisted slot resolution is turned on for the slot or not.
| Constructor and Description |
|---|
SlotResolutionSetting() |
| Modifier and Type | Method and Description |
|---|---|
SlotResolutionSetting |
clone() |
boolean |
equals(Object obj) |
String |
getSlotResolutionStrategy()
Specifies whether assisted slot resolution is turned on for the slot or not.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSlotResolutionStrategy(String slotResolutionStrategy)
Specifies whether assisted slot resolution is turned on for the slot or not.
|
String |
toString()
Returns a string representation of this object.
|
SlotResolutionSetting |
withSlotResolutionStrategy(SlotResolutionStrategy slotResolutionStrategy)
Specifies whether assisted slot resolution is turned on for the slot or not.
|
SlotResolutionSetting |
withSlotResolutionStrategy(String slotResolutionStrategy)
Specifies whether assisted slot resolution is turned on for the slot or not.
|
public void setSlotResolutionStrategy(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.
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.SlotResolutionStrategypublic String getSlotResolutionStrategy()
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.
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.SlotResolutionStrategypublic SlotResolutionSetting withSlotResolutionStrategy(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.
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.SlotResolutionStrategypublic SlotResolutionSetting withSlotResolutionStrategy(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.
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.SlotResolutionStrategypublic String toString()
toString in class ObjectObject.toString()public SlotResolutionSetting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.