interface InputContextProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins.CfnBotPropsMixin.InputContextProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awslex/mixins#CfnBotPropsMixin_InputContextProperty |
Java | software.amazon.awscdk.mixins.preview.services.lex.mixins.CfnBotPropsMixin.InputContextProperty |
Python | aws_cdk.mixins_preview.aws_lex.mixins.CfnBotPropsMixin.InputContextProperty |
TypeScript | @aws-cdk/mixins-preview » aws_lex » mixins » 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 { mixins as lex_mixins } from '@aws-cdk/mixins-preview/aws-lex';
const inputContextProperty: lex_mixins.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