Class CfnBotPropsMixin.CustomVocabularyItemProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.lex.mixins.CfnBotPropsMixin.CustomVocabularyItemProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBotPropsMixin.CustomVocabularyItemProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotPropsMixin.CustomVocabularyItemProperty
@Stability(Stable)
@Internal
public static final class CfnBotPropsMixin.CustomVocabularyItemProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBotPropsMixin.CustomVocabularyItemProperty
An implementation for
CfnBotPropsMixin.CustomVocabularyItemProperty-
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.mixins.preview.services.lex.mixins.CfnBotPropsMixin.CustomVocabularyItemProperty
CfnBotPropsMixin.CustomVocabularyItemProperty.Builder, CfnBotPropsMixin.CustomVocabularyItemProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.CustomVocabularyItemProperty.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 StringThe DisplayAs value for the custom vocabulary item from the custom vocabulary list.final StringSpecifies 1 - 4 words that should be recognized.final NumberSpecifies the degree to which the phrase recognition is boosted.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.CustomVocabularyItemProperty.Builder.
-
-
Method Details
-
getDisplayAs
Description copied from interface:CfnBotPropsMixin.CustomVocabularyItemPropertyThe DisplayAs value for the custom vocabulary item from the custom vocabulary list.- Specified by:
getDisplayAsin interfaceCfnBotPropsMixin.CustomVocabularyItemProperty- See Also:
-
getPhrase
Description copied from interface:CfnBotPropsMixin.CustomVocabularyItemPropertySpecifies 1 - 4 words that should be recognized.- Specified by:
getPhrasein interfaceCfnBotPropsMixin.CustomVocabularyItemProperty- See Also:
-
getWeight
Description copied from interface:CfnBotPropsMixin.CustomVocabularyItemPropertySpecifies the degree to which the phrase recognition is boosted.The default value is 1.
- Specified by:
getWeightin interfaceCfnBotPropsMixin.CustomVocabularyItemProperty- 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()
-