| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ConditionalSpecification |
ConditionalSpecification.clone() |
ConditionalSpecification |
SlotCaptureSetting.getCaptureConditional()
A list of conditional branches to evaluate after the slot value is captured.
|
ConditionalSpecification |
InitialResponseSetting.getConditional() |
ConditionalSpecification |
IntentClosingSetting.getConditional()
A list of conditional branches associated with the intent's closing response.
|
ConditionalSpecification |
IntentConfirmationSetting.getConfirmationConditional()
A list of conditional branches to evaluate after the intent is closed.
|
ConditionalSpecification |
IntentConfirmationSetting.getDeclinationConditional()
A list of conditional branches to evaluate after the intent is declined.
|
ConditionalSpecification |
PostDialogCodeHookInvocationSpecification.getFailureConditional()
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 |
SlotCaptureSetting.getFailureConditional()
A list of conditional branches to evaluate when the slot value isn't captured.
|
ConditionalSpecification |
PostFulfillmentStatusSpecification.getFailureConditional()
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.getFailureConditional() |
ConditionalSpecification |
PostDialogCodeHookInvocationSpecification.getSuccessConditional()
A list of conditional branches to evaluate after the dialog code hook finishes successfully.
|
ConditionalSpecification |
PostFulfillmentStatusSpecification.getSuccessConditional()
A list of conditional branches to evaluate after the fulfillment code hook finishes successfully.
|
ConditionalSpecification |
PostDialogCodeHookInvocationSpecification.getTimeoutConditional()
A list of conditional branches to evaluate if the code hook times out.
|
ConditionalSpecification |
PostFulfillmentStatusSpecification.getTimeoutConditional()
A list of conditional branches to evaluate if the fulfillment code hook times out.
|
ConditionalSpecification |
ConditionalSpecification.withActive(Boolean active)
Determines whether a conditional branch is active.
|
ConditionalSpecification |
ConditionalSpecification.withConditionalBranches(Collection<ConditionalBranch> conditionalBranches)
A list of conditional branches.
|
ConditionalSpecification |
ConditionalSpecification.withConditionalBranches(ConditionalBranch... conditionalBranches)
A list of conditional branches.
|
ConditionalSpecification |
ConditionalSpecification.withDefaultBranch(DefaultConditionalBranch defaultBranch)
The conditional branch that should be followed when the conditions for other branches are not satisfied.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SlotCaptureSetting.setCaptureConditional(ConditionalSpecification captureConditional)
A list of conditional branches to evaluate after the slot value is captured.
|
void |
InitialResponseSetting.setConditional(ConditionalSpecification conditional) |
void |
IntentClosingSetting.setConditional(ConditionalSpecification conditional)
A list of conditional branches associated with the intent's closing response.
|
void |
IntentConfirmationSetting.setConfirmationConditional(ConditionalSpecification confirmationConditional)
A list of conditional branches to evaluate after the intent is closed.
|
void |
IntentConfirmationSetting.setDeclinationConditional(ConditionalSpecification declinationConditional)
A list of conditional branches to evaluate after the intent is declined.
|
void |
PostDialogCodeHookInvocationSpecification.setFailureConditional(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. |
void |
SlotCaptureSetting.setFailureConditional(ConditionalSpecification failureConditional)
A list of conditional branches to evaluate when the slot value isn't captured.
|
void |
PostFulfillmentStatusSpecification.setFailureConditional(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. |
void |
IntentConfirmationSetting.setFailureConditional(ConditionalSpecification failureConditional) |
void |
PostDialogCodeHookInvocationSpecification.setSuccessConditional(ConditionalSpecification successConditional)
A list of conditional branches to evaluate after the dialog code hook finishes successfully.
|
void |
PostFulfillmentStatusSpecification.setSuccessConditional(ConditionalSpecification successConditional)
A list of conditional branches to evaluate after the fulfillment code hook finishes successfully.
|
void |
PostDialogCodeHookInvocationSpecification.setTimeoutConditional(ConditionalSpecification timeoutConditional)
A list of conditional branches to evaluate if the code hook times out.
|
void |
PostFulfillmentStatusSpecification.setTimeoutConditional(ConditionalSpecification timeoutConditional)
A list of conditional branches to evaluate if the fulfillment code hook times out.
|
SlotCaptureSetting |
SlotCaptureSetting.withCaptureConditional(ConditionalSpecification captureConditional)
A list of conditional branches to evaluate after the slot value is captured.
|
InitialResponseSetting |
InitialResponseSetting.withConditional(ConditionalSpecification conditional) |
IntentClosingSetting |
IntentClosingSetting.withConditional(ConditionalSpecification conditional)
A list of conditional branches associated with the intent's closing response.
|
IntentConfirmationSetting |
IntentConfirmationSetting.withConfirmationConditional(ConditionalSpecification confirmationConditional)
A list of conditional branches to evaluate after the intent is closed.
|
IntentConfirmationSetting |
IntentConfirmationSetting.withDeclinationConditional(ConditionalSpecification declinationConditional)
A list of conditional branches to evaluate after the intent is declined.
|
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.withFailureConditional(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. |
SlotCaptureSetting |
SlotCaptureSetting.withFailureConditional(ConditionalSpecification failureConditional)
A list of conditional branches to evaluate when the slot value isn't captured.
|
PostFulfillmentStatusSpecification |
PostFulfillmentStatusSpecification.withFailureConditional(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 |
IntentConfirmationSetting.withFailureConditional(ConditionalSpecification failureConditional) |
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.withSuccessConditional(ConditionalSpecification successConditional)
A list of conditional branches to evaluate after the dialog code hook finishes successfully.
|
PostFulfillmentStatusSpecification |
PostFulfillmentStatusSpecification.withSuccessConditional(ConditionalSpecification successConditional)
A list of conditional branches to evaluate after the fulfillment code hook finishes successfully.
|
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.withTimeoutConditional(ConditionalSpecification timeoutConditional)
A list of conditional branches to evaluate if the code hook times out.
|
PostFulfillmentStatusSpecification |
PostFulfillmentStatusSpecification.withTimeoutConditional(ConditionalSpecification timeoutConditional)
A list of conditional branches to evaluate if the fulfillment code hook times out.
|
Copyright © 2024. All rights reserved.