Class CfnBotPropsMixin.InputContextProperty
A context that must be active for an intent to be selected by Amazon Lex.
Implements
Inherited Members
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
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
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; }