aws-cdk-lib.aws_lex.CfnBot.SampleUtteranceProperty

interface SampleUtteranceProperty

LanguageType name
.NETAmazon.CDK.AWS.Lex.CfnBot.SampleUtteranceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_SampleUtteranceProperty
Javasoftware.amazon.awscdk.services.lex.CfnBot.SampleUtteranceProperty
Pythonaws_cdk.aws_lex.CfnBot.SampleUtteranceProperty
TypeScript aws-cdk-lib » aws_lex » CfnBot » SampleUtteranceProperty

A sample utterance that invokes an intent or respond to a slot elicitation prompt.

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 sampleUtteranceProperty: lex.CfnBot.SampleUtteranceProperty = {
  utterance: 'utterance',
};

Properties

NameTypeDescription
utterancestringA sample utterance that invokes an intent or respond to a slot elicitation prompt.

utterance

Type: string

A sample utterance that invokes an intent or respond to a slot elicitation prompt.