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