interface AdvancedRecognitionSettingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Lex.CfnBotPropsMixin.AdvancedRecognitionSettingProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslex#CfnBotPropsMixin_AdvancedRecognitionSettingProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.AdvancedRecognitionSettingProperty |
Python | aws_cdk.cfn_property_mixins.aws_lex.CfnBotPropsMixin.AdvancedRecognitionSettingProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_lex » CfnBotPropsMixin » 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 { aws_lex as lex } from '@aws-cdk/cfn-property-mixins';
const advancedRecognitionSettingProperty: lex.CfnBotPropsMixin.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.

.NET
Go
Java
Python
TypeScript