Interface CfnBot.AdvancedRecognitionSettingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBot.AdvancedRecognitionSettingProperty.Jsii$Proxy
- Enclosing class:
CfnBot
@Stability(Stable)
public static interface CfnBot.AdvancedRecognitionSettingProperty
extends software.amazon.jsii.JsiiSerializable
Provides settings that enable advanced recognition settings for slot values.
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.*; AdvancedRecognitionSettingProperty advancedRecognitionSettingProperty = AdvancedRecognitionSettingProperty.builder() .audioRecognitionStrategy("audioRecognitionStrategy") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBot.AdvancedRecognitionSettingProperty
static final class
An implementation forCfnBot.AdvancedRecognitionSettingProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAudioRecognitionStrategy
Enables using the slot values as a custom vocabulary for recognizing user utterances. -
builder
-