interface AdvancedRecognitionSettingProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lex.CfnBot.AdvancedRecognitionSettingProperty |
![]() | software.amazon.awscdk.services.lex.CfnBot.AdvancedRecognitionSettingProperty |
![]() | aws_cdk.aws_lex.CfnBot.AdvancedRecognitionSettingProperty |
![]() | @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.