interface SampleUtteranceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins.CfnBotPropsMixin.SampleUtteranceProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awslex/mixins#CfnBotPropsMixin_SampleUtteranceProperty |
Java | software.amazon.awscdk.mixins.preview.services.lex.mixins.CfnBotPropsMixin.SampleUtteranceProperty |
Python | aws_cdk.mixins_preview.aws_lex.mixins.CfnBotPropsMixin.SampleUtteranceProperty |
TypeScript | @aws-cdk/mixins-preview » aws_lex » mixins » 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 { mixins as lex_mixins } from '@aws-cdk/mixins-preview/aws-lex';
const sampleUtteranceProperty: lex_mixins.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