Interface CfnBot.DialogCodeHookInvocationSettingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBot.DialogCodeHookInvocationSettingProperty.Jsii$Proxy
- Enclosing class:
CfnBot
@Stability(Stable)
public static interface CfnBot.DialogCodeHookInvocationSettingProperty
extends software.amazon.jsii.JsiiSerializable
Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBot.DialogCodeHookInvocationSettingProperty
static final class
An implementation forCfnBot.DialogCodeHookInvocationSettingProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Indicates whether a Lambda function should be invoked for the dialog.default String
A label that indicates the dialog step from which the dialog code hook is happening.Determines whether a dialog code hook is used when the intent is activated.Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnableCodeHookInvocation
Indicates whether a Lambda function should be invoked for the dialog.- See Also:
-
getIsActive
Determines whether a dialog code hook is used when the intent is activated.- See Also:
-
getPostCodeHookSpecification
Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.- See Also:
-
getInvocationLabel
A label that indicates the dialog step from which the dialog code hook is happening.- See Also:
-
builder
-