interface SampleValueProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Lex.CfnBot.SampleValueProperty |
Java | software.amazon.awscdk.services.lex.CfnBot.SampleValueProperty |
Python | aws_cdk.aws_lex.CfnBot.SampleValueProperty |
TypeScript | @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.