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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.SlotValueSelectionSettingProperty
CfnBot.SlotValueSelectionSettingProperty.Builder, CfnBot.SlotValueSelectionSettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.SlotValueSelectionSettingProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectProvides settings that enable advanced recognition settings for slot values.final ObjectA regular expression used to validate the value of a slot.final StringDetermines the slot resolution strategy that Amazon Lex uses to return slot type values.final inthashCode()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.SlotValueSelectionSettingPropertyDetermines 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:
getResolutionStrategyin interfaceCfnBot.SlotValueSelectionSettingProperty
-
getAdvancedRecognitionSetting
Description copied from interface:CfnBot.SlotValueSelectionSettingPropertyProvides 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:
getAdvancedRecognitionSettingin interfaceCfnBot.SlotValueSelectionSettingProperty
-
getRegexFilter
Description copied from interface:CfnBot.SlotValueSelectionSettingPropertyA regular expression used to validate the value of a slot.- Specified by:
getRegexFilterin interfaceCfnBot.SlotValueSelectionSettingProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-