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