Interface CfnBotPropsMixin.BotLocaleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBotPropsMixin.BotLocaleProperty.Jsii$Proxy
- Enclosing class:
CfnBotPropsMixin
@Stability(Stable)
public static interface CfnBotPropsMixin.BotLocaleProperty
extends software.amazon.jsii.JsiiSerializable
Provides configuration information for a locale.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBotPropsMixin.BotLocalePropertystatic final classAn implementation forCfnBotPropsMixin.BotLocaleProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectSpecifies a custom vocabulary to use with a specific locale.default StringA description of the bot locale.default ObjectReturns union: eitherIResolvableorCfnBotPropsMixin.GenerativeAISettingsPropertydefault ObjectOne or more intents defined for the locale.default StringThe identifier of the language and locale that the bot will be used in.default NumberDetermines the threshold where Amazon Lex will insert theAMAZON.FallbackIntent,AMAZON.KendraSearchIntent, or both when returning alternative intents.default ObjectOne or more slot types defined for the locale.default Stringdefault ObjectReturns union: eitherIResolvableorCfnBotPropsMixin.SpeechRecognitionSettingsPropertydefault ObjectReturns union: eitherIResolvableorCfnBotPropsMixin.UnifiedSpeechSettingsPropertydefault ObjectDefines settings for using an Amazon Polly voice to communicate with a user.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCustomVocabulary
Specifies a custom vocabulary to use with a specific locale.Returns union: either
IResolvableorCfnBotPropsMixin.CustomVocabularyProperty- See Also:
-
getDescription
A description of the bot locale.Use this to help identify the bot locale in lists.
- See Also:
-
getGenerativeAiSettings
Returns union: eitherIResolvableorCfnBotPropsMixin.GenerativeAISettingsProperty- See Also:
-
getIntents
One or more intents defined for the locale.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBotPropsMixin.IntentProperty>- See Also:
-
getLocaleId
The identifier of the language and locale that the bot will be used in.The string must match one of the supported locales.
- See Also:
-
getNluConfidenceThreshold
Determines the threshold where Amazon Lex will insert theAMAZON.FallbackIntent,AMAZON.KendraSearchIntent, or both when returning alternative intents. You must configure anAMAZON.FallbackIntent.AMAZON.KendraSearchIntentis only inserted if it is configured for the bot.- See Also:
-
getSlotTypes
One or more slot types defined for the locale.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBotPropsMixin.SlotTypeProperty>- See Also:
-
getSpeechDetectionSensitivity
- See Also:
-
getSpeechRecognitionSettings
Returns union: eitherIResolvableorCfnBotPropsMixin.SpeechRecognitionSettingsProperty- See Also:
-
getUnifiedSpeechSettings
Returns union: eitherIResolvableorCfnBotPropsMixin.UnifiedSpeechSettingsProperty- See Also:
-
getVoiceSettings
Defines settings for using an Amazon Polly voice to communicate with a user.Valid values include:
standardneurallong-formgenerative
Returns union: either
IResolvableorCfnBotPropsMixin.VoiceSettingsProperty- See Also:
-
builder
-