Class CfnBotPropsMixin.BotLocaleProperty
Provides configuration information for a locale.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Lex
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnBotPropsMixin.BotLocaleProperty : CfnBotPropsMixin.IBotLocaleProperty
Syntax (vb)
Public Class CfnBotPropsMixin.BotLocaleProperty Implements CfnBotPropsMixin.IBotLocaleProperty
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botlocale.html
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| BotLocaleProperty() | Provides configuration information for a locale. |
Properties
| CustomVocabulary | Specifies a custom vocabulary to use with a specific locale. |
| Description | A description of the bot locale. |
| GenerativeAiSettings | Provides configuration information for a locale. |
| Intents | One or more intents defined for the locale. |
| LocaleId | The identifier of the language and locale that the bot will be used in. |
| NluConfidenceThreshold | Determines the threshold where Amazon Lex will insert the |
| SlotTypes | One or more slot types defined for the locale. |
| SpeechDetectionSensitivity | Provides configuration information for a locale. |
| SpeechRecognitionSettings | Provides configuration information for a locale. |
| UnifiedSpeechSettings | Provides configuration information for a locale. |
| VoiceSettings | Defines settings for using an Amazon Polly voice to communicate with a user. |
Constructors
BotLocaleProperty()
Provides configuration information for a locale.
public BotLocaleProperty()
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botlocale.html
ExampleMetadata: fixture=_generated
Properties
CustomVocabulary
Specifies a custom vocabulary to use with a specific locale.
public object? CustomVocabulary { get; set; }
Property Value
Remarks
Description
A description of the bot locale.
public string? Description { get; set; }
Property Value
Remarks
Use this to help identify the bot locale in lists.
GenerativeAiSettings
Provides configuration information for a locale.
public object? GenerativeAiSettings { get; set; }
Property Value
Remarks
Intents
One or more intents defined for the locale.
public object? Intents { get; set; }
Property Value
Remarks
LocaleId
The identifier of the language and locale that the bot will be used in.
public string? LocaleId { get; set; }
Property Value
Remarks
The string must match one of the supported locales.
NluConfidenceThreshold
Determines the threshold where Amazon Lex will insert the AMAZON.FallbackIntent , AMAZON.KendraSearchIntent , or both when returning alternative intents. You must configure an AMAZON.FallbackIntent . AMAZON.KendraSearchIntent is only inserted if it is configured for the bot.
public double? NluConfidenceThreshold { get; set; }
Property Value
Remarks
SlotTypes
One or more slot types defined for the locale.
public object? SlotTypes { get; set; }
Property Value
Remarks
SpeechDetectionSensitivity
Provides configuration information for a locale.
public string? SpeechDetectionSensitivity { get; set; }
Property Value
Remarks
SpeechRecognitionSettings
Provides configuration information for a locale.
public object? SpeechRecognitionSettings { get; set; }
Property Value
Remarks
UnifiedSpeechSettings
Provides configuration information for a locale.
public object? UnifiedSpeechSettings { get; set; }
Property Value
Remarks
VoiceSettings
Defines settings for using an Amazon Polly voice to communicate with a user.
public object? VoiceSettings { get; set; }