Section II – Functional Modules > Classification Interface > Object Model         Bottom of Page
Genesys 8.1
SCXML Technical Reference
                        Functions >

Object Model

_genesys.FMname Object

There are no properties at this time.

category Object

This object represents the result for an interaction classified against a given category. The name of the object will be "category". This object is accessible either through the classification.screen.done event and the categories property or through the classification.classify.done event and the categories properties.

This is the set of properties for the object:

Name

Access

Type

Default Value

Valid Values

Description

name

read only

string

none

 

This is the name of the screen rule.

id

read only

string

none

 

This is screen rule ID from UCS.

relevancy

read only

integer

none

1-100

This indicates the relevancy of the category with respect to the interaction that was classified.

screenrule Object

This object represents the result for an interaction screened against a given screen rule. The name of the object will be "screenrule". This object is accessible through the classification.screen.done event and the rules property.

This is the set of properties for the object:

Name

Access

Type

Default Value

Valid Values

Description

name

read only

string

none

 

This is the name of the screen rule

id

read only

string

none

 

This is screen rule ID from UCS.

match

read only

boolean

none

true, false

This indicates whether the interaction has met the conditions of the screen rule.

value

read only

string

none

 

This is the interaction content that has met the screen rules.

Object Ownership

The object management and ownership policies for this functional module interface are:




Section II – Functional Modules > Classification Interface > Object Model         Top of Page
Genesys 8.1
SCXML Technical Reference
                        Functions >