m (1 revision imported: Some parameters changed for consistent camelCase usage) |
|||
Line 1: | Line 1: | ||
= Table INTERACTION_RESOURCE_STATE = | = Table INTERACTION_RESOURCE_STATE = | ||
+ | {{PDMColumn | ||
+ | |colName=INTERACTION_RESOURCE_STATE_KEY | ||
+ | |colDesc=The primary key of this table and the surrogate key that is used to join this dimension table to the fact tables. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=CREATE_AUDIT_KEY | ||
+ | |colDesc=The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data creation. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools--that is, applications that need to identify newly added data. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=UPDATE_AUDIT_KEY | ||
+ | |colDesc=The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data update. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools--that is, applications that need to identify recently modified data. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=STATE_NAME | ||
+ | |colDesc=The media-neutral resource state. This field is set to one of the following values: | ||
+ | |||
+ | - Initiate | ||
+ | - Alert | ||
+ | - Connect | ||
+ | - Hold | ||
+ | - Wrap | ||
+ | - Unknown | ||
+ | |||
+ | See STATE_NAME_CODE for descriptions of possible states. This value can change with localization. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=STATE_NAME_CODE | ||
+ | |colDesc=The code of the media-neutral resource state. One of the following values: | ||
+ | |||
+ | - INITIATE--Indicates that a resource initiated an interaction and that there is no other party on the interaction yet. This state is part of State=3 (connected) that is reported by ICON. | ||
+ | |||
+ | - ALERT--Indicates that a resource is being alerted of an attempt for a new interaction to be connected to the agent’s device. This state corresponds to State=2 (alerting) that is reported by ICON. | ||
+ | |||
+ | - CONNECT--Indicates a state in which the agent is known to be participating in the call, according to the state of the agent's device. This state is part of State=3 (connected) that is reported by ICON. | ||
+ | |||
+ | - HOLD--Indicates a state in which the agent places another party on hold. This state corresponds to State=4 (hold) that is reported by ICON. | ||
+ | |||
+ | - WRAP--This state may occur after the interaction is disconnected, when the agent goes to an After Call Work (ACW) state, or “wrap up” state, and when the reporting has enough information to associate this WRAP state to a specific interaction (either ACW started during a specific single interaction or it was initiated within a certain timeout after completion of the related interaction). | ||
+ | |||
+ | - UNKNOWN--The state in which there is no relationship between the call and the device. | ||
+ | |||
+ | This value does not change with localization. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=STATE_ROLE | ||
+ | |colDesc=The media-neutral role of the resource state. This field is set to one of the following values: | ||
+ | |||
+ | - Initiator | ||
+ | - Receiver | ||
+ | - Unknown | ||
+ | |||
+ | This value can change with localization. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=STATE_ROLE_CODE | ||
+ | |colDesc=The code of the state role. This field is set to one of the following values: | ||
+ | |||
+ | - INITIATOR | ||
+ | - RECEIVER | ||
+ | - UNKNOWN | ||
+ | |||
+ | This value does not change with localization. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=STATE_DESCRIPTOR | ||
+ | |colDesc=For voice interactions, the detailed classification that describes the resource state. This field is set to one of the following values: | ||
+ | |||
+ | - Inbound | ||
+ | - Internal | ||
+ | - Outbound | ||
+ | - Outbound_OCS | ||
+ | - Consult | ||
+ | - Unknown | ||
+ | |||
+ | The value can change with localization. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=STATE_DESCRIPTOR_CODE | ||
+ | |colDesc=The code of the resource state descriptor. This field is set to one of the following values: | ||
+ | |||
+ | - INBOUND | ||
+ | - INTERNAL | ||
+ | - OUTBOUND | ||
+ | - OUTBOUND_OCS | ||
+ | - CONSULT | ||
+ | - UNKNOWN | ||
+ | |||
+ | This value does not change with localization. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=PURGE_FLAG | ||
+ | |colDesc=This field is reserved. | ||
+ | }} | ||
[[Category:V:GIM:8.5DRAFT]] | [[Category:V:GIM:8.5DRAFT]] |
Revision as of 14:17, May 5, 2016
Table INTERACTION_RESOURCE_STATE
Comments or questions about this documentation? Contact us for support!