@wildix/wda-insights-client 4.0.1 → 4.0.3

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.
Files changed (64) hide show
  1. package/dist-cjs/WdaInsightsClient.js +4 -0
  2. package/dist-cjs/runtimeConfig.shared.js +20 -0
  3. package/dist-cjs/schemas/schemas_0.js +4 -4
  4. package/dist-es/WdaInsightsClient.js +4 -0
  5. package/dist-es/runtimeConfig.shared.js +20 -0
  6. package/dist-es/schemas/schemas_0.js +4 -4
  7. package/dist-types/commands/CreateDashboardCommand.d.ts +53 -35
  8. package/dist-types/commands/CreateFilterCommand.d.ts +1 -3
  9. package/dist-types/commands/CreatePlaylistCommand.d.ts +1 -3
  10. package/dist-types/commands/CreateProjectionCommand.d.ts +43 -35
  11. package/dist-types/commands/CreateProjectionsCategoryCommand.d.ts +1 -3
  12. package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -3
  13. package/dist-types/commands/DeleteFilterCommand.d.ts +1 -3
  14. package/dist-types/commands/DeletePlaylistCommand.d.ts +1 -3
  15. package/dist-types/commands/DeletePlaylistItemCommand.d.ts +1 -3
  16. package/dist-types/commands/DeleteProjectionCommand.d.ts +1 -3
  17. package/dist-types/commands/DeleteProjectionsCategoryCommand.d.ts +1 -3
  18. package/dist-types/commands/DisableProjectionCommand.d.ts +22 -19
  19. package/dist-types/commands/EnableProjectionCommand.d.ts +22 -19
  20. package/dist-types/commands/GetAnalysisSettingsCommand.d.ts +22 -19
  21. package/dist-types/commands/GetCallCharacteristicsCommand.d.ts +1 -3
  22. package/dist-types/commands/GetCallInsightsCommand.d.ts +1 -3
  23. package/dist-types/commands/GetCallStateCommand.d.ts +1 -3
  24. package/dist-types/commands/GetCallSummaryCommand.d.ts +1 -3
  25. package/dist-types/commands/GetChatInsightsCommand.d.ts +1 -3
  26. package/dist-types/commands/GetChatStateCommand.d.ts +1 -3
  27. package/dist-types/commands/GetChatSummaryCommand.d.ts +1 -3
  28. package/dist-types/commands/GetConferenceInsightsCommand.d.ts +1 -3
  29. package/dist-types/commands/GetConferenceRecordingPresignedDownloadUrlCommand.d.ts +1 -3
  30. package/dist-types/commands/GetConferenceStateCommand.d.ts +1 -3
  31. package/dist-types/commands/GetConferenceSummaryCommand.d.ts +1 -3
  32. package/dist-types/commands/GetConferenceTimeFramesCommand.d.ts +1 -3
  33. package/dist-types/commands/GetDashboardCommand.d.ts +27 -19
  34. package/dist-types/commands/GetPlaylistCommand.d.ts +1 -3
  35. package/dist-types/commands/GetProjectionCommand.d.ts +22 -19
  36. package/dist-types/commands/ListConversationsAggregationsCommand.d.ts +117 -35
  37. package/dist-types/commands/ListConversationsCommand.d.ts +22 -19
  38. package/dist-types/commands/ListConversationsInsightsAggregationsCommand.d.ts +128 -44
  39. package/dist-types/commands/ListConversationsInsightsCommand.d.ts +117 -35
  40. package/dist-types/commands/ListConversationsNestedAggregationsCommand.d.ts +128 -44
  41. package/dist-types/commands/ListDashboardsCommand.d.ts +27 -19
  42. package/dist-types/commands/ListFiltersCommand.d.ts +1 -3
  43. package/dist-types/commands/ListPinnedDashboardsCommand.d.ts +27 -19
  44. package/dist-types/commands/ListPlaylistItemsCommand.d.ts +1 -3
  45. package/dist-types/commands/ListPlaylistsCommand.d.ts +1 -3
  46. package/dist-types/commands/ListProjectionsCommand.d.ts +22 -19
  47. package/dist-types/commands/ListWatchHistoryCommand.d.ts +1 -3
  48. package/dist-types/commands/PauseProjectionCommand.d.ts +22 -19
  49. package/dist-types/commands/PutAnalysisSettingsCommand.d.ts +43 -35
  50. package/dist-types/commands/PutPlaylistItemCommand.d.ts +1 -3
  51. package/dist-types/commands/QueryConversationsCountCommand.d.ts +22 -19
  52. package/dist-types/commands/ScheduleCallSummaryGenerationCommand.d.ts +1 -3
  53. package/dist-types/commands/ScheduleConferenceSummaryGenerationCommand.d.ts +1 -3
  54. package/dist-types/commands/UpdateDashboardAccessCommand.d.ts +27 -19
  55. package/dist-types/commands/UpdateDashboardCommand.d.ts +53 -35
  56. package/dist-types/commands/UpdateFilterCommand.d.ts +1 -3
  57. package/dist-types/commands/UpdatePinnedDashboardsCommand.d.ts +1 -3
  58. package/dist-types/commands/UpdatePlaylistAccessCommand.d.ts +1 -3
  59. package/dist-types/commands/UpdatePlaylistCommand.d.ts +1 -3
  60. package/dist-types/commands/UpdateProjectionCommand.d.ts +43 -35
  61. package/dist-types/commands/UpdateProjectionsCategoryCommand.d.ts +1 -3
  62. package/dist-types/commands/WatchCommand.d.ts +1 -3
  63. package/dist-types/models/models_0.d.ts +301 -26
  64. package/package.json +2 -2
