@Stability(value=Stable)
public static interface CfnBot.SampleUtteranceProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.SampleUtteranceProperty.Builder
A builder for
CfnBot.SampleUtteranceProperty |
static class |
CfnBot.SampleUtteranceProperty.Jsii$Proxy
An implementation for
CfnBot.SampleUtteranceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.SampleUtteranceProperty.Builder |
builder() |
String |
getUtterance()
The sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents.
|
@Stability(value=Stable) @NotNull String getUtterance()
@Stability(value=Stable) static CfnBot.SampleUtteranceProperty.Builder builder()
Copyright © 2022. All rights reserved.