Show / Hide Table of Contents

Interface CfnBotPropsMixin.IAdvancedRecognitionSettingProperty

Provides settings that enable advanced recognition settings for slot values.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnBotPropsMixin.IAdvancedRecognitionSettingProperty
Syntax (vb)
Public Interface CfnBotPropsMixin.IAdvancedRecognitionSettingProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-advancedrecognitionsetting.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins;

             var advancedRecognitionSettingProperty = new AdvancedRecognitionSettingProperty {
                 AudioRecognitionStrategy = "audioRecognitionStrategy"
             };

Synopsis

Properties

AudioRecognitionStrategy

Enables using the slot values as a custom vocabulary for recognizing user utterances.

Properties

AudioRecognitionStrategy

Enables using the slot values as a custom vocabulary for recognizing user utterances.

string? AudioRecognitionStrategy { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-advancedrecognitionsetting.html#cfn-lex-bot-advancedrecognitionsetting-audiorecognitionstrategy

Back to top Generated by DocFX