Class CfnBot.DialogCodeHookInvocationSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.DialogCodeHookInvocationSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.DialogCodeHookInvocationSettingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.DialogCodeHookInvocationSettingProperty
@Stability(Stable)
@Internal
public static final class CfnBot.DialogCodeHookInvocationSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.DialogCodeHookInvocationSettingProperty
An implementation for
CfnBot.DialogCodeHookInvocationSettingProperty-
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.DialogCodeHookInvocationSettingProperty
CfnBot.DialogCodeHookInvocationSettingProperty.Builder, CfnBot.DialogCodeHookInvocationSettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.DialogCodeHookInvocationSettingProperty.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 ObjectIndicates whether a Lambda function should be invoked for the dialog.final StringA label that indicates the dialog step from which the dialog code hook is happening.final ObjectDetermines whether a dialog code hook is used when the intent is activated.final ObjectContains the responses and actions that Amazon Lex takes after the Lambda function is complete.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.DialogCodeHookInvocationSettingProperty.Builder.
-
-
Method Details
-
getEnableCodeHookInvocation
Description copied from interface:CfnBot.DialogCodeHookInvocationSettingPropertyIndicates whether a Lambda function should be invoked for the dialog.Returns union: either
BooleanorIResolvable- Specified by:
getEnableCodeHookInvocationin interfaceCfnBot.DialogCodeHookInvocationSettingProperty- See Also:
-
getIsActive
Description copied from interface:CfnBot.DialogCodeHookInvocationSettingPropertyDetermines whether a dialog code hook is used when the intent is activated.Returns union: either
BooleanorIResolvable- Specified by:
getIsActivein interfaceCfnBot.DialogCodeHookInvocationSettingProperty- See Also:
-
getPostCodeHookSpecification
Description copied from interface:CfnBot.DialogCodeHookInvocationSettingPropertyContains the responses and actions that Amazon Lex takes after the Lambda function is complete.Returns union: either
IResolvableorCfnBot.PostDialogCodeHookInvocationSpecificationProperty- Specified by:
getPostCodeHookSpecificationin interfaceCfnBot.DialogCodeHookInvocationSettingProperty- See Also:
-
getInvocationLabel
Description copied from interface:CfnBot.DialogCodeHookInvocationSettingPropertyA label that indicates the dialog step from which the dialog code hook is happening.- Specified by:
getInvocationLabelin interfaceCfnBot.DialogCodeHookInvocationSettingProperty- 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()
-