Class CfnBot.SlotProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.SlotProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.SlotProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnBot.SlotProperty
@Stability(Stable)
@Internal
public static final class CfnBot.SlotProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.SlotProperty
An implementation for
CfnBot.SlotProperty-
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.SlotProperty
CfnBot.SlotProperty.Builder, CfnBot.SlotProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnBot.SlotProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBot.SlotProperty.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 StringThe description of the slot.final ObjectIndicates whether a slot can return multiple values.final StringgetName()The name given to the slot.final ObjectDetermines whether the contents of the slot are obfuscated in Amazon CloudWatch Logs logs.final StringThe name of the slot type that this slot is based on.final ObjectDetermines 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.SlotProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnBot.SlotPropertyThe name given to the slot.- Specified by:
getNamein interfaceCfnBot.SlotProperty
-
getSlotTypeName
Description copied from interface:CfnBot.SlotPropertyThe name of the slot type that this slot is based on.The slot type defines the acceptable values for the slot.
- Specified by:
getSlotTypeNamein interfaceCfnBot.SlotProperty
-
getValueElicitationSetting
Description copied from interface:CfnBot.SlotPropertyDetermines 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 a 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:
getValueElicitationSettingin interfaceCfnBot.SlotProperty
-
getDescription
Description copied from interface:CfnBot.SlotPropertyThe description of the slot.- Specified by:
getDescriptionin interfaceCfnBot.SlotProperty
-
getMultipleValuesSetting
Description copied from interface:CfnBot.SlotPropertyIndicates whether a slot can return multiple values.- Specified by:
getMultipleValuesSettingin interfaceCfnBot.SlotProperty
-
getObfuscationSetting
Description copied from interface:CfnBot.SlotPropertyDetermines whether the contents of the slot are obfuscated in Amazon CloudWatch Logs logs.Use obfuscated slots to protect information such as personally identifiable information (PII) in logs.
- Specified by:
getObfuscationSettingin interfaceCfnBot.SlotProperty
-
$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()
-