Class CfnBot.BotLocaleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.BotLocaleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.BotLocaleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.BotLocaleProperty
@Stability(Stable)
@Internal
public static final class CfnBot.BotLocaleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.BotLocaleProperty
An implementation for
CfnBot.BotLocaleProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.BotLocaleProperty
CfnBot.BotLocaleProperty.Builder, CfnBot.BotLocaleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.BotLocaleProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectSpecifies a custom vocabulary to use with a specific locale.final StringA description of the bot locale.final ObjectReturns union: eitherIResolvableorCfnBot.GenerativeAISettingsPropertyfinal ObjectOne or more intents defined for the locale.final StringThe identifier of the language and locale that the bot will be used in.final NumberDetermines the threshold where Amazon Lex will insert theAMAZON.FallbackIntent,AMAZON.KendraSearchIntent, or both when returning alternative intents.final ObjectOne or more slot types defined for the locale.final ObjectDefines settings for using an Amazon Polly voice to communicate with a user.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnBot.BotLocaleProperty.Builder.
-
-
Method Details
-
getLocaleId
Description copied from interface:CfnBot.BotLocalePropertyThe identifier of the language and locale that the bot will be used in.The string must match one of the supported locales.
- Specified by:
getLocaleIdin interfaceCfnBot.BotLocaleProperty- See Also:
-
getNluConfidenceThreshold
Description copied from interface:CfnBot.BotLocalePropertyDetermines 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.- Specified by:
getNluConfidenceThresholdin interfaceCfnBot.BotLocaleProperty- See Also:
-
getCustomVocabulary
Description copied from interface:CfnBot.BotLocalePropertySpecifies a custom vocabulary to use with a specific locale.Returns union: either
IResolvableorCfnBot.CustomVocabularyProperty- Specified by:
getCustomVocabularyin interfaceCfnBot.BotLocaleProperty- See Also:
-
getDescription
Description copied from interface:CfnBot.BotLocalePropertyA description of the bot locale.Use this to help identify the bot locale in lists.
- Specified by:
getDescriptionin interfaceCfnBot.BotLocaleProperty- See Also:
-
getGenerativeAiSettings
Description copied from interface:CfnBot.BotLocalePropertyReturns union: eitherIResolvableorCfnBot.GenerativeAISettingsProperty- Specified by:
getGenerativeAiSettingsin interfaceCfnBot.BotLocaleProperty- See Also:
-
getIntents
Description copied from interface:CfnBot.BotLocalePropertyOne or more intents defined for the locale.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBot.IntentProperty>- Specified by:
getIntentsin interfaceCfnBot.BotLocaleProperty- See Also:
-
getSlotTypes
Description copied from interface:CfnBot.BotLocalePropertyOne or more slot types defined for the locale.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBot.SlotTypeProperty>- Specified by:
getSlotTypesin interfaceCfnBot.BotLocaleProperty- See Also:
-
getVoiceSettings
Description copied from interface:CfnBot.BotLocalePropertyDefines settings for using an Amazon Polly voice to communicate with a user.Valid values include:
standardneurallong-formgenerative
Returns union: either
IResolvableorCfnBot.VoiceSettingsProperty- Specified by:
getVoiceSettingsin interfaceCfnBot.BotLocaleProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-