Interface CfnBot.IInputContextProperty
A context that must be active for an intent to be selected by Amazon Lex.
Namespace: Amazon.CDK.AWS.Lex
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IInputContextProperty
Syntax (vb)
Public Interface 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.AWS.Lex;
var inputContextProperty = new InputContextProperty {
Name = "name"
};
Synopsis
Properties
Name | The name of the context. |
Properties
Name
The name of the context.
string Name { get; }
Property Value
System.