public.systemcallusagedata
Description
System conversation usage statistics per minute
Columns
| keyid |
varchar(100) |
|
false |
|
|
Primary Key |
| rowdate |
timestamp without time zone |
|
true |
|
|
Date/time for the minute slot |
| mediatype |
varchar(50) |
|
true |
|
|
Media type e.g., voice, chat |
| originaldirection |
varchar(50) |
|
true |
|
|
Original direction of segment |
| purpose |
varchar(50) |
|
true |
|
|
Segment purpose - system or agent or external |
| segmenttype |
varchar(50) |
|
true |
|
|
Segment type |
| liveinteractioncount |
integer |
|
true |
|
|
Live interaction count for the minute |
| updated |
timestamp without time zone |
|
true |
|
|
Date Row Updated (UTC) |
Constraints
| systemcallusagedata_pkey |
PRIMARY KEY |
PRIMARY KEY (keyid) |
Indexes
| systemcallusagedata_pkey |
CREATE UNIQUE INDEX systemcallusagedata_pkey ON
public.systemcallusagedata USING btree (keyid) |
Related Articles
README
Logo Genesys Adapter Data Dictionary Tables Name Columns Comment Type public.tabledefinitions 5 Subscription Detailed Data BASE TABLE public.activeqmembersdata 9 Historical Active Membership of Queues BASE TABLE public.activitycodedetails 11 Activity ...
public.evalquestiondata
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(50) false evaluationid varchar(50) false evaluationformid varchar(50) false questiongroupid varchar(50) true questionid varchar(50) true answerid varchar(50) true ...
public.participantattributesdynamic
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(50) false conversationid varchar(50) false conversationstartdate timestamp without time zone false conversationstartdateltc timestamp without time zone true ...
public.userinteractionpresencedetaileddata
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(255) false userid varchar(50) true starttime timestamp without time zone false starttimeltc timestamp without time zone true endtime timestamp without time zone ...
public.userpresencedetaileddata
Description User Presence Detailed Data Columns Name Type Default Nullable Children Parents Comment keyid varchar(255) false Primary Key userid varchar(50) true Agent GUID starttime timestamp without time zone false Start Time (UTC) starttimeltc ...