@aws-sdk/client-connect 3.441.0 → 3.442.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2014,6 +2014,34 @@ export interface GetMetricDataV2Request {
|
|
|
2014
2014
|
* <p>Unit: Seconds</p>
|
|
2015
2015
|
* <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p>
|
|
2016
2016
|
* </dd>
|
|
2017
|
+
* <dt>PERCENT_NON_TALK_TIME</dt>
|
|
2018
|
+
* <dd>
|
|
2019
|
+
* <p>This metric is available only for contacts analyzed by Contact Lens conversational
|
|
2020
|
+
* analytics.</p>
|
|
2021
|
+
* <p>Unit: Percentage</p>
|
|
2022
|
+
* <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p>
|
|
2023
|
+
* </dd>
|
|
2024
|
+
* <dt>PERCENT_TALK_TIME</dt>
|
|
2025
|
+
* <dd>
|
|
2026
|
+
* <p>This metric is available only for contacts analyzed by Contact Lens conversational
|
|
2027
|
+
* analytics.</p>
|
|
2028
|
+
* <p>Unit: Percentage</p>
|
|
2029
|
+
* <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p>
|
|
2030
|
+
* </dd>
|
|
2031
|
+
* <dt>PERCENT_TALK_TIME_AGENT</dt>
|
|
2032
|
+
* <dd>
|
|
2033
|
+
* <p>This metric is available only for contacts analyzed by Contact Lens conversational
|
|
2034
|
+
* analytics.</p>
|
|
2035
|
+
* <p>Unit: Percentage</p>
|
|
2036
|
+
* <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p>
|
|
2037
|
+
* </dd>
|
|
2038
|
+
* <dt>PERCENT_TALK_TIME_CUSTOMER</dt>
|
|
2039
|
+
* <dd>
|
|
2040
|
+
* <p>This metric is available only for contacts analyzed by Contact Lens conversational
|
|
2041
|
+
* analytics.</p>
|
|
2042
|
+
* <p>Unit: Percentage</p>
|
|
2043
|
+
* <p>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</p>
|
|
2044
|
+
* </dd>
|
|
2017
2045
|
* <dt>SERVICE_LEVEL</dt>
|
|
2018
2046
|
* <dd>
|
|
2019
2047
|
* <p>You can include up to 20 SERVICE_LEVEL metrics in a request.</p>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.442.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|