Package com.mypurecloud.sdk.v2.model
Class NamedEntityTypeMechanism
java.lang.Object
com.mypurecloud.sdk.v2.model.NamedEntityTypeMechanism
- All Implemented Interfaces:
Serializable
NamedEntityTypeMechanism
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSubtype of detection mechanismstatic enumThe type of the mechanism. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowSpecialChars(Boolean allowSpecialChars) Flag whether to allow for special characters during AI slot capturebooleanexamples(List<NamedEntityTypeMechanismExample> examples) Examples for entity detectiongetItems()getType()inthashCode()items(List<NamedEntityTypeItem> items) The items that define the named entity type.The maximum length of the entity resolved valueThe minimum length of the entity resolved valuerestricted(Boolean restricted) Whether the named entity type is restricted to the items provided.voidsetAllowSpecialChars(Boolean allowSpecialChars) voidsetExamples(List<NamedEntityTypeMechanismExample> examples) voidsetItems(List<NamedEntityTypeItem> items) voidsetMaxLength(Integer maxLength) voidsetMinLength(Integer minLength) voidsetRestricted(Boolean restricted) voidvoidSubtype of detection mechanismtoString()The type of the mechanism.
-
Constructor Details
-
NamedEntityTypeMechanism
public NamedEntityTypeMechanism() -
NamedEntityTypeMechanism
-
-
Method Details
-
items
The items that define the named entity type. -
getItems
-
setItems
-
restricted
Whether the named entity type is restricted to the items provided. Default: false -
getRestricted
-
setRestricted
-
type
The type of the mechanism. -
getType
-
setType
-
subType
Subtype of detection mechanism -
getSubType
-
setSubType
-
maxLength
The maximum length of the entity resolved value -
getMaxLength
-
setMaxLength
-
minLength
The minimum length of the entity resolved value -
getMinLength
-
setMinLength
-
allowSpecialChars
Flag whether to allow for special characters during AI slot capture -
getAllowSpecialChars
-
setAllowSpecialChars
-
examples
Examples for entity detection -
getExamples
-
setExamples
-
equals
-
hashCode
public int hashCode() -
toString
-