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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.DialogCodeHookInvocationSettingProperty
CfnBot.DialogCodeHookInvocationSettingProperty.Builder, CfnBot.DialogCodeHookInvocationSettingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.DialogCodeHookInvocationSettingProperty.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 Object
Indicates whether a Lambda function should be invoked for the dialog.final String
A label that indicates the dialog step from which the dialog code hook is happening.final Object
Determines whether a dialog code hook is used when the intent is activated.final Object
Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.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.DialogCodeHookInvocationSettingProperty.Builder
.
-
-
Method Details
-
getEnableCodeHookInvocation
Description copied from interface:CfnBot.DialogCodeHookInvocationSettingProperty
Indicates whether a Lambda function should be invoked for the dialog.- Specified by:
getEnableCodeHookInvocation
in interfaceCfnBot.DialogCodeHookInvocationSettingProperty
-
getIsActive
Description copied from interface:CfnBot.DialogCodeHookInvocationSettingProperty
Determines whether a dialog code hook is used when the intent is activated.- Specified by:
getIsActive
in interfaceCfnBot.DialogCodeHookInvocationSettingProperty
-
getPostCodeHookSpecification
Description copied from interface:CfnBot.DialogCodeHookInvocationSettingProperty
Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.- Specified by:
getPostCodeHookSpecification
in interfaceCfnBot.DialogCodeHookInvocationSettingProperty
-
getInvocationLabel
Description copied from interface:CfnBot.DialogCodeHookInvocationSettingProperty
A label that indicates the dialog step from which the dialog code hook is happening.- Specified by:
getInvocationLabel
in interfaceCfnBot.DialogCodeHookInvocationSettingProperty
-
$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()
-