Interface CfnBotPropsMixin.ISampleUtteranceProperty
A sample utterance that invokes an intent or respond to a slot elicitation prompt.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnBotPropsMixin.ISampleUtteranceProperty
Syntax (vb)
Public Interface CfnBotPropsMixin.ISampleUtteranceProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins;
var sampleUtteranceProperty = new SampleUtteranceProperty {
Utterance = "utterance"
};
Synopsis
Properties
| Utterance | A sample utterance that invokes an intent or respond to a slot elicitation prompt. |
Properties
Utterance
A sample utterance that invokes an intent or respond to a slot elicitation prompt.
string? Utterance { get; }