aws-cdk-lib.aws_lex.CfnBot.SampleValueProperty

interface SampleValueProperty

LanguageType name
.NETAmazon.CDK.AWS.Lex.CfnBot.SampleValueProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_SampleValueProperty
Javasoftware.amazon.awscdk.services.lex.CfnBot.SampleValueProperty
Pythonaws_cdk.aws_lex.CfnBot.SampleValueProperty
TypeScript aws-cdk-lib » 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 { aws_lex as lex } from 'aws-cdk-lib';
const sampleValueProperty: lex.CfnBot.SampleValueProperty = {
  value: 'value',
};

Properties

NameTypeDescription
valuestringThe value that can be used for a slot type.

value

Type: string

The value that can be used for a slot type.