Show / Hide Table of Contents

Class CfnBotPropsMixin.ConditionProperty

Provides an expression that evaluates to true or false.

Inheritance
object
CfnBotPropsMixin.ConditionProperty
Implements
CfnBotPropsMixin.IConditionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Lex
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnBotPropsMixin.ConditionProperty : CfnBotPropsMixin.IConditionProperty
Syntax (vb)
Public Class CfnBotPropsMixin.ConditionProperty Implements CfnBotPropsMixin.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.CfnPropertyMixins.AWS.Lex;

             var conditionProperty = new ConditionProperty {
                 ExpressionString = "expressionString"
             };

Synopsis

Constructors

ConditionProperty()

Provides an expression that evaluates to true or false.

Properties

ExpressionString

The expression string that is evaluated.

Constructors

ConditionProperty()

Provides an expression that evaluates to true or false.

public ConditionProperty()
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.CfnPropertyMixins.AWS.Lex;

             var conditionProperty = new ConditionProperty {
                 ExpressionString = "expressionString"
             };

Properties

ExpressionString

The expression string that is evaluated.

public string? ExpressionString { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-condition.html#cfn-lex-bot-condition-expressionstring

Implements

CfnBotPropsMixin.IConditionProperty
Back to top Generated by DocFX