public.flowoutcomedata

public.flowoutcomedata

Description

Conversation Flow Outcome Data

Columns

Name Type Default Nullable Children Parents Comment
keyid varchar(255) false
conversationid varchar(50) true Conversation GUID
conversationstartdate timestamp without time zone false Conversation Start Date (UTC)
conversationstartdateltc timestamp without time zone true Conversation Start Date (LTC)
conversationenddate timestamp without time zone true Conversation End Date (UTC)
conversationenddateltc timestamp without time zone true Conversation End Date (LTC)
flowoutcomestartdate timestamp without time zone true Conversation Flow Outcome Start Date (UTC)
flowoutcomestartdateltc timestamp without time zone true Conversation Flow Outcome Start Date (LTC)
flowoutcomeenddate timestamp without time zone true Conversation Flow Outcome End Date (UTC)
flowoutcomeenddateltc timestamp without time zone true Conversation Flow Outcome end Date (LTC)
flowid varchar(50) true Conversation Segment Flow GUID
flowname varchar(255) true Conversation Segment Flow Name
flowversion numeric(20,2) true Conversation Segment Flow Version
flowtype varchar(50) true Conversation Segment Flow Type
flowoutcome varchar(50) true Conversation Flow Outcome GUID Combined
flowoutcomeid varchar(50) true Conversation Flow Outcome GUID
flowoutcomevalue varchar(50) true Conversation Flow Outcome Value
updated timestamp without time zone true Row Updated Date

Constraints

Name Type Definition
flowoutcomedata_pkey PRIMARY KEY PRIMARY KEY (keyid, conversationstartdate)

Indexes

Name Definition
flowoutcomedata_pkey CREATE UNIQUE INDEX flowoutcomedata_pkey ON ONLY public.flowoutcomedata USING btree (keyid, conversationstartdate)

    • Related Articles

    • 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.convvoicetopicdetaildata

      Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(100) false conversationid varchar(50) true starttime timestamp without time zone false starttimeltc timestamp without time zone true participant varchar(50) true ...
    • 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.evaldata

      Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(100) false conversationid varchar(50) false evaluationid varchar(50) false calibrationid varchar(50) true evaluationformid varchar(50) true evaluatorid varchar(50) ...
    • 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 ...