aws-cdk-lib.aws_lex.CfnBot.InputContextProperty

interface InputContextProperty

LanguageType name
.NETAmazon.CDK.AWS.Lex.CfnBot.InputContextProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_InputContextProperty
Javasoftware.amazon.awscdk.services.lex.CfnBot.InputContextProperty
Pythonaws_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

NameTypeDescription
namestringThe name of the context.

name

Type: string

The name of the context.