|
Genesys 8.1 SCXML Technical Reference |
||
Functions > |
There are no properties at this time.
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. |
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. |
The object management and ownership policies for this functional module interface are:
<invoke>
or <session:start>
actions, using the <param>
elements.<send>
action element or the Web 2.0 API equivalent of the <send>
element. This will allow any session or external application to get any property or object on any session.
|
Genesys 8.1 SCXML Technical Reference |
||
Functions > |