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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.SlotProperty
CfnBot.SlotProperty.Builder, CfnBot.SlotProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnBot.SlotProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBot.SlotProperty.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 String
The description of the slot.final Object
Indicates whether a slot can return multiple values.final String
getName()
The name given to the slot.final Object
Determines whether the contents of the slot are obfuscated in Amazon CloudWatch Logs logs.final String
The name of the slot type that this slot is based on.final Object
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.SlotProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnBot.SlotProperty
The name given to the slot.- Specified by:
getName
in interfaceCfnBot.SlotProperty
-
getSlotTypeName
Description copied from interface:CfnBot.SlotProperty
The name of the slot type that this slot is based on.The slot type defines the acceptable values for the slot.
- Specified by:
getSlotTypeName
in interfaceCfnBot.SlotProperty
-
getValueElicitationSetting
Description copied from interface:CfnBot.SlotProperty
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 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:
getValueElicitationSetting
in interfaceCfnBot.SlotProperty
-
getDescription
Description copied from interface:CfnBot.SlotProperty
The description of the slot.- Specified by:
getDescription
in interfaceCfnBot.SlotProperty
-
getMultipleValuesSetting
Description copied from interface:CfnBot.SlotProperty
Indicates whether a slot can return multiple values.- Specified by:
getMultipleValuesSetting
in interfaceCfnBot.SlotProperty
-
getObfuscationSetting
Description copied from interface:CfnBot.SlotProperty
Determines 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:
getObfuscationSetting
in interfaceCfnBot.SlotProperty
-
$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()
-