Class CfnBot.SlotValueOverrideProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.SlotValueOverrideProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.SlotValueOverrideProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnBot.SlotValueOverrideProperty
@Stability(Stable)
@Internal
public static final class CfnBot.SlotValueOverrideProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.SlotValueOverrideProperty
An implementation for
CfnBot.SlotValueOverrideProperty-
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.SlotValueOverrideProperty
CfnBot.SlotValueOverrideProperty.Builder, CfnBot.SlotValueOverrideProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.SlotValueOverrideProperty.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 StringgetShape()When the shape value isList, it indicates that thevaluesfield contains a list of slot values.final ObjectgetValue()The current value of the slot.final ObjectA list of one or more values that the user provided for the slot.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.SlotValueOverrideProperty.Builder.
-
-
Method Details
-
getShape
Description copied from interface:CfnBot.SlotValueOverridePropertyWhen the shape value isList, it indicates that thevaluesfield contains a list of slot values.When the value is
Scalar, it indicates that thevaluefield contains a single value.- Specified by:
getShapein interfaceCfnBot.SlotValueOverrideProperty
-
getValue
Description copied from interface:CfnBot.SlotValueOverridePropertyThe current value of the slot.- Specified by:
getValuein interfaceCfnBot.SlotValueOverrideProperty
-
getValues
Description copied from interface:CfnBot.SlotValueOverridePropertyA list of one or more values that the user provided for the slot.For example, for a slot that elicits pizza toppings, the values might be "pepperoni" and "pineapple."
- Specified by:
getValuesin interfaceCfnBot.SlotValueOverrideProperty
-
$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()
-