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