interface InputContextProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lex.CfnBot.InputContextProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_InputContextProperty |
![]() | software.amazon.awscdk.services.lex.CfnBot.InputContextProperty |
![]() | aws_cdk.aws_lex.CfnBot.InputContextProperty |
![]() | 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.