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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBot.SampleUtterancePropertystatic final classAn implementation forCfnBot.SampleUtteranceProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()A sample utterance that invokes an intent or respond to a slot elicitation prompt.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
-