public.convvoicetopicdetaildata
Description
Columns
keyid |
varchar(100) |
|
false |
|
|
|
conversationid |
varchar(50) |
|
true |
|
|
|
starttime |
timestamp without time zone |
|
false |
|
|
|
starttimeltc |
timestamp without time zone |
|
true |
|
|
|
participant |
varchar(50) |
|
true |
|
|
|
duration |
numeric(20,2) |
|
true |
|
|
|
confidence |
numeric(20,2) |
|
true |
|
|
|
topicname |
varchar(200) |
|
true |
|
|
|
topicid |
varchar(50) |
|
true |
|
|
|
topicphrase |
varchar(200) |
|
true |
|
|
|
transcriptphrase |
varchar(200) |
|
true |
|
|
|
updated |
timestamp without time zone |
|
true |
|
|
|
transcriptnumber |
varchar(50) |
|
true |
|
|
|
communicationid |
varchar(50) |
|
true |
|
|
|
ani |
varchar(200) |
|
true |
|
|
|
dnis |
varchar(200) |
|
true |
|
|
|
queueid |
varchar(50) |
|
true |
|
|
|
userid |
varchar(50) |
|
true |
|
|
|
Constraints
convvoicetopicdetaildata_new_pkey |
PRIMARY KEY |
PRIMARY KEY (keyid, starttime) |
Indexes
convvoicetopicdetaildata_new_pkey |
CREATE UNIQUE INDEX convvoicetopicdetaildata_new_pkey ON ONLY public.convvoicetopicdetaildata USING btree (keyid, starttime) |
convvoicetopic__new_topicid |
CREATE INDEX convvoicetopic__new_topicid ON ONLY public.convvoicetopicdetaildata USING btree (topicid) |
convvoicetopic_new_conv |
CREATE INDEX convvoicetopic_new_conv ON ONLY public.convvoicetopicdetaildata USING btree (conversationid) |
convvoicetopic_new_start |
CREATE INDEX convvoicetopic_new_start ON ONLY public.convvoicetopicdetaildata USING btree (starttime) |
convvoicetopic_new_startltc |
CREATE INDEX convvoicetopic_new_startltc ON ONLY public.convvoicetopicdetaildata USING btree (starttimeltc) |
convvoicetopic_participant |
CREATE INDEX convvoicetopic_participant ON ONLY public.convvoicetopicdetaildata USING btree (participant) |
convvoicetopic_topicphrase |
CREATE INDEX convvoicetopic_topicphrase ON ONLY public.convvoicetopicdetaildata USING btree (topicphrase) |
Related Articles
public.mvwconvvoiceoverviewdata
Description Columns Name Type Default Nullable Children Parents Comment conversationid varchar(50) false sentimentscore numeric(20,2) true sentimenttrend numeric(20,2) true agentdurationpercentage numeric(20,2) true customerdurationpercentage ...
public.mvwconvvoicesentimentdetaildata
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(100) false conversationid varchar(50) true starttime timestamp without time zone true starttimeltc timestamp without time zone true duration numeric(20,2) true ...
public.vwteammemberdata
Description Team Member Data View Table Definition CREATE VIEW vwteammemberdata AS ( SELECT tm.userid, ud.name AS "Agent Name", td.name AS "Team Name" FROM ((teammemberdata tm LEFT JOIN vwuserdetail ud ON (((tm.userid)::text = (ud.id)::text))) LEFT ...
public.jobminimumdefinition
Description Columns Name Type Default Nullable Children Parents Comment jobid integer nextval(‘jobminimumdefinition_jobid_seq’::regclass) false jobname varchar(255) true maxsyncspan varchar(50) true lookbackspan varchar(50) true Constraints Name Type ...
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 ...