static PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.builder() |
|
default PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.failureConditional(Consumer<ConditionalSpecification.Builder> failureConditional) |
A list of conditional branches to evaluate after the fulfillment code hook throws an exception or returns
with the State field of the Intent object set to Failed.
|
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.failureConditional(ConditionalSpecification failureConditional) |
A list of conditional branches to evaluate after the fulfillment code hook throws an exception or returns
with the State field of the Intent object set to Failed.
|
default PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.failureNextStep(Consumer<DialogState.Builder> failureNextStep) |
Specifies the next step the bot runs after the fulfillment code hook throws an exception or returns with the
State field of the Intent object set to Failed.
|
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.failureNextStep(DialogState failureNextStep) |
Specifies the next step the bot runs after the fulfillment code hook throws an exception or returns with the
State field of the Intent object set to Failed.
|
default PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.failureResponse(Consumer<ResponseSpecification.Builder> failureResponse) |
Sets the value of the FailureResponse property for this object.
|
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.failureResponse(ResponseSpecification failureResponse) |
Sets the value of the FailureResponse property for this object.
|
default PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.successConditional(Consumer<ConditionalSpecification.Builder> successConditional) |
A list of conditional branches to evaluate after the fulfillment code hook finishes successfully.
|
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.successConditional(ConditionalSpecification successConditional) |
A list of conditional branches to evaluate after the fulfillment code hook finishes successfully.
|
default PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.successNextStep(Consumer<DialogState.Builder> successNextStep) |
Specifies the next step in the conversation that Amazon Lex invokes when the fulfillment code hook completes
successfully.
|
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.successNextStep(DialogState successNextStep) |
Specifies the next step in the conversation that Amazon Lex invokes when the fulfillment code hook completes
successfully.
|
default PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.successResponse(Consumer<ResponseSpecification.Builder> successResponse) |
Sets the value of the SuccessResponse property for this object.
|
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.successResponse(ResponseSpecification successResponse) |
Sets the value of the SuccessResponse property for this object.
|
default PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.timeoutConditional(Consumer<ConditionalSpecification.Builder> timeoutConditional) |
A list of conditional branches to evaluate if the fulfillment code hook times out.
|
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.timeoutConditional(ConditionalSpecification timeoutConditional) |
A list of conditional branches to evaluate if the fulfillment code hook times out.
|
default PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.timeoutNextStep(Consumer<DialogState.Builder> timeoutNextStep) |
Specifies the next step that the bot runs when the fulfillment code hook times out.
|
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.timeoutNextStep(DialogState timeoutNextStep) |
Specifies the next step that the bot runs when the fulfillment code hook times out.
|
default PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.timeoutResponse(Consumer<ResponseSpecification.Builder> timeoutResponse) |
Sets the value of the TimeoutResponse property for this object.
|
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.timeoutResponse(ResponseSpecification timeoutResponse) |
Sets the value of the TimeoutResponse property for this object.
|
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.toBuilder() |
|