Interface CfnBotPropsMixin.PostDialogCodeHookInvocationSpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBotPropsMixin.PostDialogCodeHookInvocationSpecificationProperty.Jsii$Proxy
- Enclosing class:
CfnBotPropsMixin
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnBotPropsMixin.PostDialogCodeHookInvocationSpecificationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectA list of conditional branches to evaluate after the dialog code hook throws an exception or returns with theStatefield of theIntentobject set toFailed.default ObjectSpecifies the next step the bot runs after the dialog code hook throws an exception or returns with theStatefield of theIntentobject set toFailed.default ObjectSpecifies a list of message groups that Amazon Lex uses to respond the user input when the code hook fails.default ObjectA list of conditional branches to evaluate after the dialog code hook finishes successfully.default ObjectSpecifics the next step the bot runs after the dialog code hook finishes successfully.default ObjectSpecifies a list of message groups that Amazon Lex uses to respond when the code hook succeeds.default ObjectA list of conditional branches to evaluate if the code hook times out.default ObjectSpecifies the next step that the bot runs when the code hook times out.default ObjectSpecifies a list of message groups that Amazon Lex uses to respond to the user input when the code hook times out.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFailureConditional
A list of conditional branches to evaluate after the dialog code hook throws an exception or returns with theStatefield of theIntentobject set toFailed.Returns union: either
IResolvableorCfnBotPropsMixin.ConditionalSpecificationProperty- See Also:
-
getFailureNextStep
Specifies the next step the bot runs after the dialog code hook throws an exception or returns with theStatefield of theIntentobject set toFailed.Returns union: either
IResolvableorCfnBotPropsMixin.DialogStateProperty- See Also:
-
getFailureResponse
Specifies a list of message groups that Amazon Lex uses to respond the user input when the code hook fails.Returns union: either
IResolvableorCfnBotPropsMixin.ResponseSpecificationProperty- See Also:
-
getSuccessConditional
A list of conditional branches to evaluate after the dialog code hook finishes successfully.Returns union: either
IResolvableorCfnBotPropsMixin.ConditionalSpecificationProperty- See Also:
-
getSuccessNextStep
Specifics the next step the bot runs after the dialog code hook finishes successfully.Returns union: either
IResolvableorCfnBotPropsMixin.DialogStateProperty- See Also:
-
getSuccessResponse
Specifies a list of message groups that Amazon Lex uses to respond when the code hook succeeds.Returns union: either
IResolvableorCfnBotPropsMixin.ResponseSpecificationProperty- See Also:
-
getTimeoutConditional
A list of conditional branches to evaluate if the code hook times out.Returns union: either
IResolvableorCfnBotPropsMixin.ConditionalSpecificationProperty- See Also:
-
getTimeoutNextStep
Specifies the next step that the bot runs when the code hook times out.Returns union: either
IResolvableorCfnBotPropsMixin.DialogStateProperty- See Also:
-
getTimeoutResponse
Specifies a list of message groups that Amazon Lex uses to respond to the user input when the code hook times out.Returns union: either
IResolvableorCfnBotPropsMixin.ResponseSpecificationProperty- See Also:
-
builder
@Stability(Stable) static CfnBotPropsMixin.PostDialogCodeHookInvocationSpecificationProperty.Builder builder()
-