Show / Hide Table of Contents

Class CfnBotPropsMixin.BotLocaleProperty

Provides configuration information for a locale.

Inheritance
object
CfnBotPropsMixin.BotLocaleProperty
Implements
CfnBotPropsMixin.IBotLocaleProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 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.

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

object

Remarks

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

Type union: either IResolvable or CfnBotPropsMixin.ICustomVocabularyProperty

Description

A description of the bot locale.

public string? Description { get; set; }
Property Value

string

Remarks

Use this to help identify the bot locale in lists.

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

GenerativeAiSettings

Provides configuration information for a locale.

public object? GenerativeAiSettings { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnBotPropsMixin.IGenerativeAISettingsProperty

Intents

One or more intents defined for the locale.

public object? Intents { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnBotPropsMixin.IIntentProperty)[]

LocaleId

The identifier of the language and locale that the bot will be used in.

public string? LocaleId { get; set; }
Property Value

string

Remarks

The string must match one of the supported locales.

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

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

double?

Remarks

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

SlotTypes

One or more slot types defined for the locale.

public object? SlotTypes { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnBotPropsMixin.ISlotTypeProperty)[]

SpeechDetectionSensitivity

Provides configuration information for a locale.

public string? SpeechDetectionSensitivity { get; set; }
Property Value

string

Remarks

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

SpeechRecognitionSettings

Provides configuration information for a locale.

public object? SpeechRecognitionSettings { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnBotPropsMixin.ISpeechRecognitionSettingsProperty

UnifiedSpeechSettings

Provides configuration information for a locale.

public object? UnifiedSpeechSettings { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnBotPropsMixin.IUnifiedSpeechSettingsProperty

VoiceSettings

Defines settings for using an Amazon Polly voice to communicate with a user.

public object? VoiceSettings { get; set; }
Property Value

object

Remarks

Valid values include:

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

    Type union: either IResolvable or CfnBotPropsMixin.IVoiceSettingsProperty

    Implements

    CfnBotPropsMixin.IBotLocaleProperty
    Back to top Generated by DocFX