Backward compatibility alias for vwConvVoiceSentimentDetailData - DEPRECATED: Use vwConvVoiceSentimentDetailData instead
CREATE VIEW mvwconvvoicesentimentdetaildata AS (
SELECT vwconvvoicesentimentdetaildata.keyid,
vwconvvoicesentimentdetaildata.conversationid,
vwconvvoicesentimentdetaildata.starttime,
vwconvvoicesentimentdetaildata.starttimeltc,
vwconvvoicesentimentdetaildata.duration,
vwconvvoicesentimentdetaildata.participant,
vwconvvoicesentimentdetaildata.phrase,
vwconvvoicesentimentdetaildata.sentiment,
vwconvvoicesentimentdetaildata.phraseindex,
vwconvvoicesentimentdetaildata.updated,
vwconvvoicesentimentdetaildata.conversationstartdate,
vwconvvoicesentimentdetaildata.conversationstartdateltc,
vwconvvoicesentimentdetaildata.conversationenddate,
vwconvvoicesentimentdetaildata.conversationenddateltc,
vwconvvoicesentimentdetaildata.ttalkcomplete,
vwconvvoicesentimentdetaildata.ani,
vwconvvoicesentimentdetaildata.dnis,
vwconvvoicesentimentdetaildata.firstmediatype,
vwconvvoicesentimentdetaildata.divisionid,
vwconvvoicesentimentdetaildata.firstqueueid,
vwconvvoicesentimentdetaildata.firstqueuename,
vwconvvoicesentimentdetaildata.lastqueueid,
vwconvvoicesentimentdetaildata.lastqueuename,
vwconvvoicesentimentdetaildata.firstagentid,
vwconvvoicesentimentdetaildata.firstagentname,
vwconvvoicesentimentdetaildata.firstagentdept,
vwconvvoicesentimentdetaildata.firstagentmanagerid,
vwconvvoicesentimentdetaildata.firstagentmanagername,
vwconvvoicesentimentdetaildata.lastagentid,
vwconvvoicesentimentdetaildata.lastagentname,
vwconvvoicesentimentdetaildata.lastagentdept,
vwconvvoicesentimentdetaildata.lastagentmanagerid,
vwconvvoicesentimentdetaildata.lastagentmanagername,
vwconvvoicesentimentdetaildata.firstwrapupcode,
vwconvvoicesentimentdetaildata.firstwrapupname,
vwconvvoicesentimentdetaildata.lastwrapupcode,
vwconvvoicesentimentdetaildata.lastwrapupname,
vwconvvoicesentimentdetaildata.divisionname
FROM vwconvvoicesentimentdetaildata
)
Name | Type | Default | Nullable | Children | Parents | Comment |
---|---|---|---|---|---|---|
keyid | varchar(100) | true | ||||
conversationid | varchar(50) | true | ||||
starttime | timestamp without time zone | true | ||||
starttimeltc | timestamp without time zone | true | ||||
duration | numeric(20,2) | true | ||||
participant | varchar(50) | true | ||||
phrase | varchar(400) | true | ||||
sentiment | numeric(20,2) | true | ||||
phraseindex | integer | true | ||||
updated | timestamp without time zone | true | ||||
conversationstartdate | timestamp without time zone | true | ||||
conversationstartdateltc | timestamp without time zone | true | ||||
conversationenddate | timestamp without time zone | true | ||||
conversationenddateltc | timestamp without time zone | true | ||||
ttalkcomplete | numeric(20,2) | true | ||||
ani | varchar(400) | true | ||||
dnis | varchar(400) | true | ||||
firstmediatype | varchar(50) | true | ||||
divisionid | varchar(50) | true | ||||
firstqueueid | varchar(50) | true | ||||
firstqueuename | varchar(255) | true | ||||
lastqueueid | varchar(50) | true | ||||
lastqueuename | varchar(255) | true | ||||
firstagentid | varchar(50) | true | ||||
firstagentname | varchar(200) | true | ||||
firstagentdept | varchar(200) | true | ||||
firstagentmanagerid | varchar(200) | true | ||||
firstagentmanagername | varchar(200) | true | ||||
lastagentid | varchar(50) | true | ||||
lastagentname | varchar(200) | true | ||||
lastagentdept | varchar(200) | true | ||||
lastagentmanagerid | varchar(200) | true | ||||
lastagentmanagername | varchar(200) | true | ||||
firstwrapupcode | varchar(255) | true | ||||
firstwrapupname | varchar(255) | true | ||||
lastwrapupcode | varchar(255) | true | ||||
lastwrapupname | varchar(255) | true | ||||
divisionname | varchar(50) | true |
Name | Columns | Comment | Type |
---|---|---|---|
public.vwconvvoicesentimentdetaildata | 38 | View for conversation voice sentiment detail data (converted from materialized view) | VIEW |