From Bright Pattern Documentation
Jump to: navigation, search
Line 34: Line 34:
 
|End time of the aggregation interval.
 
|End time of the aggregation interval.
  
Time is given in the Coordinated Universal Time (UTC) time zone.
+
Time is given in Coordinated Universal Time (UTC).
 
|-
 
|-
 
|'''start_time'''
 
|'''start_time'''
Line 40: Line 40:
 
|Start time of the aggregation interval.
 
|Start time of the aggregation interval.
  
Time is given in the Coordinated Universal Time (UTC) time zone.
+
Time is given in Coordinated Universal Time (UTC).
 
|}
 
|}
  

Revision as of 20:48, 12 April 2019

• 5.19 • 5.3 • 5.8

<translate>

agent_dispositions

The agent_dispositions table contains metrics that describe the interaction dispositions set by agents in Agent Desktop.

Description of Data

The following table offers the name (i.e., ID), data type (e.g., BIGINT, BINARY, BIT, DATETIME, ENUM, INT, VARCHAR, etc.), and description for each metric (i.e., column) of the agent_dispositions table.

Column Name Data Type Description
disposition_name VARCHAR The name of the disposition, which describes how the interaction ended

Possible values include the following:

  • Abandoned
  • Add to DNC
  • Answer provided
  • Bad record
  • Need more information
  • No agent
  • No disposition
  • Problem solved
  • Product sold
  • Skipped
  • Spam

Note that the above dispositions appear as default. Additional dispositions configured for your contact center will be shown in this table.

end_time DATETIME End time of the aggregation interval.

Time is given in Coordinated Universal Time (UTC).

start_time DATETIME Start time of the aggregation interval.

Time is given in Coordinated Universal Time (UTC).



</translate>

< Previous