interface SampleValueProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lex.CfnBot.SampleValueProperty |
![]() | software.amazon.awscdk.services.lex.CfnBot.SampleValueProperty |
![]() | aws_cdk.aws_lex.CfnBot.SampleValueProperty |
![]() | @aws-cdk/aws-lex » CfnBot » SampleValueProperty |
Defines one of the values for a slot type.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as lex from '@aws-cdk/aws-lex';
const sampleValueProperty: lex.CfnBot.SampleValueProperty = {
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
value | string | The value that can be used for a slot type. |
value
Type:
string
The value that can be used for a slot type.