| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ConditionalSpecification |
SlotCaptureSetting.captureConditional()
A list of conditional branches to evaluate after the slot value is captured.
|
ConditionalSpecification |
IntentClosingSetting.conditional()
A list of conditional branches associated with the intent's closing response.
|
ConditionalSpecification |
InitialResponseSetting.conditional()
Returns the value of the Conditional property for this object.
|
ConditionalSpecification |
IntentConfirmationSetting.confirmationConditional()
A list of conditional branches to evaluate after the intent is closed.
|
ConditionalSpecification |
IntentConfirmationSetting.declinationConditional()
A list of conditional branches to evaluate after the intent is declined.
|
ConditionalSpecification |
PostFulfillmentStatusSpecification.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. |
ConditionalSpecification |
IntentConfirmationSetting.failureConditional()
Returns the value of the FailureConditional property for this object.
|
ConditionalSpecification |
SlotCaptureSetting.failureConditional()
A list of conditional branches to evaluate when the slot value isn't captured.
|
ConditionalSpecification |
PostDialogCodeHookInvocationSpecification.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. |
ConditionalSpecification |
PostFulfillmentStatusSpecification.successConditional()
A list of conditional branches to evaluate after the fulfillment code hook finishes successfully.
|
ConditionalSpecification |
PostDialogCodeHookInvocationSpecification.successConditional()
A list of conditional branches to evaluate after the dialog code hook finishes successfully.
|
ConditionalSpecification |
PostFulfillmentStatusSpecification.timeoutConditional()
A list of conditional branches to evaluate if the fulfillment code hook times out.
|
ConditionalSpecification |
PostDialogCodeHookInvocationSpecification.timeoutConditional()
A list of conditional branches to evaluate if the code hook times out.
|
| Modifier and Type | Method and Description |
|---|---|
SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.captureConditional(ConditionalSpecification captureConditional)
A list of conditional branches to evaluate after the slot value is captured.
|
IntentClosingSetting.Builder |
IntentClosingSetting.Builder.conditional(ConditionalSpecification conditional)
A list of conditional branches associated with the intent's closing response.
|
InitialResponseSetting.Builder |
InitialResponseSetting.Builder.conditional(ConditionalSpecification conditional)
Sets the value of the Conditional property for this object.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.confirmationConditional(ConditionalSpecification confirmationConditional)
A list of conditional branches to evaluate after the intent is closed.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.declinationConditional(ConditionalSpecification declinationConditional)
A list of conditional branches to evaluate after the intent is declined.
|
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. |
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.failureConditional(ConditionalSpecification failureConditional)
Sets the value of the FailureConditional property for this object.
|
SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.failureConditional(ConditionalSpecification failureConditional)
A list of conditional branches to evaluate when the slot value isn't captured.
|
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. |
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.successConditional(ConditionalSpecification successConditional)
A list of conditional branches to evaluate after the fulfillment 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.
|
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.timeoutConditional(ConditionalSpecification timeoutConditional)
A list of conditional branches to evaluate if the fulfillment code hook times out.
|
PostDialogCodeHookInvocationSpecification.Builder |
PostDialogCodeHookInvocationSpecification.Builder.timeoutConditional(ConditionalSpecification timeoutConditional)
A list of conditional branches to evaluate if the code hook times out.
|
Copyright © 2023. All rights reserved.