Class CfnBotPropsMixin.SlotProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.SlotProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBotPropsMixin.SlotProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotPropsMixin.SlotProperty
@Stability(Stable)
@Internal
public static final class CfnBotPropsMixin.SlotProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBotPropsMixin.SlotProperty
An implementation for
CfnBotPropsMixin.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.cfnpropertymixins.services.lex.CfnBotPropsMixin.SlotProperty
CfnBotPropsMixin.SlotProperty.Builder, CfnBotPropsMixin.SlotProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.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 ObjectReturns union: eitherIResolvableorCfnBotPropsMixin.SubSlotSettingPropertyfinal 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 theCfnBotPropsMixin.SlotProperty.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnBotPropsMixin.SlotPropertyThe description of the slot.- Specified by:
getDescriptionin interfaceCfnBotPropsMixin.SlotProperty- See Also:
-
getMultipleValuesSetting
Description copied from interface:CfnBotPropsMixin.SlotPropertyIndicates whether a slot can return multiple values.Returns union: either
IResolvableorCfnBotPropsMixin.MultipleValuesSettingProperty- Specified by:
getMultipleValuesSettingin interfaceCfnBotPropsMixin.SlotProperty- See Also:
-
getName
Description copied from interface:CfnBotPropsMixin.SlotPropertyThe name given to the slot.- Specified by:
getNamein interfaceCfnBotPropsMixin.SlotProperty- See Also:
-
getObfuscationSetting
Description copied from interface:CfnBotPropsMixin.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.
Returns union: either
IResolvableorCfnBotPropsMixin.ObfuscationSettingProperty- Specified by:
getObfuscationSettingin interfaceCfnBotPropsMixin.SlotProperty- See Also:
-
getSlotTypeName
Description copied from interface:CfnBotPropsMixin.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 interfaceCfnBotPropsMixin.SlotProperty- See Also:
-
getSubSlotSetting
Description copied from interface:CfnBotPropsMixin.SlotPropertyReturns union: eitherIResolvableorCfnBotPropsMixin.SubSlotSettingProperty- Specified by:
getSubSlotSettingin interfaceCfnBotPropsMixin.SlotProperty- See Also:
-
getValueElicitationSetting
Description copied from interface:CfnBotPropsMixin.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.Returns union: either
IResolvableorCfnBotPropsMixin.SlotValueElicitationSettingProperty- Specified by:
getValueElicitationSettingin interfaceCfnBotPropsMixin.SlotProperty- 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()
-