Class CfnBot.SlotValueSelectionSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.SlotValueSelectionSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.SlotValueSelectionSettingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.SlotValueSelectionSettingProperty
@Stability(Stable)
@Internal
public static final class CfnBot.SlotValueSelectionSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.SlotValueSelectionSettingProperty
An implementation for
CfnBot.SlotValueSelectionSettingProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.SlotValueSelectionSettingProperty
CfnBot.SlotValueSelectionSettingProperty.Builder, CfnBot.SlotValueSelectionSettingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.SlotValueSelectionSettingProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Provides settings that enable advanced recognition settings for slot values.final Object
A regular expression used to validate the value of a slot.final String
Determines the slot resolution strategy that Amazon Lex uses to return slot type values.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnBot.SlotValueSelectionSettingProperty.Builder
.
-
-
Method Details
-
getResolutionStrategy
Description copied from interface:CfnBot.SlotValueSelectionSettingProperty
Determines the slot resolution strategy that Amazon Lex uses to return slot type values.The field can be set to one of the following values:
ORIGINAL_VALUE
- Returns the value entered by the user, if the user value is similar to the slot value.TOP_RESOLUTION
- If there is a resolution list for the slot, return the first value in the resolution list as the slot type value. If there is no resolution list, null is returned.
If you don't specify the
valueSelectionStrategy
, the default isORIGINAL_VALUE
.- Specified by:
getResolutionStrategy
in interfaceCfnBot.SlotValueSelectionSettingProperty
-
getAdvancedRecognitionSetting
Description copied from interface:CfnBot.SlotValueSelectionSettingProperty
Provides settings that enable advanced recognition settings for slot values.You can use this to enable using slot values as a custom vocabulary for recognizing user utterances.
- Specified by:
getAdvancedRecognitionSetting
in interfaceCfnBot.SlotValueSelectionSettingProperty
-
getRegexFilter
Description copied from interface:CfnBot.SlotValueSelectionSettingProperty
A regular expression used to validate the value of a slot.- Specified by:
getRegexFilter
in interfaceCfnBot.SlotValueSelectionSettingProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-