提供: Bright Pattern Documentation
• English
requested_skills
requested_skills表には、 特定のスキルを要求した対話のメトリックが含まれています。
特定のメトリックに関して特に注記がない限り、以下に記載されているcallは、skill_nameフィールドで指定されたスキルを要求したコールとして見なされます。
データの説明
次の表には、名前(IDなど)、データタイプ (BIGINT, BINARY, BIT, DATETIME, ENUM, INT, VARCHARなど)、 requested_skills 表の各メトリック(つまり、列)の説明が含まれます。
列名 | データタイプ | 内容 |
id | BINARY (16) | プライマリーキー |
start_time | DATETIME | 集約間隔の開始時刻; 協定世界時 (UTC)に基づき表示されます。 |
end_time | DATETIME | 集約間隔の終了時刻; 協定世界時 (UTC)に基づき表示されます。 |
agg_run_id | BINARY (16) | このレコードを生成したアグリゲーター実行 |
media_type | ENUM | 対話のメディアタイプ。
設定可能な値には VOICE, CHAT, EMAILが含まれています。 If set to CHAT, any call mentioned in this table shall be interpreted as a service chat interaction in the same context. |
skill_name | VARCHAR | Skill name as defined in configuration |
skill_group_name | VARCHAR | Name of the skill group that the skill belongs to as defined in configuration |
skill_type | ENUM | This is the skill type.
Possible values include the following:
|
total_answer_time | BIGINT | Total answer time (the sum of times between the moments the calls entered queue and were answered by agents) |
num_calls_received | BIGINT | Total number of received calls |
num_calls_queued | BIGINT | Number of calls that were queued |
num_calls_answered | BIGINT | Number of calls that were answered |
num_calls_overflow | BIGINT | Number of calls that were distributed to overflow destinations |