Show / Hide Table of Contents

Class CfnBotPropsMixin.InputContextProperty

A context that must be active for an intent to be selected by Amazon Lex.

Inheritance
object
CfnBotPropsMixin.InputContextProperty
Implements
CfnBotPropsMixin.IInputContextProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnBotPropsMixin.InputContextProperty : CfnBotPropsMixin.IInputContextProperty
Syntax (vb)
Public Class CfnBotPropsMixin.InputContextProperty Implements CfnBotPropsMixin.IInputContextProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-inputcontext.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.Mixins.Preview.AWS.Lex.Mixins;

             var inputContextProperty = new InputContextProperty {
                 Name = "name"
             };

Synopsis

Constructors

InputContextProperty()

A context that must be active for an intent to be selected by Amazon Lex.

Properties

Name

The name of the context.

Constructors

InputContextProperty()

A context that must be active for an intent to be selected by Amazon Lex.

public InputContextProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-inputcontext.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.Mixins.Preview.AWS.Lex.Mixins;

             var inputContextProperty = new InputContextProperty {
                 Name = "name"
             };

Properties

Name

The name of the context.

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

string

Remarks

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

Implements

CfnBotPropsMixin.IInputContextProperty
Back to top Generated by DocFX