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();