Class CfnBotPropsMixin.SlotValueSelectionSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.lex.mixins.CfnBotPropsMixin.SlotValueSelectionSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBotPropsMixin.SlotValueSelectionSettingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotPropsMixin.SlotValueSelectionSettingProperty
@Stability(Stable)
@Internal
public static final class CfnBotPropsMixin.SlotValueSelectionSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBotPropsMixin.SlotValueSelectionSettingProperty
An implementation for
CfnBotPropsMixin.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.mixins.preview.services.lex.mixins.CfnBotPropsMixin.SlotValueSelectionSettingProperty
CfnBotPropsMixin.SlotValueSelectionSettingProperty.Builder, CfnBotPropsMixin.SlotValueSelectionSettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.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 theCfnBotPropsMixin.SlotValueSelectionSettingProperty.Builder.
-
-
Method Details
-
getAdvancedRecognitionSetting
Description copied from interface:CfnBotPropsMixin.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.
Returns union: either
IResolvableorCfnBotPropsMixin.AdvancedRecognitionSettingProperty- Specified by:
getAdvancedRecognitionSettingin interfaceCfnBotPropsMixin.SlotValueSelectionSettingProperty- See Also:
-
getRegexFilter
Description copied from interface:CfnBotPropsMixin.SlotValueSelectionSettingPropertyA regular expression used to validate the value of a slot.Returns union: either
IResolvableorCfnBotPropsMixin.SlotValueRegexFilterProperty- Specified by:
getRegexFilterin interfaceCfnBotPropsMixin.SlotValueSelectionSettingProperty- See Also:
-
getResolutionStrategy
Description copied from interface:CfnBotPropsMixin.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 interfaceCfnBotPropsMixin.SlotValueSelectionSettingProperty- See Also:
-
$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()
-