Interface CfnBot.PostFulfillmentStatusSpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBot.PostFulfillmentStatusSpecificationProperty.Jsii$Proxy
- Enclosing class:
- CfnBot
@Stability(Stable)
public static interface CfnBot.PostFulfillmentStatusSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
Provides a setting that determines whether the post-fulfillment response is sent to the user.
Example:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBot.PostFulfillmentStatusSpecificationProperty
static final class
An implementation forCfnBot.PostFulfillmentStatusSpecificationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
A list of conditional branches to evaluate after the fulfillment code hook throws an exception or returns with theState
field of theIntent
object set toFailed
.default Object
Specifies the next step the bot runs after the fulfillment code hook throws an exception or returns with theState
field of theIntent
object set toFailed
.default Object
Specifies a list of message groups that Amazon Lex uses to respond when fulfillment isn't successful.default Object
A list of conditional branches to evaluate after the fulfillment code hook finishes successfully.default Object
Specifies the next step in the conversation that Amazon Lex invokes when the fulfillment code hook completes successfully.default Object
Specifies a list of message groups that Amazon Lex uses to respond when the fulfillment is successful.default Object
A list of conditional branches to evaluate if the fulfillment code hook times out.default Object
Specifies the next step that the bot runs when the fulfillment code hook times out.default Object
Specifies a list of message groups that Amazon Lex uses to respond when fulfillment isn't completed within the timeout period.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFailureConditional
A list of conditional branches to evaluate after the fulfillment code hook throws an exception or returns with theState
field of theIntent
object set toFailed
. -
getFailureNextStep
Specifies the next step the bot runs after the fulfillment code hook throws an exception or returns with theState
field of theIntent
object set toFailed
. -
getFailureResponse
Specifies a list of message groups that Amazon Lex uses to respond when fulfillment isn't successful. -
getSuccessConditional
A list of conditional branches to evaluate after the fulfillment code hook finishes successfully. -
getSuccessNextStep
Specifies the next step in the conversation that Amazon Lex invokes when the fulfillment code hook completes successfully. -
getSuccessResponse
Specifies a list of message groups that Amazon Lex uses to respond when the fulfillment is successful. -
getTimeoutConditional
A list of conditional branches to evaluate if the fulfillment code hook times out. -
getTimeoutNextStep
Specifies the next step that the bot runs when the fulfillment code hook times out. -
getTimeoutResponse
Specifies a list of message groups that Amazon Lex uses to respond when fulfillment isn't completed within the timeout period. -
builder
-