Interface CfnBot.SampleUtteranceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBot.SampleUtteranceProperty.Jsii$Proxy
Enclosing class:
CfnBot

@Stability(Stable) public static interface CfnBot.SampleUtteranceProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.lex.*;
 SampleUtteranceProperty sampleUtteranceProperty = SampleUtteranceProperty.builder()
         .utterance("utterance")
         .build();
 

See Also: