This page was last edited on June 22, 2022, at 21:40.
Comments or questions about this documentation? Contact us for support!
In the Column List:
Introduced: 8.5.011
Modified: 8.5.011.14 (ASYNC_MODE column added to table and index)
In partitioned databases, this table is not partitioned.
This dimension table allows chat session facts to be described based on characteristics of the session, such as where the session originated and how it ended.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
ID | int | X | X | ||
ENDED_BY | nvarchar(50) | X | unknown | ||
ENDED_REASON | nvarchar(50) | X | unknown | ||
LANGUAGE_NAME | nvarchar(50) | X | unknown | ||
MEDIA_ORIGIN | nvarchar(64) | X | unknown | ||
ASYNC_MODE | int | X | 0 | ||
CREATE_AUDIT_KEY | numeric(19) | X | X |
The primary key of this table. This ID is referenced from other tables as CHAT_SESSION_DIM_KEY.
Based on KVP: csg_SessionEndedBy
The type of participant that initiated termination of the Chat Server session. Possible values are:
For more information about the meaning of the values, see the Integrating with Genesys Historical Reporting page in the eServices Administrator's Guide.
Based on KVP: csg_SessionEndedReason
The reason the Chat Server session was terminated. Possible values are:
For more information about the meaning of the values, and the types of participants for which they apply, see the Integrating with Genesys Historical Reporting page in the eServices Administrator's Guide.
Based on KVP: csg_LanguageName
The name of the language used in the chat session, as defined in the Chat Server application.
Based on KVP: csg_MediaOrigin
Identifies where the chat session originated (web chat, social media channels, SMS, and so on).
Introduced: Release 8.5.011.14
Based on KVP: csg_ChatAsyncMode
Identifies whether the chat session is regular (0) or asynchronous (1).
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.
CODE | U | C | Description |
---|---|---|---|
I_CHAT_SESSION_DIM | X | Ensures that the combinations of values that are stored in the dimension table are unique. |
Field | Sort | Comment |
---|---|---|
ASYNC_MODE | Ascending | |
ENDED_BY | Ascending | |
ENDED_REASON | Ascending | |
LANGUAGE_NAME | Ascending | |
MEDIA_ORIGIN | Ascending |
No subject area information available.