Class CfnBot.SlotTypeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.SlotTypeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.SlotTypeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.SlotTypeProperty
@Stability(Stable)
@Internal
public static final class CfnBot.SlotTypeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.SlotTypeProperty
An implementation for
CfnBot.SlotTypeProperty-
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.SlotTypeProperty
CfnBot.SlotTypeProperty.Builder, CfnBot.SlotTypeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.SlotTypeProperty.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 Objectfinal StringA description of the slot type.final ObjectSets the type of external information used to create the slot type.final StringgetName()The name of the slot type.final StringThe built-in slot type used as a parent of this slot type.final ObjectA list of SlotTypeValue objects that defines the values that the slot type can take.final ObjectDetermines the slot resolution strategy that Amazon Lex uses to return slot type values.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.SlotTypeProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnBot.SlotTypePropertyThe name of the slot type.A slot type name must be unique withing the account.
- Specified by:
getNamein interfaceCfnBot.SlotTypeProperty- See Also:
-
getCompositeSlotTypeSetting
- Specified by:
getCompositeSlotTypeSettingin interfaceCfnBot.SlotTypeProperty- See Also:
-
getDescription
Description copied from interface:CfnBot.SlotTypePropertyA description of the slot type.Use the description to help identify the slot type in lists.
- Specified by:
getDescriptionin interfaceCfnBot.SlotTypeProperty- See Also:
-
getExternalSourceSetting
Description copied from interface:CfnBot.SlotTypePropertySets the type of external information used to create the slot type.- Specified by:
getExternalSourceSettingin interfaceCfnBot.SlotTypeProperty- See Also:
-
getParentSlotTypeSignature
Description copied from interface:CfnBot.SlotTypePropertyThe built-in slot type used as a parent of this slot type.When you define a parent slot type, the new slot type has the configuration of the parent lot type.
Only
AMAZON.AlphaNumericis supported.- Specified by:
getParentSlotTypeSignaturein interfaceCfnBot.SlotTypeProperty- See Also:
-
getSlotTypeValues
Description copied from interface:CfnBot.SlotTypePropertyA list of SlotTypeValue objects that defines the values that the slot type can take.Each value can have a list of synonyms, additional values that help train the machine learning model about the values that it resolves for the slot.
- Specified by:
getSlotTypeValuesin interfaceCfnBot.SlotTypeProperty- See Also:
-
getValueSelectionSetting
Description copied from interface:CfnBot.SlotTypePropertyDetermines the slot resolution strategy that Amazon Lex uses to return slot type values.The field can be set to one of the following values:
ORIGINAL_VALUE- Returns the value entered by the user, if the user value is similar to the slot value.TOP_RESOLUTION- If there is a resolution list for the slot, return the first value in the resolution list as the slot type value. If there is no resolution list, null is returned.
If you don't specify the
valueSelectionStrategy, the default isORIGINAL_VALUE.- Specified by:
getValueSelectionSettingin interfaceCfnBot.SlotTypeProperty- 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()
-