interface InputContextProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Lex.CfnBot.InputContextProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_InputContextProperty | 
|  Java | software.amazon.awscdk.services.lex.CfnBot.InputContextProperty | 
|  Python | aws_cdk.aws_lex.CfnBot.InputContextProperty | 
|  TypeScript | aws-cdk-lib»aws_lex»CfnBot»InputContextProperty | 
A context that must be active for an intent to be selected by Amazon Lex.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lex as lex } from 'aws-cdk-lib';
const inputContextProperty: lex.CfnBot.InputContextProperty = {
  name: 'name',
};
Properties
| Name | Type | Description | 
|---|---|---|
| name | string | The name of the context. | 
name
Type:
string
The name of the context.
