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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.SlotValueOverrideProperty
CfnBot.SlotValueOverrideProperty.Builder, CfnBot.SlotValueOverrideProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.SlotValueOverrideProperty.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
getShape()
When the shape value isList
, it indicates that thevalues
field contains a list of slot values.final Object
getValue()
The current value of the slot.final Object
A list of one or more values that the user provided for the slot.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.SlotValueOverrideProperty.Builder
.
-
-
Method Details
-
getShape
Description copied from interface:CfnBot.SlotValueOverrideProperty
When the shape value isList
, it indicates that thevalues
field contains a list of slot values.When the value is
Scalar
, it indicates that thevalue
field contains a single value.- Specified by:
getShape
in interfaceCfnBot.SlotValueOverrideProperty
-
getValue
Description copied from interface:CfnBot.SlotValueOverrideProperty
The current value of the slot.- Specified by:
getValue
in interfaceCfnBot.SlotValueOverrideProperty
-
getValues
Description copied from interface:CfnBot.SlotValueOverrideProperty
A 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:
getValues
in interfaceCfnBot.SlotValueOverrideProperty
-
$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()
-