interface SampleUtteranceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Lex.CfnBotPropsMixin.SampleUtteranceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslex#CfnBotPropsMixin_SampleUtteranceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.SampleUtteranceProperty |
Python | aws_cdk.cfn_property_mixins.aws_lex.CfnBotPropsMixin.SampleUtteranceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_lex » CfnBotPropsMixin » 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/cfn-property-mixins';
const sampleUtteranceProperty: lex.CfnBotPropsMixin.SampleUtteranceProperty = {
utterance: 'utterance',
};
Properties
| Name | Type | Description |
|---|---|---|
| utterance? | string | A sample utterance that invokes an intent or respond to a slot elicitation prompt. |
utterance?
Type:
string
(optional)
A sample utterance that invokes an intent or respond to a slot elicitation prompt.

.NET
Go
Java
Python
TypeScript