Class CfnBotPropsMixin.NluImprovementSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.NluImprovementSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBotPropsMixin.NluImprovementSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotPropsMixin.NluImprovementSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnBotPropsMixin.NluImprovementSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBotPropsMixin.NluImprovementSpecificationProperty
An implementation for
CfnBotPropsMixin.NluImprovementSpecificationProperty-
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.cfnpropertymixins.services.lex.CfnBotPropsMixin.NluImprovementSpecificationProperty
CfnBotPropsMixin.NluImprovementSpecificationProperty.Builder, CfnBotPropsMixin.NluImprovementSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.NluImprovementSpecificationProperty.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 StringSpecifies the mode for Assisted NLU operation.final ObjectDetermines whether the Assisted NLU feature is enabled for the bot.final ObjectAn object containing specifications for the Intent Disambiguation feature within the Assisted NLU settings.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 theCfnBotPropsMixin.NluImprovementSpecificationProperty.Builder.
-
-
Method Details
-
getAssistedNluMode
Description copied from interface:CfnBotPropsMixin.NluImprovementSpecificationPropertySpecifies the mode for Assisted NLU operation.Use
Primaryto make Assisted NLU the primary intent recognition method, orFallbackto use it only when standard NLU confidence is low.- Specified by:
getAssistedNluModein interfaceCfnBotPropsMixin.NluImprovementSpecificationProperty- See Also:
-
getEnabled
Description copied from interface:CfnBotPropsMixin.NluImprovementSpecificationPropertyDetermines whether the Assisted NLU feature is enabled for the bot.When set to
true, Amazon Lex uses advanced models to improve intent recognition and slot resolution, with the default beingfalse.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnBotPropsMixin.NluImprovementSpecificationProperty- See Also:
-
getIntentDisambiguationSettings
Description copied from interface:CfnBotPropsMixin.NluImprovementSpecificationPropertyAn object containing specifications for the Intent Disambiguation feature within the Assisted NLU settings.These settings determine how the bot handles ambiguous user inputs that could match multiple intents.
Returns union: either
IResolvableorCfnBotPropsMixin.IntentDisambiguationSettingsProperty- Specified by:
getIntentDisambiguationSettingsin interfaceCfnBotPropsMixin.NluImprovementSpecificationProperty- 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()
-