Class CfnBot.ConditionProperty
Provides an expression that evaluates to true or false.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Lex
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConditionProperty : Object, CfnBot.IConditionProperty
Syntax (vb)
Public Class ConditionProperty
Inherits Object
Implements CfnBot.IConditionProperty
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-condition.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Lex;
var conditionProperty = new ConditionProperty {
ExpressionString = "expressionString"
};
Synopsis
Constructors
Condition |
Properties
Expression |
The expression string that is evaluated. |
Constructors
ConditionProperty()
public ConditionProperty()
Properties
ExpressionString
The expression string that is evaluated.
public string ExpressionString { get; set; }
Property Value
System.