interface ConditionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lex.CfnBot.ConditionProperty |
![]() | software.amazon.awscdk.services.lex.CfnBot.ConditionProperty |
![]() | aws_cdk.aws_lex.CfnBot.ConditionProperty |
![]() | @aws-cdk/aws-lex » CfnBot » ConditionProperty |
Provides an expression that evaluates to true or false.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as lex from '@aws-cdk/aws-lex';
const conditionProperty: lex.CfnBot.ConditionProperty = {
expressionString: 'expressionString',
};
Properties
Name | Type | Description |
---|---|---|
expression | string | The expression string that is evaluated. |
expressionString
Type:
string
The expression string that is evaluated.