@@ -24,9 +24,7 @@ export interface ListConversationsInsightsAggregationsCommandOutput extends List
24
24
  declare const ListConversationsInsightsAggregationsCommand_base: {
25
25
  new (input: ListConversationsInsightsAggregationsCommandInput): import("@smithy/core/client").CommandImpl<ListConversationsInsightsAggregationsCommandInput, ListConversationsInsightsAggregationsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (input: ListConversationsInsightsAggregationsCommandInput): import("@smithy/core/client").CommandImpl<ListConversationsInsightsAggregationsCommandInput, ListConversationsInsightsAggregationsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
28
  };
31
29
  /**
32
30
  * Lists nested drill-down data showing relationships between dimensions.
@@ -58,6 +56,43 @@ declare const ListConversationsInsightsAggregationsCommand_base: {
58
56
  * },
59
57
  * ],
60
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>",
61
96
  * service: {},
62
97
  * extension: {},
63
98
  * chatbot: {},
@@ -155,27 +190,32 @@ declare const ListConversationsInsightsAggregationsCommand_base: {
155
190
  * from: Number("int"),
156
191
  * to: Number("int"),
157
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>",
158
210
  * interaction: { // ListConversationsFilterInteraction
159
- * talkRatio: {
160
- * from: Number("int"),
161
- * to: Number("int"),
162
- * },
163
- * wordsPerMinute: {
164
- * from: Number("int"),
165
- * to: Number("int"),
166
- * },
167
- * interruptions: {
168
- * from: Number("int"),
169
- * to: Number("int"),
170
- * },
211
+ * talkRatio: "<ListConversationsFilterNumber>",
212
+ * wordsPerMinute: "<ListConversationsFilterNumber>",
213
+ * interruptions: "<ListConversationsFilterNumber>",
171
214
  * patience: { // ListConversationsFilterFloat
172
215
  * from: Number("float"),
173
216
  * to: Number("float"),
174
217
  * },
175
- * longestMonologue: {
176
- * from: Number("int"),
177
- * to: Number("int"),
178
- * },
218
+ * longestMonologue: "<ListConversationsFilterNumber>",
179
219
  * longestCustomerStory: "<ListConversationsFilterNumber>",
180
220
  * },
181
221
  * recorded: true || false,
@@ -283,6 +323,43 @@ declare const ListConversationsInsightsAggregationsCommand_base: {
283
323
  * // },
284
324
  * // ],
285
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>",
286
363
  * // service: {},
287
364
  * // extension: {},
288
365
  * // chatbot: {},
@@ -384,27 +461,32 @@ declare const ListConversationsInsightsAggregationsCommand_base: {
384
461
  * // from: Number("int"),
385
462
  * // to: Number("int"),
386
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>",
387
481
  * // interaction: { // ListConversationsFilterInteraction
388
- * // talkRatio: {
389
- * // from: Number("int"),
390
- * // to: Number("int"),
391
- * // },
392
- * // wordsPerMinute: {
393
- * // from: Number("int"),
394
- * // to: Number("int"),
395
- * // },
396
- * // interruptions: {
397
- * // from: Number("int"),
398
- * // to: Number("int"),
399
- * // },
482
+ * // talkRatio: "<ListConversationsFilterNumber>",
483
+ * // wordsPerMinute: "<ListConversationsFilterNumber>",
484
+ * // interruptions: "<ListConversationsFilterNumber>",
400
485
  * // patience: { // ListConversationsFilterFloat
401
486
  * // from: Number("float"),
402
487
  * // to: Number("float"),
403
488
  * // },
404
- * // longestMonologue: {
405
- * // from: Number("int"),
406
- * // to: Number("int"),
407
- * // },
489
+ * // longestMonologue: "<ListConversationsFilterNumber>",
408
490
  * // longestCustomerStory: "<ListConversationsFilterNumber>",
409
491
  * // },
410
492
  * // recorded: true || false,
@@ -498,15 +580,12 @@ declare const ListConversationsInsightsAggregationsCommand_base: {
498
580
  * // fieldId: "STRING_VALUE", // required
499
581
  * // },
500
582
  * // direction: "<AggregationNoConfigurationDefinition>",
501
- * // duration: {
502
- * // buckets: [
503
- * // {
504
- * // title: "STRING_VALUE", // required
505
- * // from: Number("int"),
506
- * // to: Number("int"),
507
- * // },
508
- * // ],
509
- * // },
583
+ * // duration: "<AggregationDurationDefinition>",
584
+ * // connectTime: "<AggregationDurationDefinition>",
585
+ * // talkTime: "<AggregationDurationDefinition>",
586
+ * // waitTime: "<AggregationDurationDefinition>",
587
+ * // queueTime: "<AggregationDurationDefinition>",
588
+ * // holdTime: "<AggregationDurationDefinition>",
510
589
  * // service: "<AggregationNoConfigurationDefinition>",
511
590
  * // extension: "<AggregationNoConfigurationDefinition>",
512
591
  * // chatbot: "<AggregationNoConfigurationDefinition>",
@@ -589,6 +668,11 @@ declare const ListConversationsInsightsAggregationsCommand_base: {
589
668
  * // ],
590
669
  * // language: "<ListConversationsFilterKeyword>",
591
670
  * // duration: "<ListConversationsFilterNumber>",
671
+ * // connectTime: "<ListConversationsFilterNumber>",
672
+ * // talkTime: "<ListConversationsFilterNumber>",
673
+ * // waitTime: "<ListConversationsFilterNumber>",
674
+ * // queueTime: "<ListConversationsFilterNumber>",
675
+ * // holdTime: "<ListConversationsFilterNumber>",
592
676
  * // interaction: {
593
677
  * // talkRatio: "<ListConversationsFilterNumber>",
594
678
  * // wordsPerMinute: "<ListConversationsFilterNumber>",
@@ -24,9 +24,7 @@ export interface ListConversationsInsightsCommandOutput extends ListConversation
24
24
  declare const ListConversationsInsightsCommand_base: {
25
25
  new (input: ListConversationsInsightsCommandInput): import("@smithy/core/client").CommandImpl<ListConversationsInsightsCommandInput, ListConversationsInsightsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (...[input]: [] | [ListConversationsInsightsCommandInput]): import("@smithy/core/client").CommandImpl<ListConversationsInsightsCommandInput, ListConversationsInsightsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
28
  };
31
29
  /**
32
30
  * Lists multiple independent insights in parallel.
@@ -58,6 +56,43 @@ declare const ListConversationsInsightsCommand_base: {
58
56
  * },
59
57
  * ],
60
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>",
61
96
  * service: {},
62
97
  * extension: {},
63
98
  * chatbot: {},
@@ -155,27 +190,32 @@ declare const ListConversationsInsightsCommand_base: {
155
190
  * from: Number("int"),
156
191
  * to: Number("int"),
157
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>",
158
210
  * interaction: { // ListConversationsFilterInteraction
159
- * talkRatio: {
160
- * from: Number("int"),
161
- * to: Number("int"),
162
- * },
163
- * wordsPerMinute: {
164
- * from: Number("int"),
165
- * to: Number("int"),
166
- * },
167
- * interruptions: {
168
- * from: Number("int"),
169
- * to: Number("int"),
170
- * },
211
+ * talkRatio: "<ListConversationsFilterNumber>",
212
+ * wordsPerMinute: "<ListConversationsFilterNumber>",
213
+ * interruptions: "<ListConversationsFilterNumber>",
171
214
  * patience: { // ListConversationsFilterFloat
172
215
  * from: Number("float"),
173
216
  * to: Number("float"),
174
217
  * },
175
- * longestMonologue: {
176
- * from: Number("int"),
177
- * to: Number("int"),
178
- * },
218
+ * longestMonologue: "<ListConversationsFilterNumber>",
179
219
  * longestCustomerStory: "<ListConversationsFilterNumber>",
180
220
  * },
181
221
  * recorded: true || false,
@@ -284,6 +324,43 @@ declare const ListConversationsInsightsCommand_base: {
284
324
  * // },
285
325
  * // ],
286
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>",
287
364
  * // service: {},
288
365
  * // extension: {},
289
366
  * // chatbot: {},
@@ -384,27 +461,32 @@ declare const ListConversationsInsightsCommand_base: {
384
461
  * // from: Number("int"),
385
462
  * // to: Number("int"),
386
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>",
387
481
  * // interaction: { // ListConversationsFilterInteraction
388
- * // talkRatio: {
389
- * // from: Number("int"),
390
- * // to: Number("int"),
391
- * // },
392
- * // wordsPerMinute: {
393
- * // from: Number("int"),
394
- * // to: Number("int"),
395
- * // },
396
- * // interruptions: {
397
- * // from: Number("int"),
398
- * // to: Number("int"),
399
- * // },
482
+ * // talkRatio: "<ListConversationsFilterNumber>",
483
+ * // wordsPerMinute: "<ListConversationsFilterNumber>",
484
+ * // interruptions: "<ListConversationsFilterNumber>",
400
485
  * // patience: { // ListConversationsFilterFloat
401
486
  * // from: Number("float"),
402
487
  * // to: Number("float"),
403
488
  * // },
404
- * // longestMonologue: {
405
- * // from: Number("int"),
406
- * // to: Number("int"),
407
- * // },
489
+ * // longestMonologue: "<ListConversationsFilterNumber>",
408
490
  * // longestCustomerStory: "<ListConversationsFilterNumber>",
409
491
  * // },
410
492
  * // recorded: true || false,
@@ -24,9 +24,7 @@ export interface ListConversationsNestedAggregationsCommandOutput extends ListCo
24
24
  declare const ListConversationsNestedAggregationsCommand_base: {
25
25
  new (input: ListConversationsNestedAggregationsCommandInput): import("@smithy/core/client").CommandImpl<ListConversationsNestedAggregationsCommandInput, ListConversationsNestedAggregationsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (input: ListConversationsNestedAggregationsCommandInput): import("@smithy/core/client").CommandImpl<ListConversationsNestedAggregationsCommandInput, ListConversationsNestedAggregationsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
28
  };
31
29
  /**
32
30
  * Lists nested drill-down data showing relationships between dimensions.
@@ -56,6 +54,43 @@ declare const ListConversationsNestedAggregationsCommand_base: {
56
54
  * },
57
55
  * ],
58
56
  * },
57
+ * connectTime: {
58
+ * buckets: [
59
+ * {
60
+ * title: "STRING_VALUE", // required
61
+ * from: Number("int"),
62
+ * to: Number("int"),
63
+ * },
64
+ * ],
65
+ * },
66
+ * talkTime: {
67
+ * buckets: [
68
+ * {
69
+ * title: "STRING_VALUE", // required
70
+ * from: Number("int"),
71
+ * to: Number("int"),
72
+ * },
73
+ * ],
74
+ * },
75
+ * waitTime: {
76
+ * buckets: [
77
+ * {
78
+ * title: "STRING_VALUE", // required
79
+ * from: Number("int"),
80
+ * to: Number("int"),
81
+ * },
82
+ * ],
83
+ * },
84
+ * queueTime: {
85
+ * buckets: [
86
+ * {
87
+ * title: "STRING_VALUE", // required
88
+ * from: Number("int"),
89
+ * to: Number("int"),
90
+ * },
91
+ * ],
92
+ * },
93
+ * holdTime: "<AggregationDurationDefinition>",
59
94
  * service: {},
60
95
  * extension: {},
61
96
  * chatbot: {},
@@ -153,27 +188,32 @@ declare const ListConversationsNestedAggregationsCommand_base: {
153
188
  * from: Number("int"),
154
189
  * to: Number("int"),
155
190
  * },
191
+ * connectTime: {
192
+ * from: Number("int"),
193
+ * to: Number("int"),
194
+ * },
195
+ * talkTime: {
196
+ * from: Number("int"),
197
+ * to: Number("int"),
198
+ * },
199
+ * waitTime: {
200
+ * from: Number("int"),
201
+ * to: Number("int"),
202
+ * },
203
+ * queueTime: {
204
+ * from: Number("int"),
205
+ * to: Number("int"),
206
+ * },
207
+ * holdTime: "<ListConversationsFilterNumber>",
156
208
  * interaction: { // ListConversationsFilterInteraction
157
- * talkRatio: {
158
- * from: Number("int"),
159
- * to: Number("int"),
160
- * },
161
- * wordsPerMinute: {
162
- * from: Number("int"),
163
- * to: Number("int"),
164
- * },
165
- * interruptions: {
166
- * from: Number("int"),
167
- * to: Number("int"),
168
- * },
209
+ * talkRatio: "<ListConversationsFilterNumber>",
210
+ * wordsPerMinute: "<ListConversationsFilterNumber>",
211
+ * interruptions: "<ListConversationsFilterNumber>",
169
212
  * patience: { // ListConversationsFilterFloat
170
213
  * from: Number("float"),
171
214
  * to: Number("float"),
172
215
  * },
173
- * longestMonologue: {
174
- * from: Number("int"),
175
- * to: Number("int"),
176
- * },
216
+ * longestMonologue: "<ListConversationsFilterNumber>",
177
217
  * longestCustomerStory: "<ListConversationsFilterNumber>",
178
218
  * },
179
219
  * recorded: true || false,
@@ -281,6 +321,43 @@ declare const ListConversationsNestedAggregationsCommand_base: {
281
321
  * // },
282
322
  * // ],
283
323
  * // },
324
+ * // connectTime: {
325
+ * // buckets: [
326
+ * // {
327
+ * // title: "STRING_VALUE", // required
328
+ * // from: Number("int"),
329
+ * // to: Number("int"),
330
+ * // },
331
+ * // ],
332
+ * // },
333
+ * // talkTime: {
334
+ * // buckets: [
335
+ * // {
336
+ * // title: "STRING_VALUE", // required
337
+ * // from: Number("int"),
338
+ * // to: Number("int"),
339
+ * // },
340
+ * // ],
341
+ * // },
342
+ * // waitTime: {
343
+ * // buckets: [
344
+ * // {
345
+ * // title: "STRING_VALUE", // required
346
+ * // from: Number("int"),
347
+ * // to: Number("int"),
348
+ * // },
349
+ * // ],
350
+ * // },
351
+ * // queueTime: {
352
+ * // buckets: [
353
+ * // {
354
+ * // title: "STRING_VALUE", // required
355
+ * // from: Number("int"),
356
+ * // to: Number("int"),
357
+ * // },
358
+ * // ],
359
+ * // },
360
+ * // holdTime: "<AggregationDurationDefinition>",
284
361
  * // service: {},
285
362
  * // extension: {},
286
363
  * // chatbot: {},
@@ -382,27 +459,32 @@ declare const ListConversationsNestedAggregationsCommand_base: {
382
459
  * // from: Number("int"),
383
460
  * // to: Number("int"),
384
461
  * // },
462
+ * // connectTime: {
463
+ * // from: Number("int"),
464
+ * // to: Number("int"),
465
+ * // },
466
+ * // talkTime: {
467
+ * // from: Number("int"),
468
+ * // to: Number("int"),
469
+ * // },
470
+ * // waitTime: {
471
+ * // from: Number("int"),
472
+ * // to: Number("int"),
473
+ * // },
474
+ * // queueTime: {
475
+ * // from: Number("int"),
476
+ * // to: Number("int"),
477
+ * // },
478
+ * // holdTime: "<ListConversationsFilterNumber>",
385
479
  * // interaction: { // ListConversationsFilterInteraction
386
- * // talkRatio: {
387
- * // from: Number("int"),
388
- * // to: Number("int"),
389
- * // },
390
- * // wordsPerMinute: {
391
- * // from: Number("int"),
392
- * // to: Number("int"),
393
- * // },
394
- * // interruptions: {
395
- * // from: Number("int"),
396
- * // to: Number("int"),
397
- * // },
480
+ * // talkRatio: "<ListConversationsFilterNumber>",
481
+ * // wordsPerMinute: "<ListConversationsFilterNumber>",
482
+ * // interruptions: "<ListConversationsFilterNumber>",
398
483
  * // patience: { // ListConversationsFilterFloat
399
484
  * // from: Number("float"),
400
485
  * // to: Number("float"),
401
486
  * // },
402
- * // longestMonologue: {
403
- * // from: Number("int"),
404
- * // to: Number("int"),
405
- * // },
487
+ * // longestMonologue: "<ListConversationsFilterNumber>",
406
488
  * // longestCustomerStory: "<ListConversationsFilterNumber>",
407
489
  * // },
408
490
  * // recorded: true || false,
@@ -496,15 +578,12 @@ declare const ListConversationsNestedAggregationsCommand_base: {
496
578
  * // fieldId: "STRING_VALUE", // required
497
579
  * // },
498
580
  * // direction: "<AggregationNoConfigurationDefinition>",
499
- * // duration: {
500
- * // buckets: [
501
- * // {
502
- * // title: "STRING_VALUE", // required
503
- * // from: Number("int"),
504
- * // to: Number("int"),
505
- * // },
506
- * // ],
507
- * // },
581
+ * // duration: "<AggregationDurationDefinition>",
582
+ * // connectTime: "<AggregationDurationDefinition>",
583
+ * // talkTime: "<AggregationDurationDefinition>",
584
+ * // waitTime: "<AggregationDurationDefinition>",
585
+ * // queueTime: "<AggregationDurationDefinition>",
586
+ * // holdTime: "<AggregationDurationDefinition>",
508
587
  * // service: "<AggregationNoConfigurationDefinition>",
509
588
  * // extension: "<AggregationNoConfigurationDefinition>",
510
589
  * // chatbot: "<AggregationNoConfigurationDefinition>",
@@ -587,6 +666,11 @@ declare const ListConversationsNestedAggregationsCommand_base: {
587
666
  * // ],
588
667
  * // language: "<ListConversationsFilterKeyword>",
589
668
  * // duration: "<ListConversationsFilterNumber>",
669
+ * // connectTime: "<ListConversationsFilterNumber>",
670
+ * // talkTime: "<ListConversationsFilterNumber>",
671
+ * // waitTime: "<ListConversationsFilterNumber>",
672
+ * // queueTime: "<ListConversationsFilterNumber>",
673
+ * // holdTime: "<ListConversationsFilterNumber>",
590
674
  * // interaction: {
591
675
  * // talkRatio: "<ListConversationsFilterNumber>",
592
676
  * // wordsPerMinute: "<ListConversationsFilterNumber>",