AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Provides a list of conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class ConditionalSpecification
The ConditionalSpecification type exposes the following members
Name | Description | |
---|---|---|
ConditionalSpecification() |
Name | Type | Description | |
---|---|---|---|
Active | System.Boolean |
Gets and sets the property Active.
Determines whether a conditional branch is active. When |
|
ConditionalBranches | System.Collections.Generic.List<Amazon.LexModelsV2.Model.ConditionalBranch> |
Gets and sets the property ConditionalBranches. A list of conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true. |
|
DefaultBranch | Amazon.LexModelsV2.Model.DefaultConditionalBranch |
Gets and sets the property DefaultBranch. The conditional branch that should be followed when the conditions for other branches are not satisfied. A conditional branch is made up of a condition, a response and a next step. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5