mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
Co-authored-by: Pranav <pranav@chatwoot.com> Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
38 lines
1.1 KiB
JavaScript
38 lines
1.1 KiB
JavaScript
export default {
|
|
summary: {
|
|
avg_first_response_time: '198.6666666666667',
|
|
avg_resolution_time: '208.3333333333333',
|
|
conversations_count: 5000,
|
|
incoming_messages_count: 5,
|
|
outgoing_messages_count: 3,
|
|
previous: {
|
|
avg_first_response_time: '89.0',
|
|
avg_resolution_time: '145.0',
|
|
conversations_count: 4,
|
|
incoming_messages_count: 5,
|
|
outgoing_messages_count: 4,
|
|
resolutions_count: 0,
|
|
},
|
|
resolutions_count: 3,
|
|
},
|
|
botSummary: {
|
|
bot_resolutions_count: 10,
|
|
bot_handoffs_count: 20,
|
|
previous: {
|
|
bot_resolutions_count: 8,
|
|
bot_handoffs_count: 5,
|
|
},
|
|
},
|
|
report: {
|
|
data: [
|
|
{ value: '0.00', timestamp: 1647541800, count: 0 },
|
|
{ value: '0.00', timestamp: 1647628200, count: 0 },
|
|
{ value: '0.00', timestamp: 1647714600, count: 0 },
|
|
{ value: '0.00', timestamp: 1647801000, count: 0 },
|
|
{ value: '0.01', timestamp: 1647887400, count: 4 },
|
|
{ value: '0.00', timestamp: 1647973800, count: 0 },
|
|
{ value: '0.00', timestamp: 1648060200, count: 0 },
|
|
],
|
|
},
|
|
};
|