| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultConditionalBranch |
DefaultConditionalBranch.clone() |
DefaultConditionalBranch |
ConditionalSpecification.getDefaultBranch()
The conditional branch that should be followed when the conditions for other branches are not satisfied.
|
DefaultConditionalBranch |
DefaultConditionalBranch.withNextStep(DialogState nextStep)
The next step in the conversation.
|
DefaultConditionalBranch |
DefaultConditionalBranch.withResponse(ResponseSpecification response) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConditionalSpecification.setDefaultBranch(DefaultConditionalBranch defaultBranch)
The conditional branch that should be followed when the conditions for other branches are not satisfied.
|
ConditionalSpecification |
ConditionalSpecification.withDefaultBranch(DefaultConditionalBranch defaultBranch)
The conditional branch that should be followed when the conditions for other branches are not satisfied.
|
Copyright © 2024. All rights reserved.