Interface CfnBotPropsMixin.DialogCodeHookInvocationSettingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBotPropsMixin.DialogCodeHookInvocationSettingProperty.Jsii$Proxy
- Enclosing class:
CfnBotPropsMixin
@Stability(Stable)
public static interface CfnBotPropsMixin.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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBotPropsMixin.DialogCodeHookInvocationSettingPropertystatic final classAn implementation forCfnBotPropsMixin.DialogCodeHookInvocationSettingProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectIndicates whether a Lambda function should be invoked for the dialog.default StringA label that indicates the dialog step from which the dialog code hook is happening.default ObjectDetermines whether a dialog code hook is used when the intent is activated.default ObjectContains 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.Returns union: either
BooleanorIResolvable- See Also:
-
getInvocationLabel
A label that indicates the dialog step from which the dialog code hook is happening.- See Also:
-
getIsActive
Determines whether a dialog code hook is used when the intent is activated.Returns union: either
BooleanorIResolvable- See Also:
-
getPostCodeHookSpecification
Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.Returns union: either
IResolvableorCfnBotPropsMixin.PostDialogCodeHookInvocationSpecificationProperty- See Also:
-
builder
@Stability(Stable) static CfnBotPropsMixin.DialogCodeHookInvocationSettingProperty.Builder builder()
-