Class CfnBot.IntentOverrideProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.IntentOverrideProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.IntentOverrideProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.IntentOverrideProperty
@Stability(Stable)
@Internal
public static final class CfnBot.IntentOverrideProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.IntentOverrideProperty
An implementation for
CfnBot.IntentOverrideProperty
-
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.IntentOverrideProperty
CfnBot.IntentOverrideProperty.Builder, CfnBot.IntentOverrideProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.IntentOverrideProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.IntentOverrideProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnBot.IntentOverrideProperty
The name of the intent.Only required when you're switching intents.
- Specified by:
getName
in interfaceCfnBot.IntentOverrideProperty
-
getSlots
Description copied from interface:CfnBot.IntentOverrideProperty
A map of all of the slot value overrides for the intent.The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden.
- Specified by:
getSlots
in interfaceCfnBot.IntentOverrideProperty
-
$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()
-