@wildix/wda-insights-client 1.1.46 → 1.1.47
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.
- package/dist-cjs/WdaInsights.js +3 -3
- package/dist-cjs/WdaInsightsClient.js +34 -26
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +58 -0
- package/dist-cjs/commands/CreateDashboardCommand.js +10 -11
- package/dist-cjs/commands/CreateFilterCommand.js +10 -11
- package/dist-cjs/commands/CreatePlaylistCommand.js +10 -11
- package/dist-cjs/commands/CreateProjectionCommand.js +10 -11
- package/dist-cjs/commands/CreateProjectionsCategoryCommand.js +10 -11
- package/dist-cjs/commands/DeleteDashboardCommand.js +10 -11
- package/dist-cjs/commands/DeleteFilterCommand.js +10 -11
- package/dist-cjs/commands/DeletePlaylistCommand.js +10 -11
- package/dist-cjs/commands/DeletePlaylistItemCommand.js +10 -11
- package/dist-cjs/commands/DeleteProjectionCommand.js +10 -11
- package/dist-cjs/commands/DeleteProjectionsCategoryCommand.js +10 -11
- package/dist-cjs/commands/DisableProjectionCommand.js +10 -11
- package/dist-cjs/commands/EnableProjectionCommand.js +10 -11
- package/dist-cjs/commands/GetAnalysisSettingsCommand.js +10 -11
- package/dist-cjs/commands/GetCallCharacteristicsCommand.js +10 -11
- package/dist-cjs/commands/GetCallInsightsCommand.js +10 -11
- package/dist-cjs/commands/GetCallStateCommand.js +10 -11
- package/dist-cjs/commands/GetCallSummaryCommand.js +10 -11
- package/dist-cjs/commands/GetChatInsightsCommand.js +10 -11
- package/dist-cjs/commands/GetChatStateCommand.js +10 -11
- package/dist-cjs/commands/GetChatSummaryCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceInsightsCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceRecordingPresignedDownloadUrlCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceStateCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceSummaryCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceTimeFramesCommand.js +10 -11
- package/dist-cjs/commands/GetDashboardCommand.js +10 -11
- package/dist-cjs/commands/GetPlaylistCommand.js +10 -11
- package/dist-cjs/commands/GetProjectionCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsAggregationsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsInsightsAggregationsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsInsightsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsNestedAggregationsCommand.js +10 -11
- package/dist-cjs/commands/ListDashboardsCommand.js +10 -11
- package/dist-cjs/commands/ListFiltersCommand.js +10 -11
- package/dist-cjs/commands/ListPinnedDashboardsCommand.js +10 -11
- package/dist-cjs/commands/ListPlaylistItemsCommand.js +10 -11
- package/dist-cjs/commands/ListPlaylistsCommand.js +10 -11
- package/dist-cjs/commands/ListProjectionsCommand.js +10 -11
- package/dist-cjs/commands/ListWatchHistoryCommand.js +10 -11
- package/dist-cjs/commands/PauseProjectionCommand.js +10 -11
- package/dist-cjs/commands/PutAnalysisSettingsCommand.js +10 -11
- package/dist-cjs/commands/PutPlaylistItemCommand.js +10 -11
- package/dist-cjs/commands/QueryConversationsCountCommand.js +10 -11
- package/dist-cjs/commands/ScheduleCallSummaryGenerationCommand.js +10 -11
- package/dist-cjs/commands/ScheduleConferenceSummaryGenerationCommand.js +10 -11
- package/dist-cjs/commands/UpdateDashboardAccessCommand.js +10 -11
- package/dist-cjs/commands/UpdateDashboardCommand.js +10 -11
- package/dist-cjs/commands/UpdateFilterCommand.js +10 -11
- package/dist-cjs/commands/UpdatePinnedDashboardsCommand.js +10 -11
- package/dist-cjs/commands/UpdatePlaylistAccessCommand.js +10 -11
- package/dist-cjs/commands/UpdatePlaylistCommand.js +10 -11
- package/dist-cjs/commands/UpdateProjectionCommand.js +10 -11
- package/dist-cjs/commands/UpdateProjectionsCategoryCommand.js +10 -11
- package/dist-cjs/commands/WatchCommand.js +10 -11
- package/dist-cjs/commands/index.js +4 -4
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/bdd.js +28 -0
- package/dist-cjs/endpoint/endpointResolver.js +16 -0
- package/dist-cjs/index.js +4 -1
- package/dist-cjs/models/WdaInsightsServiceException.js +3 -3
- package/dist-cjs/models/enums.js +225 -0
- package/dist-cjs/models/errors.js +69 -0
- package/dist-cjs/models/models_0.js +0 -478
- package/dist-cjs/runtimeConfig.browser.js +11 -11
- package/dist-cjs/runtimeConfig.js +22 -18
- package/dist-cjs/runtimeConfig.shared.js +30 -10
- package/dist-cjs/runtimeExtensions.js +6 -5
- package/dist-cjs/schemas/schemas_0.js +2178 -0
- package/dist-es/WdaInsights.js +3 -3
- package/dist-es/WdaInsightsClient.js +30 -22
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +52 -0
- package/dist-es/commands/CreateDashboardCommand.js +9 -10
- package/dist-es/commands/CreateFilterCommand.js +9 -10
- package/dist-es/commands/CreatePlaylistCommand.js +9 -10
- package/dist-es/commands/CreateProjectionCommand.js +9 -10
- package/dist-es/commands/CreateProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/DeleteDashboardCommand.js +9 -10
- package/dist-es/commands/DeleteFilterCommand.js +9 -10
- package/dist-es/commands/DeletePlaylistCommand.js +9 -10
- package/dist-es/commands/DeletePlaylistItemCommand.js +9 -10
- package/dist-es/commands/DeleteProjectionCommand.js +9 -10
- package/dist-es/commands/DeleteProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/DisableProjectionCommand.js +9 -10
- package/dist-es/commands/EnableProjectionCommand.js +9 -10
- package/dist-es/commands/GetAnalysisSettingsCommand.js +9 -10
- package/dist-es/commands/GetCallCharacteristicsCommand.js +9 -10
- package/dist-es/commands/GetCallInsightsCommand.js +9 -10
- package/dist-es/commands/GetCallStateCommand.js +9 -10
- package/dist-es/commands/GetCallSummaryCommand.js +9 -10
- package/dist-es/commands/GetChatInsightsCommand.js +9 -10
- package/dist-es/commands/GetChatStateCommand.js +9 -10
- package/dist-es/commands/GetChatSummaryCommand.js +9 -10
- package/dist-es/commands/GetConferenceInsightsCommand.js +9 -10
- package/dist-es/commands/GetConferenceRecordingPresignedDownloadUrlCommand.js +9 -10
- package/dist-es/commands/GetConferenceStateCommand.js +9 -10
- package/dist-es/commands/GetConferenceSummaryCommand.js +9 -10
- package/dist-es/commands/GetConferenceTimeFramesCommand.js +9 -10
- package/dist-es/commands/GetDashboardCommand.js +9 -10
- package/dist-es/commands/GetPlaylistCommand.js +9 -10
- package/dist-es/commands/GetProjectionCommand.js +9 -10
- package/dist-es/commands/ListConversationsAggregationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsInsightsAggregationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsInsightsCommand.js +9 -10
- package/dist-es/commands/ListConversationsNestedAggregationsCommand.js +9 -10
- package/dist-es/commands/ListDashboardsCommand.js +9 -10
- package/dist-es/commands/ListFiltersCommand.js +9 -10
- package/dist-es/commands/ListPinnedDashboardsCommand.js +9 -10
- package/dist-es/commands/ListPlaylistItemsCommand.js +9 -10
- package/dist-es/commands/ListPlaylistsCommand.js +9 -10
- package/dist-es/commands/ListProjectionsCommand.js +9 -10
- package/dist-es/commands/ListWatchHistoryCommand.js +9 -10
- package/dist-es/commands/PauseProjectionCommand.js +9 -10
- package/dist-es/commands/PutAnalysisSettingsCommand.js +9 -10
- package/dist-es/commands/PutPlaylistItemCommand.js +9 -10
- package/dist-es/commands/QueryConversationsCountCommand.js +9 -10
- package/dist-es/commands/ScheduleCallSummaryGenerationCommand.js +9 -10
- package/dist-es/commands/ScheduleConferenceSummaryGenerationCommand.js +9 -10
- package/dist-es/commands/UpdateDashboardAccessCommand.js +9 -10
- package/dist-es/commands/UpdateDashboardCommand.js +9 -10
- package/dist-es/commands/UpdateFilterCommand.js +9 -10
- package/dist-es/commands/UpdatePinnedDashboardsCommand.js +9 -10
- package/dist-es/commands/UpdatePlaylistAccessCommand.js +9 -10
- package/dist-es/commands/UpdatePlaylistCommand.js +9 -10
- package/dist-es/commands/UpdateProjectionCommand.js +9 -10
- package/dist-es/commands/UpdateProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/WatchCommand.js +9 -10
- package/dist-es/commands/index.js +4 -4
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/bdd.js +25 -0
- package/dist-es/endpoint/endpointResolver.js +12 -0
- package/dist-es/index.js +4 -1
- package/dist-es/models/WdaInsightsServiceException.js +1 -1
- package/dist-es/models/enums.js +222 -0
- package/dist-es/models/errors.js +61 -0
- package/dist-es/models/models_0.js +1 -471
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +17 -13
- package/dist-es/runtimeConfig.shared.js +24 -4
- package/dist-es/runtimeExtensions.js +6 -5
- package/dist-es/schemas/schemas_0.js +2170 -0
- package/dist-types/WdaInsights.d.ts +57 -57
- package/dist-types/WdaInsightsClient.d.ts +86 -68
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +81 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +61 -39
- package/dist-types/commands/CreateFilterCommand.d.ts +9 -7
- package/dist-types/commands/CreatePlaylistCommand.d.ts +9 -7
- package/dist-types/commands/CreateProjectionCommand.d.ts +51 -39
- package/dist-types/commands/CreateProjectionsCategoryCommand.d.ts +10 -8
- package/dist-types/commands/DeleteDashboardCommand.d.ts +9 -7
- package/dist-types/commands/DeleteFilterCommand.d.ts +9 -7
- package/dist-types/commands/DeletePlaylistCommand.d.ts +9 -7
- package/dist-types/commands/DeletePlaylistItemCommand.d.ts +9 -7
- package/dist-types/commands/DeleteProjectionCommand.d.ts +9 -7
- package/dist-types/commands/DeleteProjectionsCategoryCommand.d.ts +10 -8
- package/dist-types/commands/DisableProjectionCommand.d.ts +30 -23
- package/dist-types/commands/EnableProjectionCommand.d.ts +30 -23
- package/dist-types/commands/GetAnalysisSettingsCommand.d.ts +30 -23
- package/dist-types/commands/GetCallCharacteristicsCommand.d.ts +9 -7
- package/dist-types/commands/GetCallInsightsCommand.d.ts +9 -7
- package/dist-types/commands/GetCallStateCommand.d.ts +9 -7
- package/dist-types/commands/GetCallSummaryCommand.d.ts +9 -7
- package/dist-types/commands/GetChatInsightsCommand.d.ts +9 -7
- package/dist-types/commands/GetChatStateCommand.d.ts +9 -7
- package/dist-types/commands/GetChatSummaryCommand.d.ts +9 -7
- package/dist-types/commands/GetConferenceInsightsCommand.d.ts +9 -7
- package/dist-types/commands/GetConferenceRecordingPresignedDownloadUrlCommand.d.ts +9 -7
- package/dist-types/commands/GetConferenceStateCommand.d.ts +9 -7
- package/dist-types/commands/GetConferenceSummaryCommand.d.ts +9 -7
- package/dist-types/commands/GetConferenceTimeFramesCommand.d.ts +9 -7
- package/dist-types/commands/GetDashboardCommand.d.ts +35 -23
- package/dist-types/commands/GetPlaylistCommand.d.ts +9 -7
- package/dist-types/commands/GetProjectionCommand.d.ts +30 -23
- package/dist-types/commands/ListConversationsAggregationsCommand.d.ts +125 -39
- package/dist-types/commands/ListConversationsCommand.d.ts +30 -23
- package/dist-types/commands/ListConversationsInsightsAggregationsCommand.d.ts +137 -49
- package/dist-types/commands/ListConversationsInsightsCommand.d.ts +126 -40
- package/dist-types/commands/ListConversationsNestedAggregationsCommand.d.ts +136 -48
- package/dist-types/commands/ListDashboardsCommand.d.ts +35 -23
- package/dist-types/commands/ListFiltersCommand.d.ts +9 -7
- package/dist-types/commands/ListPinnedDashboardsCommand.d.ts +35 -23
- package/dist-types/commands/ListPlaylistItemsCommand.d.ts +9 -7
- package/dist-types/commands/ListPlaylistsCommand.d.ts +9 -7
- package/dist-types/commands/ListProjectionsCommand.d.ts +30 -23
- package/dist-types/commands/ListWatchHistoryCommand.d.ts +9 -7
- package/dist-types/commands/PauseProjectionCommand.d.ts +30 -23
- package/dist-types/commands/PutAnalysisSettingsCommand.d.ts +51 -39
- package/dist-types/commands/PutPlaylistItemCommand.d.ts +9 -7
- package/dist-types/commands/QueryConversationsCountCommand.d.ts +30 -23
- package/dist-types/commands/ScheduleCallSummaryGenerationCommand.d.ts +10 -8
- package/dist-types/commands/ScheduleConferenceSummaryGenerationCommand.d.ts +10 -8
- package/dist-types/commands/UpdateDashboardAccessCommand.d.ts +35 -23
- package/dist-types/commands/UpdateDashboardCommand.d.ts +61 -39
- package/dist-types/commands/UpdateFilterCommand.d.ts +9 -7
- package/dist-types/commands/UpdatePinnedDashboardsCommand.d.ts +9 -7
- package/dist-types/commands/UpdatePlaylistAccessCommand.d.ts +9 -7
- package/dist-types/commands/UpdatePlaylistCommand.d.ts +9 -7
- package/dist-types/commands/UpdateProjectionCommand.d.ts +51 -39
- package/dist-types/commands/UpdateProjectionsCategoryCommand.d.ts +10 -8
- package/dist-types/commands/WatchCommand.d.ts +9 -7
- package/dist-types/commands/index.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +41 -0
- package/dist-types/endpoint/bdd.d.ts +2 -0
- package/dist-types/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/extensionConfiguration.d.ts +4 -3
- package/dist-types/index.d.ts +5 -1
- package/dist-types/models/WdaInsightsServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +541 -0
- package/dist-types/models/errors.d.ts +57 -0
- package/dist-types/models/models_0.d.ts +473 -760
- package/dist-types/runtimeConfig.browser.d.ts +35 -16
- package/dist-types/runtimeConfig.d.ts +34 -15
- package/dist-types/runtimeConfig.native.d.ts +36 -17
- package/dist-types/runtimeConfig.shared.d.ts +20 -3
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +299 -0
- package/package.json +14 -40
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/protocols/Aws_restJson1.js +0 -2406
- package/dist-es/models/index.js +0 -1
- package/dist-es/protocols/Aws_restJson1.js +0 -2289
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -506
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListConversationsInsightsAggregationsInput, ListConversationsInsightsAggregationsOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,19 +22,21 @@ export interface ListConversationsInsightsAggregationsCommandInput extends ListC
|
|
|
22
22
|
export interface ListConversationsInsightsAggregationsCommandOutput extends ListConversationsInsightsAggregationsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListConversationsInsightsAggregationsCommand_base: {
|
|
25
|
-
new (input: ListConversationsInsightsAggregationsCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: ListConversationsInsightsAggregationsCommandInput): import("@smithy/core/client").CommandImpl<ListConversationsInsightsAggregationsCommandInput, ListConversationsInsightsAggregationsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListConversationsInsightsAggregationsCommandInput): import("@smithy/core/client").CommandImpl<ListConversationsInsightsAggregationsCommandInput, ListConversationsInsightsAggregationsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Lists nested drill-down data showing relationships between dimensions.
|
|
31
31
|
*
|
|
32
|
-
* @deprecated
|
|
32
|
+
* @deprecated deprecated.
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { WdaInsightsClient, ListConversationsInsightsAggregationsCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
37
37
|
* // const { WdaInsightsClient, ListConversationsInsightsAggregationsCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
38
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
39
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
38
40
|
* const client = new WdaInsightsClient(config);
|
|
39
41
|
* const input = { // ListConversationsInsightsAggregationsInput
|
|
40
42
|
* company: "STRING_VALUE",
|
|
@@ -54,6 +56,43 @@ declare const ListConversationsInsightsAggregationsCommand_base: {
|
|
|
54
56
|
* },
|
|
55
57
|
* ],
|
|
56
58
|
* },
|
|
59
|
+
* connectTime: {
|
|
60
|
+
* buckets: [
|
|
61
|
+
* {
|
|
62
|
+
* title: "STRING_VALUE", // required
|
|
63
|
+
* from: Number("int"),
|
|
64
|
+
* to: Number("int"),
|
|
65
|
+
* },
|
|
66
|
+
* ],
|
|
67
|
+
* },
|
|
68
|
+
* talkTime: {
|
|
69
|
+
* buckets: [
|
|
70
|
+
* {
|
|
71
|
+
* title: "STRING_VALUE", // required
|
|
72
|
+
* from: Number("int"),
|
|
73
|
+
* to: Number("int"),
|
|
74
|
+
* },
|
|
75
|
+
* ],
|
|
76
|
+
* },
|
|
77
|
+
* waitTime: {
|
|
78
|
+
* buckets: [
|
|
79
|
+
* {
|
|
80
|
+
* title: "STRING_VALUE", // required
|
|
81
|
+
* from: Number("int"),
|
|
82
|
+
* to: Number("int"),
|
|
83
|
+
* },
|
|
84
|
+
* ],
|
|
85
|
+
* },
|
|
86
|
+
* queueTime: {
|
|
87
|
+
* buckets: [
|
|
88
|
+
* {
|
|
89
|
+
* title: "STRING_VALUE", // required
|
|
90
|
+
* from: Number("int"),
|
|
91
|
+
* to: Number("int"),
|
|
92
|
+
* },
|
|
93
|
+
* ],
|
|
94
|
+
* },
|
|
95
|
+
* holdTime: "<AggregationDurationDefinition>",
|
|
57
96
|
* service: {},
|
|
58
97
|
* extension: {},
|
|
59
98
|
* chatbot: {},
|
|
@@ -151,27 +190,32 @@ declare const ListConversationsInsightsAggregationsCommand_base: {
|
|
|
151
190
|
* from: Number("int"),
|
|
152
191
|
* to: Number("int"),
|
|
153
192
|
* },
|
|
193
|
+
* connectTime: {
|
|
194
|
+
* from: Number("int"),
|
|
195
|
+
* to: Number("int"),
|
|
196
|
+
* },
|
|
197
|
+
* talkTime: {
|
|
198
|
+
* from: Number("int"),
|
|
199
|
+
* to: Number("int"),
|
|
200
|
+
* },
|
|
201
|
+
* waitTime: {
|
|
202
|
+
* from: Number("int"),
|
|
203
|
+
* to: Number("int"),
|
|
204
|
+
* },
|
|
205
|
+
* queueTime: {
|
|
206
|
+
* from: Number("int"),
|
|
207
|
+
* to: Number("int"),
|
|
208
|
+
* },
|
|
209
|
+
* holdTime: "<ListConversationsFilterNumber>",
|
|
154
210
|
* interaction: { // ListConversationsFilterInteraction
|
|
155
|
-
* talkRatio:
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
* },
|
|
159
|
-
* wordsPerMinute: {
|
|
160
|
-
* from: Number("int"),
|
|
161
|
-
* to: Number("int"),
|
|
162
|
-
* },
|
|
163
|
-
* interruptions: {
|
|
164
|
-
* from: Number("int"),
|
|
165
|
-
* to: Number("int"),
|
|
166
|
-
* },
|
|
211
|
+
* talkRatio: "<ListConversationsFilterNumber>",
|
|
212
|
+
* wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
213
|
+
* interruptions: "<ListConversationsFilterNumber>",
|
|
167
214
|
* patience: { // ListConversationsFilterFloat
|
|
168
215
|
* from: Number("float"),
|
|
169
216
|
* to: Number("float"),
|
|
170
217
|
* },
|
|
171
|
-
* longestMonologue:
|
|
172
|
-
* from: Number("int"),
|
|
173
|
-
* to: Number("int"),
|
|
174
|
-
* },
|
|
218
|
+
* longestMonologue: "<ListConversationsFilterNumber>",
|
|
175
219
|
* longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
176
220
|
* },
|
|
177
221
|
* recorded: true || false,
|
|
@@ -279,6 +323,43 @@ declare const ListConversationsInsightsAggregationsCommand_base: {
|
|
|
279
323
|
* // },
|
|
280
324
|
* // ],
|
|
281
325
|
* // },
|
|
326
|
+
* // connectTime: {
|
|
327
|
+
* // buckets: [
|
|
328
|
+
* // {
|
|
329
|
+
* // title: "STRING_VALUE", // required
|
|
330
|
+
* // from: Number("int"),
|
|
331
|
+
* // to: Number("int"),
|
|
332
|
+
* // },
|
|
333
|
+
* // ],
|
|
334
|
+
* // },
|
|
335
|
+
* // talkTime: {
|
|
336
|
+
* // buckets: [
|
|
337
|
+
* // {
|
|
338
|
+
* // title: "STRING_VALUE", // required
|
|
339
|
+
* // from: Number("int"),
|
|
340
|
+
* // to: Number("int"),
|
|
341
|
+
* // },
|
|
342
|
+
* // ],
|
|
343
|
+
* // },
|
|
344
|
+
* // waitTime: {
|
|
345
|
+
* // buckets: [
|
|
346
|
+
* // {
|
|
347
|
+
* // title: "STRING_VALUE", // required
|
|
348
|
+
* // from: Number("int"),
|
|
349
|
+
* // to: Number("int"),
|
|
350
|
+
* // },
|
|
351
|
+
* // ],
|
|
352
|
+
* // },
|
|
353
|
+
* // queueTime: {
|
|
354
|
+
* // buckets: [
|
|
355
|
+
* // {
|
|
356
|
+
* // title: "STRING_VALUE", // required
|
|
357
|
+
* // from: Number("int"),
|
|
358
|
+
* // to: Number("int"),
|
|
359
|
+
* // },
|
|
360
|
+
* // ],
|
|
361
|
+
* // },
|
|
362
|
+
* // holdTime: "<AggregationDurationDefinition>",
|
|
282
363
|
* // service: {},
|
|
283
364
|
* // extension: {},
|
|
284
365
|
* // chatbot: {},
|
|
@@ -380,27 +461,32 @@ declare const ListConversationsInsightsAggregationsCommand_base: {
|
|
|
380
461
|
* // from: Number("int"),
|
|
381
462
|
* // to: Number("int"),
|
|
382
463
|
* // },
|
|
464
|
+
* // connectTime: {
|
|
465
|
+
* // from: Number("int"),
|
|
466
|
+
* // to: Number("int"),
|
|
467
|
+
* // },
|
|
468
|
+
* // talkTime: {
|
|
469
|
+
* // from: Number("int"),
|
|
470
|
+
* // to: Number("int"),
|
|
471
|
+
* // },
|
|
472
|
+
* // waitTime: {
|
|
473
|
+
* // from: Number("int"),
|
|
474
|
+
* // to: Number("int"),
|
|
475
|
+
* // },
|
|
476
|
+
* // queueTime: {
|
|
477
|
+
* // from: Number("int"),
|
|
478
|
+
* // to: Number("int"),
|
|
479
|
+
* // },
|
|
480
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
383
481
|
* // interaction: { // ListConversationsFilterInteraction
|
|
384
|
-
* // talkRatio:
|
|
385
|
-
* //
|
|
386
|
-
* //
|
|
387
|
-
* // },
|
|
388
|
-
* // wordsPerMinute: {
|
|
389
|
-
* // from: Number("int"),
|
|
390
|
-
* // to: Number("int"),
|
|
391
|
-
* // },
|
|
392
|
-
* // interruptions: {
|
|
393
|
-
* // from: Number("int"),
|
|
394
|
-
* // to: Number("int"),
|
|
395
|
-
* // },
|
|
482
|
+
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
483
|
+
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
484
|
+
* // interruptions: "<ListConversationsFilterNumber>",
|
|
396
485
|
* // patience: { // ListConversationsFilterFloat
|
|
397
486
|
* // from: Number("float"),
|
|
398
487
|
* // to: Number("float"),
|
|
399
488
|
* // },
|
|
400
|
-
* // longestMonologue:
|
|
401
|
-
* // from: Number("int"),
|
|
402
|
-
* // to: Number("int"),
|
|
403
|
-
* // },
|
|
489
|
+
* // longestMonologue: "<ListConversationsFilterNumber>",
|
|
404
490
|
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
405
491
|
* // },
|
|
406
492
|
* // recorded: true || false,
|
|
@@ -494,15 +580,12 @@ declare const ListConversationsInsightsAggregationsCommand_base: {
|
|
|
494
580
|
* // fieldId: "STRING_VALUE", // required
|
|
495
581
|
* // },
|
|
496
582
|
* // direction: "<AggregationNoConfigurationDefinition>",
|
|
497
|
-
* // duration:
|
|
498
|
-
* //
|
|
499
|
-
* //
|
|
500
|
-
* //
|
|
501
|
-
* //
|
|
502
|
-
* //
|
|
503
|
-
* // },
|
|
504
|
-
* // ],
|
|
505
|
-
* // },
|
|
583
|
+
* // duration: "<AggregationDurationDefinition>",
|
|
584
|
+
* // connectTime: "<AggregationDurationDefinition>",
|
|
585
|
+
* // talkTime: "<AggregationDurationDefinition>",
|
|
586
|
+
* // waitTime: "<AggregationDurationDefinition>",
|
|
587
|
+
* // queueTime: "<AggregationDurationDefinition>",
|
|
588
|
+
* // holdTime: "<AggregationDurationDefinition>",
|
|
506
589
|
* // service: "<AggregationNoConfigurationDefinition>",
|
|
507
590
|
* // extension: "<AggregationNoConfigurationDefinition>",
|
|
508
591
|
* // chatbot: "<AggregationNoConfigurationDefinition>",
|
|
@@ -585,6 +668,11 @@ declare const ListConversationsInsightsAggregationsCommand_base: {
|
|
|
585
668
|
* // ],
|
|
586
669
|
* // language: "<ListConversationsFilterKeyword>",
|
|
587
670
|
* // duration: "<ListConversationsFilterNumber>",
|
|
671
|
+
* // connectTime: "<ListConversationsFilterNumber>",
|
|
672
|
+
* // talkTime: "<ListConversationsFilterNumber>",
|
|
673
|
+
* // waitTime: "<ListConversationsFilterNumber>",
|
|
674
|
+
* // queueTime: "<ListConversationsFilterNumber>",
|
|
675
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
588
676
|
* // interaction: {
|
|
589
677
|
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
590
678
|
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListConversationsInsightsInput, ListConversationsInsightsOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,19 +22,21 @@ export interface ListConversationsInsightsCommandInput extends ListConversations
|
|
|
22
22
|
export interface ListConversationsInsightsCommandOutput extends ListConversationsInsightsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListConversationsInsightsCommand_base: {
|
|
25
|
-
new (input: ListConversationsInsightsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListConversationsInsightsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: ListConversationsInsightsCommandInput): import("@smithy/core/client").CommandImpl<ListConversationsInsightsCommandInput, ListConversationsInsightsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListConversationsInsightsCommandInput]): import("@smithy/core/client").CommandImpl<ListConversationsInsightsCommandInput, ListConversationsInsightsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Lists multiple independent insights in parallel.
|
|
31
31
|
*
|
|
32
|
-
* @deprecated
|
|
32
|
+
* @deprecated deprecated.
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { WdaInsightsClient, ListConversationsInsightsCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
37
37
|
* // const { WdaInsightsClient, ListConversationsInsightsCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
38
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
39
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
38
40
|
* const client = new WdaInsightsClient(config);
|
|
39
41
|
* const input = { // ListConversationsInsightsInput
|
|
40
42
|
* company: "STRING_VALUE",
|
|
@@ -54,6 +56,43 @@ declare const ListConversationsInsightsCommand_base: {
|
|
|
54
56
|
* },
|
|
55
57
|
* ],
|
|
56
58
|
* },
|
|
59
|
+
* connectTime: {
|
|
60
|
+
* buckets: [
|
|
61
|
+
* {
|
|
62
|
+
* title: "STRING_VALUE", // required
|
|
63
|
+
* from: Number("int"),
|
|
64
|
+
* to: Number("int"),
|
|
65
|
+
* },
|
|
66
|
+
* ],
|
|
67
|
+
* },
|
|
68
|
+
* talkTime: {
|
|
69
|
+
* buckets: [
|
|
70
|
+
* {
|
|
71
|
+
* title: "STRING_VALUE", // required
|
|
72
|
+
* from: Number("int"),
|
|
73
|
+
* to: Number("int"),
|
|
74
|
+
* },
|
|
75
|
+
* ],
|
|
76
|
+
* },
|
|
77
|
+
* waitTime: {
|
|
78
|
+
* buckets: [
|
|
79
|
+
* {
|
|
80
|
+
* title: "STRING_VALUE", // required
|
|
81
|
+
* from: Number("int"),
|
|
82
|
+
* to: Number("int"),
|
|
83
|
+
* },
|
|
84
|
+
* ],
|
|
85
|
+
* },
|
|
86
|
+
* queueTime: {
|
|
87
|
+
* buckets: [
|
|
88
|
+
* {
|
|
89
|
+
* title: "STRING_VALUE", // required
|
|
90
|
+
* from: Number("int"),
|
|
91
|
+
* to: Number("int"),
|
|
92
|
+
* },
|
|
93
|
+
* ],
|
|
94
|
+
* },
|
|
95
|
+
* holdTime: "<AggregationDurationDefinition>",
|
|
57
96
|
* service: {},
|
|
58
97
|
* extension: {},
|
|
59
98
|
* chatbot: {},
|
|
@@ -151,27 +190,32 @@ declare const ListConversationsInsightsCommand_base: {
|
|
|
151
190
|
* from: Number("int"),
|
|
152
191
|
* to: Number("int"),
|
|
153
192
|
* },
|
|
193
|
+
* connectTime: {
|
|
194
|
+
* from: Number("int"),
|
|
195
|
+
* to: Number("int"),
|
|
196
|
+
* },
|
|
197
|
+
* talkTime: {
|
|
198
|
+
* from: Number("int"),
|
|
199
|
+
* to: Number("int"),
|
|
200
|
+
* },
|
|
201
|
+
* waitTime: {
|
|
202
|
+
* from: Number("int"),
|
|
203
|
+
* to: Number("int"),
|
|
204
|
+
* },
|
|
205
|
+
* queueTime: {
|
|
206
|
+
* from: Number("int"),
|
|
207
|
+
* to: Number("int"),
|
|
208
|
+
* },
|
|
209
|
+
* holdTime: "<ListConversationsFilterNumber>",
|
|
154
210
|
* interaction: { // ListConversationsFilterInteraction
|
|
155
|
-
* talkRatio:
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
* },
|
|
159
|
-
* wordsPerMinute: {
|
|
160
|
-
* from: Number("int"),
|
|
161
|
-
* to: Number("int"),
|
|
162
|
-
* },
|
|
163
|
-
* interruptions: {
|
|
164
|
-
* from: Number("int"),
|
|
165
|
-
* to: Number("int"),
|
|
166
|
-
* },
|
|
211
|
+
* talkRatio: "<ListConversationsFilterNumber>",
|
|
212
|
+
* wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
213
|
+
* interruptions: "<ListConversationsFilterNumber>",
|
|
167
214
|
* patience: { // ListConversationsFilterFloat
|
|
168
215
|
* from: Number("float"),
|
|
169
216
|
* to: Number("float"),
|
|
170
217
|
* },
|
|
171
|
-
* longestMonologue:
|
|
172
|
-
* from: Number("int"),
|
|
173
|
-
* to: Number("int"),
|
|
174
|
-
* },
|
|
218
|
+
* longestMonologue: "<ListConversationsFilterNumber>",
|
|
175
219
|
* longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
176
220
|
* },
|
|
177
221
|
* recorded: true || false,
|
|
@@ -280,6 +324,43 @@ declare const ListConversationsInsightsCommand_base: {
|
|
|
280
324
|
* // },
|
|
281
325
|
* // ],
|
|
282
326
|
* // },
|
|
327
|
+
* // connectTime: {
|
|
328
|
+
* // buckets: [
|
|
329
|
+
* // {
|
|
330
|
+
* // title: "STRING_VALUE", // required
|
|
331
|
+
* // from: Number("int"),
|
|
332
|
+
* // to: Number("int"),
|
|
333
|
+
* // },
|
|
334
|
+
* // ],
|
|
335
|
+
* // },
|
|
336
|
+
* // talkTime: {
|
|
337
|
+
* // buckets: [
|
|
338
|
+
* // {
|
|
339
|
+
* // title: "STRING_VALUE", // required
|
|
340
|
+
* // from: Number("int"),
|
|
341
|
+
* // to: Number("int"),
|
|
342
|
+
* // },
|
|
343
|
+
* // ],
|
|
344
|
+
* // },
|
|
345
|
+
* // waitTime: {
|
|
346
|
+
* // buckets: [
|
|
347
|
+
* // {
|
|
348
|
+
* // title: "STRING_VALUE", // required
|
|
349
|
+
* // from: Number("int"),
|
|
350
|
+
* // to: Number("int"),
|
|
351
|
+
* // },
|
|
352
|
+
* // ],
|
|
353
|
+
* // },
|
|
354
|
+
* // queueTime: {
|
|
355
|
+
* // buckets: [
|
|
356
|
+
* // {
|
|
357
|
+
* // title: "STRING_VALUE", // required
|
|
358
|
+
* // from: Number("int"),
|
|
359
|
+
* // to: Number("int"),
|
|
360
|
+
* // },
|
|
361
|
+
* // ],
|
|
362
|
+
* // },
|
|
363
|
+
* // holdTime: "<AggregationDurationDefinition>",
|
|
283
364
|
* // service: {},
|
|
284
365
|
* // extension: {},
|
|
285
366
|
* // chatbot: {},
|
|
@@ -380,27 +461,32 @@ declare const ListConversationsInsightsCommand_base: {
|
|
|
380
461
|
* // from: Number("int"),
|
|
381
462
|
* // to: Number("int"),
|
|
382
463
|
* // },
|
|
464
|
+
* // connectTime: {
|
|
465
|
+
* // from: Number("int"),
|
|
466
|
+
* // to: Number("int"),
|
|
467
|
+
* // },
|
|
468
|
+
* // talkTime: {
|
|
469
|
+
* // from: Number("int"),
|
|
470
|
+
* // to: Number("int"),
|
|
471
|
+
* // },
|
|
472
|
+
* // waitTime: {
|
|
473
|
+
* // from: Number("int"),
|
|
474
|
+
* // to: Number("int"),
|
|
475
|
+
* // },
|
|
476
|
+
* // queueTime: {
|
|
477
|
+
* // from: Number("int"),
|
|
478
|
+
* // to: Number("int"),
|
|
479
|
+
* // },
|
|
480
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
383
481
|
* // interaction: { // ListConversationsFilterInteraction
|
|
384
|
-
* // talkRatio:
|
|
385
|
-
* //
|
|
386
|
-
* //
|
|
387
|
-
* // },
|
|
388
|
-
* // wordsPerMinute: {
|
|
389
|
-
* // from: Number("int"),
|
|
390
|
-
* // to: Number("int"),
|
|
391
|
-
* // },
|
|
392
|
-
* // interruptions: {
|
|
393
|
-
* // from: Number("int"),
|
|
394
|
-
* // to: Number("int"),
|
|
395
|
-
* // },
|
|
482
|
+
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
483
|
+
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
484
|
+
* // interruptions: "<ListConversationsFilterNumber>",
|
|
396
485
|
* // patience: { // ListConversationsFilterFloat
|
|
397
486
|
* // from: Number("float"),
|
|
398
487
|
* // to: Number("float"),
|
|
399
488
|
* // },
|
|
400
|
-
* // longestMonologue:
|
|
401
|
-
* // from: Number("int"),
|
|
402
|
-
* // to: Number("int"),
|
|
403
|
-
* // },
|
|
489
|
+
* // longestMonologue: "<ListConversationsFilterNumber>",
|
|
404
490
|
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
405
491
|
* // },
|
|
406
492
|
* // recorded: true || false,
|