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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.CustomVocabularyItemProperty
CfnBot.CustomVocabularyItemProperty.Builder, CfnBot.CustomVocabularyItemProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.CustomVocabularyItemProperty.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 String
The DisplayAs value for the custom vocabulary item from the custom vocabulary list.final String
Specifies 1 - 4 words that should be recognized.final Number
Specifies the degree to which the phrase recognition is boosted.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.CustomVocabularyItemProperty.Builder
.
-
-
Method Details
-
getPhrase
Description copied from interface:CfnBot.CustomVocabularyItemProperty
Specifies 1 - 4 words that should be recognized.- Specified by:
getPhrase
in interfaceCfnBot.CustomVocabularyItemProperty
-
getDisplayAs
Description copied from interface:CfnBot.CustomVocabularyItemProperty
The DisplayAs value for the custom vocabulary item from the custom vocabulary list.- Specified by:
getDisplayAs
in interfaceCfnBot.CustomVocabularyItemProperty
-
getWeight
Description copied from interface:CfnBot.CustomVocabularyItemProperty
Specifies the degree to which the phrase recognition is boosted.The default value is 1.
- Specified by:
getWeight
in interfaceCfnBot.CustomVocabularyItemProperty
-
$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()
-