interface InputContextProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Lex.CfnBotPropsMixin.InputContextProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslex#CfnBotPropsMixin_InputContextProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.InputContextProperty |
Python | aws_cdk.cfn_property_mixins.aws_lex.CfnBotPropsMixin.InputContextProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_lex » CfnBotPropsMixin » 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/cfn-property-mixins';
const inputContextProperty: lex.CfnBotPropsMixin.InputContextProperty = {
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | The name of the context. |
name?
Type:
string
(optional)
The name of the context.

.NET
Go
Java
Python
TypeScript