interface AdvancedRecognitionSettingProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Lex.CfnBot.AdvancedRecognitionSettingProperty | 
|  Java | software.amazon.awscdk.services.lex.CfnBot.AdvancedRecognitionSettingProperty | 
|  Python | aws_cdk.aws_lex.CfnBot.AdvancedRecognitionSettingProperty | 
|  TypeScript | @aws-cdk/aws-lex»CfnBot»AdvancedRecognitionSettingProperty | 
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 * as lex from '@aws-cdk/aws-lex';
const advancedRecognitionSettingProperty: lex.CfnBot.AdvancedRecognitionSettingProperty = {
  audioRecognitionStrategy: 'audioRecognitionStrategy',
};
Properties
| Name | Type | Description | 
|---|---|---|
| audio | string | Enables using the slot values as a custom vocabulary for recognizing user utterances. | 
audioRecognitionStrategy?
Type:
string
(optional)
Enables using the slot values as a custom vocabulary for recognizing user utterances.
