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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.BotLocaleProperty
CfnBot.BotLocaleProperty.Builder, CfnBot.BotLocaleProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.BotLocaleProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Specifies a custom vocabulary to use with a specific locale.final String
A description of the bot locale.final Object
One or more intents defined for the locale.final String
The identifier of the language and locale that the bot will be used in.final Number
Determines the threshold where Amazon Lex will insert theAMAZON.FallbackIntent
,AMAZON.KendraSearchIntent
, or both when returning alternative intents.final Object
One or more slot types defined for the locale.final Object
Defines settings for using an Amazon Polly voice to communicate with a user.final int
hashCode()
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.BotLocaleProperty
The identifier of the language and locale that the bot will be used in.The string must match one of the supported locales.
- Specified by:
getLocaleId
in interfaceCfnBot.BotLocaleProperty
-
getNluConfidenceThreshold
Description copied from interface:CfnBot.BotLocaleProperty
Determines the threshold where Amazon Lex will insert theAMAZON.FallbackIntent
,AMAZON.KendraSearchIntent
, or both when returning alternative intents. You must configure anAMAZON.FallbackIntent
.AMAZON.KendraSearchIntent
is only inserted if it is configured for the bot.- Specified by:
getNluConfidenceThreshold
in interfaceCfnBot.BotLocaleProperty
-
getCustomVocabulary
Description copied from interface:CfnBot.BotLocaleProperty
Specifies a custom vocabulary to use with a specific locale.- Specified by:
getCustomVocabulary
in interfaceCfnBot.BotLocaleProperty
-
getDescription
Description copied from interface:CfnBot.BotLocaleProperty
A description of the bot locale.Use this to help identify the bot locale in lists.
- Specified by:
getDescription
in interfaceCfnBot.BotLocaleProperty
-
getIntents
Description copied from interface:CfnBot.BotLocaleProperty
One or more intents defined for the locale.- Specified by:
getIntents
in interfaceCfnBot.BotLocaleProperty
-
getSlotTypes
Description copied from interface:CfnBot.BotLocaleProperty
One or more slot types defined for the locale.- Specified by:
getSlotTypes
in interfaceCfnBot.BotLocaleProperty
-
getVoiceSettings
Description copied from interface:CfnBot.BotLocaleProperty
Defines settings for using an Amazon Polly voice to communicate with a user.- Specified by:
getVoiceSettings
in interfaceCfnBot.BotLocaleProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-