Create a query to calculate average response time to customers. Average response time is calculated as such:
response = the first outbound comment from an agent following the oldest inbound comment from a customer after any agent responses
example: (customer add comment + agent add comment) + (customer add comment + agent add comment) = 2 responses
time = the total time that occurred within a response
average response time = time / total responses within a given time period
Create a query to calculate average response time to customers. Average response time is calculated as such:
response
= the first outbound comment from an agent following the oldest inbound comment from a customer after any agent responsestime
= the total time that occurred within a responseaverage response time
= time / total responses within a given time period