From Bright Pattern Documentation
Jump to: navigation, search
Line 12: Line 12:
 
|'''Description'''
 
|'''Description'''
 
|-
 
|-
|'''name'''
+
|'''end_time'''
|VARCHAR
+
|DATETIME
|Skill name
+
|End time of the aggregation interval
 +
 
 +
Time is given in the Coordinated Universal Time (UTC) time zone.
 
|-
 
|-
 
|'''group_name'''
 
|'''group_name'''
Line 20: Line 22:
 
|Skill group name
 
|Skill group name
 
|-
 
|-
|'''type'''
+
|'''name'''
 
|VARCHAR
 
|VARCHAR
|Skill type
+
|Skill name
 
|-
 
|-
 
|'''start_time'''
 
|'''start_time'''
Line 30: Line 32:
 
Time is given in the Coordinated Universal Time (UTC) time zone.
 
Time is given in the Coordinated Universal Time (UTC) time zone.
 
|-
 
|-
|'''end_time'''
+
|'''type'''
|DATETIME
+
|VARCHAR
|End time of the aggregation interval
+
|Skill type
 
 
Time is given in the Coordinated Universal Time (UTC) time zone.
 
 
|-
 
|-
 
|}
 
|}

Revision as of 19:20, 12 September 2018

• 5.19 • 5.3 • 5.8

<translate>

skills

The skills table contains metrics that describe the skills and skill groups defined in contact center configuration.

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 skills table.


Column Name Data Type Description
end_time DATETIME End time of the aggregation interval

Time is given in the Coordinated Universal Time (UTC) time zone.

group_name VARCHAR Skill group name
name VARCHAR Skill name
start_time DATETIME Start time of the aggregation interval.

Time is given in the Coordinated Universal Time (UTC) time zone.

type VARCHAR Skill type



</translate>

< Previous