Interface CfnBotPropsMixin.SampleUtteranceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBotPropsMixin.SampleUtteranceProperty.Jsii$Proxy
- Enclosing class:
CfnBotPropsMixin
@Stability(Stable)
public static interface CfnBotPropsMixin.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.cfnpropertymixins.services.lex.*;
SampleUtteranceProperty sampleUtteranceProperty = SampleUtteranceProperty.builder()
.utterance("utterance")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBotPropsMixin.SampleUtterancePropertystatic final classAn implementation forCfnBotPropsMixin.SampleUtteranceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUtterance
A sample utterance that invokes an intent or respond to a slot elicitation prompt.- See Also:
-
builder
-