@wildix/wda-insights-client 1.1.19 → 1.1.25
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/models/models_0.js +9 -0
- package/dist-cjs/protocols/Aws_restJson1.js +8 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/protocols/Aws_restJson1.js +8 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +66 -10
- package/dist-types/commands/GetDashboardCommand.d.ts +33 -5
- package/dist-types/commands/ListConversationsAggregationsCommand.d.ts +46 -14
- package/dist-types/commands/ListConversationsCommand.d.ts +26 -6
- package/dist-types/commands/ListConversationsInsightsAggregationsCommand.d.ts +62 -14
- package/dist-types/commands/ListConversationsInsightsCommand.d.ts +46 -14
- package/dist-types/commands/ListConversationsNestedAggregationsCommand.d.ts +62 -14
- package/dist-types/commands/ListDashboardsCommand.d.ts +33 -5
- package/dist-types/commands/ListPinnedDashboardsCommand.d.ts +33 -5
- package/dist-types/commands/ListPlaylistItemsCommand.d.ts +7 -1
- package/dist-types/commands/ListWatchHistoryCommand.d.ts +7 -1
- package/dist-types/commands/QueryConversationsCountCommand.d.ts +19 -5
- package/dist-types/commands/UpdateDashboardAccessCommand.d.ts +33 -5
- package/dist-types/commands/UpdateDashboardCommand.d.ts +66 -10
- package/dist-types/models/models_0.d.ts +185 -2
- package/dist-types/runtimeConfig.browser.d.ts +6 -1
- package/dist-types/runtimeConfig.d.ts +6 -1
- package/dist-types/runtimeConfig.native.d.ts +6 -1
- package/package.json +1 -1
|
@@ -107,6 +107,7 @@ exports.License = {
|
|
|
107
107
|
};
|
|
108
108
|
exports.CallFlowTranscriptionStatus = {
|
|
109
109
|
AVAILABLE: "AVAILABLE",
|
|
110
|
+
POST_TRANSCRIPTION: "POST_TRANSCRIPTION",
|
|
110
111
|
UNAVAILABLE: "UNAVAILABLE",
|
|
111
112
|
};
|
|
112
113
|
exports.RecordType = {
|
|
@@ -202,6 +203,10 @@ var AggregationDefinition;
|
|
|
202
203
|
return visitor.service(value.service);
|
|
203
204
|
if (value.extension !== undefined)
|
|
204
205
|
return visitor.extension(value.extension);
|
|
206
|
+
if (value.chatbot !== undefined)
|
|
207
|
+
return visitor.chatbot(value.chatbot);
|
|
208
|
+
if (value.voicebot !== undefined)
|
|
209
|
+
return visitor.voicebot(value.voicebot);
|
|
205
210
|
if (value.group !== undefined)
|
|
206
211
|
return visitor.group(value.group);
|
|
207
212
|
if (value.department !== undefined)
|
|
@@ -246,6 +251,10 @@ var ListConversationsFilterField;
|
|
|
246
251
|
return visitor.group(value.group);
|
|
247
252
|
if (value.department !== undefined)
|
|
248
253
|
return visitor.department(value.department);
|
|
254
|
+
if (value.chatbot !== undefined)
|
|
255
|
+
return visitor.chatbot(value.chatbot);
|
|
256
|
+
if (value.voicebot !== undefined)
|
|
257
|
+
return visitor.voicebot(value.voicebot);
|
|
249
258
|
if (value.tag !== undefined)
|
|
250
259
|
return visitor.tag(value.tag);
|
|
251
260
|
if (value.pbx !== undefined)
|
|
@@ -1933,13 +1933,16 @@ const se_ListConversationsFilter = (input, context) => {
|
|
|
1933
1933
|
return (0, smithy_client_1.take)(input, {
|
|
1934
1934
|
'absent': smithy_client_1._json,
|
|
1935
1935
|
'channel': smithy_client_1._json,
|
|
1936
|
+
'chatbots': smithy_client_1._json,
|
|
1936
1937
|
'country': smithy_client_1._json,
|
|
1937
1938
|
'date': smithy_client_1._json,
|
|
1939
|
+
'dayOfWeek': smithy_client_1._json,
|
|
1938
1940
|
'department': smithy_client_1._json,
|
|
1939
1941
|
'direction': smithy_client_1._json,
|
|
1940
1942
|
'duration': smithy_client_1._json,
|
|
1941
1943
|
'entity': smithy_client_1._json,
|
|
1942
1944
|
'group': smithy_client_1._json,
|
|
1945
|
+
'hourOfDay': smithy_client_1._json,
|
|
1943
1946
|
'id': smithy_client_1._json,
|
|
1944
1947
|
'insights': smithy_client_1._json,
|
|
1945
1948
|
'interaction': _ => se_ListConversationsFilterInteraction(_, context),
|
|
@@ -1957,6 +1960,7 @@ const se_ListConversationsFilter = (input, context) => {
|
|
|
1957
1960
|
'tag': smithy_client_1._json,
|
|
1958
1961
|
'transcribed': [],
|
|
1959
1962
|
'trunk': smithy_client_1._json,
|
|
1963
|
+
'voicebots': smithy_client_1._json,
|
|
1960
1964
|
});
|
|
1961
1965
|
};
|
|
1962
1966
|
const se_ListConversationsFilterFloat = (input, context) => {
|
|
@@ -2163,13 +2167,16 @@ const de_ListConversationsFilter = (output, context) => {
|
|
|
2163
2167
|
return (0, smithy_client_1.take)(output, {
|
|
2164
2168
|
'absent': smithy_client_1._json,
|
|
2165
2169
|
'channel': smithy_client_1._json,
|
|
2170
|
+
'chatbots': smithy_client_1._json,
|
|
2166
2171
|
'country': smithy_client_1._json,
|
|
2167
2172
|
'date': (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
|
|
2173
|
+
'dayOfWeek': smithy_client_1._json,
|
|
2168
2174
|
'department': smithy_client_1._json,
|
|
2169
2175
|
'direction': smithy_client_1._json,
|
|
2170
2176
|
'duration': smithy_client_1._json,
|
|
2171
2177
|
'entity': smithy_client_1._json,
|
|
2172
2178
|
'group': smithy_client_1._json,
|
|
2179
|
+
'hourOfDay': smithy_client_1._json,
|
|
2173
2180
|
'id': smithy_client_1._json,
|
|
2174
2181
|
'insights': smithy_client_1._json,
|
|
2175
2182
|
'interaction': (_) => de_ListConversationsFilterInteraction(_, context),
|
|
@@ -2187,6 +2194,7 @@ const de_ListConversationsFilter = (output, context) => {
|
|
|
2187
2194
|
'tag': smithy_client_1._json,
|
|
2188
2195
|
'transcribed': smithy_client_1.expectBoolean,
|
|
2189
2196
|
'trunk': smithy_client_1._json,
|
|
2197
|
+
'voicebots': smithy_client_1._json,
|
|
2190
2198
|
});
|
|
2191
2199
|
};
|
|
2192
2200
|
const de_ListConversationsFilterFloat = (output, context) => {
|
|
@@ -100,6 +100,7 @@ export const License = {
|
|
|
100
100
|
};
|
|
101
101
|
export const CallFlowTranscriptionStatus = {
|
|
102
102
|
AVAILABLE: "AVAILABLE",
|
|
103
|
+
POST_TRANSCRIPTION: "POST_TRANSCRIPTION",
|
|
103
104
|
UNAVAILABLE: "UNAVAILABLE",
|
|
104
105
|
};
|
|
105
106
|
export const RecordType = {
|
|
@@ -195,6 +196,10 @@ export var AggregationDefinition;
|
|
|
195
196
|
return visitor.service(value.service);
|
|
196
197
|
if (value.extension !== undefined)
|
|
197
198
|
return visitor.extension(value.extension);
|
|
199
|
+
if (value.chatbot !== undefined)
|
|
200
|
+
return visitor.chatbot(value.chatbot);
|
|
201
|
+
if (value.voicebot !== undefined)
|
|
202
|
+
return visitor.voicebot(value.voicebot);
|
|
198
203
|
if (value.group !== undefined)
|
|
199
204
|
return visitor.group(value.group);
|
|
200
205
|
if (value.department !== undefined)
|
|
@@ -239,6 +244,10 @@ export var ListConversationsFilterField;
|
|
|
239
244
|
return visitor.group(value.group);
|
|
240
245
|
if (value.department !== undefined)
|
|
241
246
|
return visitor.department(value.department);
|
|
247
|
+
if (value.chatbot !== undefined)
|
|
248
|
+
return visitor.chatbot(value.chatbot);
|
|
249
|
+
if (value.voicebot !== undefined)
|
|
250
|
+
return visitor.voicebot(value.voicebot);
|
|
242
251
|
if (value.tag !== undefined)
|
|
243
252
|
return visitor.tag(value.tag);
|
|
244
253
|
if (value.pbx !== undefined)
|
|
@@ -1820,13 +1820,16 @@ const se_ListConversationsFilter = (input, context) => {
|
|
|
1820
1820
|
return take(input, {
|
|
1821
1821
|
'absent': _json,
|
|
1822
1822
|
'channel': _json,
|
|
1823
|
+
'chatbots': _json,
|
|
1823
1824
|
'country': _json,
|
|
1824
1825
|
'date': _json,
|
|
1826
|
+
'dayOfWeek': _json,
|
|
1825
1827
|
'department': _json,
|
|
1826
1828
|
'direction': _json,
|
|
1827
1829
|
'duration': _json,
|
|
1828
1830
|
'entity': _json,
|
|
1829
1831
|
'group': _json,
|
|
1832
|
+
'hourOfDay': _json,
|
|
1830
1833
|
'id': _json,
|
|
1831
1834
|
'insights': _json,
|
|
1832
1835
|
'interaction': _ => se_ListConversationsFilterInteraction(_, context),
|
|
@@ -1844,6 +1847,7 @@ const se_ListConversationsFilter = (input, context) => {
|
|
|
1844
1847
|
'tag': _json,
|
|
1845
1848
|
'transcribed': [],
|
|
1846
1849
|
'trunk': _json,
|
|
1850
|
+
'voicebots': _json,
|
|
1847
1851
|
});
|
|
1848
1852
|
};
|
|
1849
1853
|
const se_ListConversationsFilterFloat = (input, context) => {
|
|
@@ -2050,13 +2054,16 @@ const de_ListConversationsFilter = (output, context) => {
|
|
|
2050
2054
|
return take(output, {
|
|
2051
2055
|
'absent': _json,
|
|
2052
2056
|
'channel': _json,
|
|
2057
|
+
'chatbots': _json,
|
|
2053
2058
|
'country': _json,
|
|
2054
2059
|
'date': (_) => _json(__expectUnion(_)),
|
|
2060
|
+
'dayOfWeek': _json,
|
|
2055
2061
|
'department': _json,
|
|
2056
2062
|
'direction': _json,
|
|
2057
2063
|
'duration': _json,
|
|
2058
2064
|
'entity': _json,
|
|
2059
2065
|
'group': _json,
|
|
2066
|
+
'hourOfDay': _json,
|
|
2060
2067
|
'id': _json,
|
|
2061
2068
|
'insights': _json,
|
|
2062
2069
|
'interaction': (_) => de_ListConversationsFilterInteraction(_, context),
|
|
@@ -2074,6 +2081,7 @@ const de_ListConversationsFilter = (output, context) => {
|
|
|
2074
2081
|
'tag': _json,
|
|
2075
2082
|
'transcribed': __expectBoolean,
|
|
2076
2083
|
'trunk': _json,
|
|
2084
|
+
'voicebots': _json,
|
|
2077
2085
|
});
|
|
2078
2086
|
};
|
|
2079
2087
|
const de_ListConversationsFilterFloat = (output, context) => {
|
|
@@ -107,21 +107,23 @@ declare const CreateDashboardCommand_base: {
|
|
|
107
107
|
* extension: "STRING_VALUE",
|
|
108
108
|
* },
|
|
109
109
|
* ],
|
|
110
|
-
*
|
|
110
|
+
* chatbots: [ // ListConversationsFilterKeyword
|
|
111
111
|
* "STRING_VALUE",
|
|
112
112
|
* ],
|
|
113
|
-
*
|
|
113
|
+
* voicebots: [
|
|
114
114
|
* "STRING_VALUE",
|
|
115
115
|
* ],
|
|
116
|
-
*
|
|
116
|
+
* service: [
|
|
117
117
|
* "STRING_VALUE",
|
|
118
118
|
* ],
|
|
119
|
-
*
|
|
119
|
+
* group: [
|
|
120
120
|
* "STRING_VALUE",
|
|
121
121
|
* ],
|
|
122
|
-
*
|
|
122
|
+
* department: [
|
|
123
123
|
* "STRING_VALUE",
|
|
124
124
|
* ],
|
|
125
|
+
* tag: "<ListConversationsFilterKeyword>",
|
|
126
|
+
* pbx: "<ListConversationsFilterKeyword>",
|
|
125
127
|
* trunk: "<ListConversationsFilterKeyword>",
|
|
126
128
|
* queue: "<ListConversationsFilterKeyword>",
|
|
127
129
|
* country: "<ListConversationsFilterKeyword>",
|
|
@@ -190,12 +192,22 @@ declare const CreateDashboardCommand_base: {
|
|
|
190
192
|
* timeZone: "STRING_VALUE",
|
|
191
193
|
* },
|
|
192
194
|
* },
|
|
195
|
+
* dayOfWeek: { // ListConversationsFilterDateIndex
|
|
196
|
+
* index: Number("int"),
|
|
197
|
+
* timeZone: "STRING_VALUE",
|
|
198
|
+
* },
|
|
199
|
+
* hourOfDay: {
|
|
200
|
+
* index: Number("int"),
|
|
201
|
+
* timeZone: "STRING_VALUE",
|
|
202
|
+
* },
|
|
193
203
|
* present: [ // ListConversationsFilterFieldsList
|
|
194
204
|
* { // ListConversationsFilterField Union: only one key present
|
|
195
205
|
* direction: true || false,
|
|
196
206
|
* service: true || false,
|
|
197
207
|
* group: true || false,
|
|
198
208
|
* department: true || false,
|
|
209
|
+
* chatbot: true || false,
|
|
210
|
+
* voicebot: true || false,
|
|
199
211
|
* tag: true || false,
|
|
200
212
|
* pbx: true || false,
|
|
201
213
|
* trunk: true || false,
|
|
@@ -215,6 +227,8 @@ declare const CreateDashboardCommand_base: {
|
|
|
215
227
|
* service: true || false,
|
|
216
228
|
* group: true || false,
|
|
217
229
|
* department: true || false,
|
|
230
|
+
* chatbot: true || false,
|
|
231
|
+
* voicebot: true || false,
|
|
218
232
|
* tag: true || false,
|
|
219
233
|
* pbx: true || false,
|
|
220
234
|
* trunk: true || false,
|
|
@@ -266,6 +280,8 @@ declare const CreateDashboardCommand_base: {
|
|
|
266
280
|
* },
|
|
267
281
|
* ],
|
|
268
282
|
* participantsToExclude: "<ListConversationsFilterParticipantList>",
|
|
283
|
+
* chatbots: "<ListConversationsFilterKeyword>",
|
|
284
|
+
* voicebots: "<ListConversationsFilterKeyword>",
|
|
269
285
|
* service: "<ListConversationsFilterKeyword>",
|
|
270
286
|
* group: "<ListConversationsFilterKeyword>",
|
|
271
287
|
* department: "<ListConversationsFilterKeyword>",
|
|
@@ -324,12 +340,22 @@ declare const CreateDashboardCommand_base: {
|
|
|
324
340
|
* timeZone: "STRING_VALUE",
|
|
325
341
|
* },
|
|
326
342
|
* },
|
|
343
|
+
* dayOfWeek: {
|
|
344
|
+
* index: Number("int"),
|
|
345
|
+
* timeZone: "STRING_VALUE",
|
|
346
|
+
* },
|
|
347
|
+
* hourOfDay: {
|
|
348
|
+
* index: Number("int"),
|
|
349
|
+
* timeZone: "STRING_VALUE",
|
|
350
|
+
* },
|
|
327
351
|
* present: [
|
|
328
352
|
* {// Union: only one key present
|
|
329
353
|
* direction: true || false,
|
|
330
354
|
* service: true || false,
|
|
331
355
|
* group: true || false,
|
|
332
356
|
* department: true || false,
|
|
357
|
+
* chatbot: true || false,
|
|
358
|
+
* voicebot: true || false,
|
|
333
359
|
* tag: true || false,
|
|
334
360
|
* pbx: true || false,
|
|
335
361
|
* trunk: true || false,
|
|
@@ -349,6 +375,8 @@ declare const CreateDashboardCommand_base: {
|
|
|
349
375
|
* service: true || false,
|
|
350
376
|
* group: true || false,
|
|
351
377
|
* department: true || false,
|
|
378
|
+
* chatbot: true || false,
|
|
379
|
+
* voicebot: true || false,
|
|
352
380
|
* tag: true || false,
|
|
353
381
|
* pbx: true || false,
|
|
354
382
|
* trunk: true || false,
|
|
@@ -452,21 +480,23 @@ declare const CreateDashboardCommand_base: {
|
|
|
452
480
|
* // extension: "STRING_VALUE",
|
|
453
481
|
* // },
|
|
454
482
|
* // ],
|
|
455
|
-
* //
|
|
483
|
+
* // chatbots: [ // ListConversationsFilterKeyword
|
|
456
484
|
* // "STRING_VALUE",
|
|
457
485
|
* // ],
|
|
458
|
-
* //
|
|
486
|
+
* // voicebots: [
|
|
459
487
|
* // "STRING_VALUE",
|
|
460
488
|
* // ],
|
|
461
|
-
* //
|
|
489
|
+
* // service: [
|
|
462
490
|
* // "STRING_VALUE",
|
|
463
491
|
* // ],
|
|
464
|
-
* //
|
|
492
|
+
* // group: [
|
|
465
493
|
* // "STRING_VALUE",
|
|
466
494
|
* // ],
|
|
467
|
-
* //
|
|
495
|
+
* // department: [
|
|
468
496
|
* // "STRING_VALUE",
|
|
469
497
|
* // ],
|
|
498
|
+
* // tag: "<ListConversationsFilterKeyword>",
|
|
499
|
+
* // pbx: "<ListConversationsFilterKeyword>",
|
|
470
500
|
* // trunk: "<ListConversationsFilterKeyword>",
|
|
471
501
|
* // queue: "<ListConversationsFilterKeyword>",
|
|
472
502
|
* // country: "<ListConversationsFilterKeyword>",
|
|
@@ -535,12 +565,22 @@ declare const CreateDashboardCommand_base: {
|
|
|
535
565
|
* // timeZone: "STRING_VALUE",
|
|
536
566
|
* // },
|
|
537
567
|
* // },
|
|
568
|
+
* // dayOfWeek: { // ListConversationsFilterDateIndex
|
|
569
|
+
* // index: Number("int"),
|
|
570
|
+
* // timeZone: "STRING_VALUE",
|
|
571
|
+
* // },
|
|
572
|
+
* // hourOfDay: {
|
|
573
|
+
* // index: Number("int"),
|
|
574
|
+
* // timeZone: "STRING_VALUE",
|
|
575
|
+
* // },
|
|
538
576
|
* // present: [ // ListConversationsFilterFieldsList
|
|
539
577
|
* // { // ListConversationsFilterField Union: only one key present
|
|
540
578
|
* // direction: true || false,
|
|
541
579
|
* // service: true || false,
|
|
542
580
|
* // group: true || false,
|
|
543
581
|
* // department: true || false,
|
|
582
|
+
* // chatbot: true || false,
|
|
583
|
+
* // voicebot: true || false,
|
|
544
584
|
* // tag: true || false,
|
|
545
585
|
* // pbx: true || false,
|
|
546
586
|
* // trunk: true || false,
|
|
@@ -560,6 +600,8 @@ declare const CreateDashboardCommand_base: {
|
|
|
560
600
|
* // service: true || false,
|
|
561
601
|
* // group: true || false,
|
|
562
602
|
* // department: true || false,
|
|
603
|
+
* // chatbot: true || false,
|
|
604
|
+
* // voicebot: true || false,
|
|
563
605
|
* // tag: true || false,
|
|
564
606
|
* // pbx: true || false,
|
|
565
607
|
* // trunk: true || false,
|
|
@@ -611,6 +653,8 @@ declare const CreateDashboardCommand_base: {
|
|
|
611
653
|
* // },
|
|
612
654
|
* // ],
|
|
613
655
|
* // participantsToExclude: "<ListConversationsFilterParticipantList>",
|
|
656
|
+
* // chatbots: "<ListConversationsFilterKeyword>",
|
|
657
|
+
* // voicebots: "<ListConversationsFilterKeyword>",
|
|
614
658
|
* // service: "<ListConversationsFilterKeyword>",
|
|
615
659
|
* // group: "<ListConversationsFilterKeyword>",
|
|
616
660
|
* // department: "<ListConversationsFilterKeyword>",
|
|
@@ -669,12 +713,22 @@ declare const CreateDashboardCommand_base: {
|
|
|
669
713
|
* // timeZone: "STRING_VALUE",
|
|
670
714
|
* // },
|
|
671
715
|
* // },
|
|
716
|
+
* // dayOfWeek: {
|
|
717
|
+
* // index: Number("int"),
|
|
718
|
+
* // timeZone: "STRING_VALUE",
|
|
719
|
+
* // },
|
|
720
|
+
* // hourOfDay: {
|
|
721
|
+
* // index: Number("int"),
|
|
722
|
+
* // timeZone: "STRING_VALUE",
|
|
723
|
+
* // },
|
|
672
724
|
* // present: [
|
|
673
725
|
* // {// Union: only one key present
|
|
674
726
|
* // direction: true || false,
|
|
675
727
|
* // service: true || false,
|
|
676
728
|
* // group: true || false,
|
|
677
729
|
* // department: true || false,
|
|
730
|
+
* // chatbot: true || false,
|
|
731
|
+
* // voicebot: true || false,
|
|
678
732
|
* // tag: true || false,
|
|
679
733
|
* // pbx: true || false,
|
|
680
734
|
* // trunk: true || false,
|
|
@@ -694,6 +748,8 @@ declare const CreateDashboardCommand_base: {
|
|
|
694
748
|
* // service: true || false,
|
|
695
749
|
* // group: true || false,
|
|
696
750
|
* // department: true || false,
|
|
751
|
+
* // chatbot: true || false,
|
|
752
|
+
* // voicebot: true || false,
|
|
697
753
|
* // tag: true || false,
|
|
698
754
|
* // pbx: true || false,
|
|
699
755
|
* // trunk: true || false,
|
|
@@ -123,21 +123,23 @@ declare const GetDashboardCommand_base: {
|
|
|
123
123
|
* // extension: "STRING_VALUE",
|
|
124
124
|
* // },
|
|
125
125
|
* // ],
|
|
126
|
-
* //
|
|
126
|
+
* // chatbots: [ // ListConversationsFilterKeyword
|
|
127
127
|
* // "STRING_VALUE",
|
|
128
128
|
* // ],
|
|
129
|
-
* //
|
|
129
|
+
* // voicebots: [
|
|
130
130
|
* // "STRING_VALUE",
|
|
131
131
|
* // ],
|
|
132
|
-
* //
|
|
132
|
+
* // service: [
|
|
133
133
|
* // "STRING_VALUE",
|
|
134
134
|
* // ],
|
|
135
|
-
* //
|
|
135
|
+
* // group: [
|
|
136
136
|
* // "STRING_VALUE",
|
|
137
137
|
* // ],
|
|
138
|
-
* //
|
|
138
|
+
* // department: [
|
|
139
139
|
* // "STRING_VALUE",
|
|
140
140
|
* // ],
|
|
141
|
+
* // tag: "<ListConversationsFilterKeyword>",
|
|
142
|
+
* // pbx: "<ListConversationsFilterKeyword>",
|
|
141
143
|
* // trunk: "<ListConversationsFilterKeyword>",
|
|
142
144
|
* // queue: "<ListConversationsFilterKeyword>",
|
|
143
145
|
* // country: "<ListConversationsFilterKeyword>",
|
|
@@ -206,12 +208,22 @@ declare const GetDashboardCommand_base: {
|
|
|
206
208
|
* // timeZone: "STRING_VALUE",
|
|
207
209
|
* // },
|
|
208
210
|
* // },
|
|
211
|
+
* // dayOfWeek: { // ListConversationsFilterDateIndex
|
|
212
|
+
* // index: Number("int"),
|
|
213
|
+
* // timeZone: "STRING_VALUE",
|
|
214
|
+
* // },
|
|
215
|
+
* // hourOfDay: {
|
|
216
|
+
* // index: Number("int"),
|
|
217
|
+
* // timeZone: "STRING_VALUE",
|
|
218
|
+
* // },
|
|
209
219
|
* // present: [ // ListConversationsFilterFieldsList
|
|
210
220
|
* // { // ListConversationsFilterField Union: only one key present
|
|
211
221
|
* // direction: true || false,
|
|
212
222
|
* // service: true || false,
|
|
213
223
|
* // group: true || false,
|
|
214
224
|
* // department: true || false,
|
|
225
|
+
* // chatbot: true || false,
|
|
226
|
+
* // voicebot: true || false,
|
|
215
227
|
* // tag: true || false,
|
|
216
228
|
* // pbx: true || false,
|
|
217
229
|
* // trunk: true || false,
|
|
@@ -231,6 +243,8 @@ declare const GetDashboardCommand_base: {
|
|
|
231
243
|
* // service: true || false,
|
|
232
244
|
* // group: true || false,
|
|
233
245
|
* // department: true || false,
|
|
246
|
+
* // chatbot: true || false,
|
|
247
|
+
* // voicebot: true || false,
|
|
234
248
|
* // tag: true || false,
|
|
235
249
|
* // pbx: true || false,
|
|
236
250
|
* // trunk: true || false,
|
|
@@ -282,6 +296,8 @@ declare const GetDashboardCommand_base: {
|
|
|
282
296
|
* // },
|
|
283
297
|
* // ],
|
|
284
298
|
* // participantsToExclude: "<ListConversationsFilterParticipantList>",
|
|
299
|
+
* // chatbots: "<ListConversationsFilterKeyword>",
|
|
300
|
+
* // voicebots: "<ListConversationsFilterKeyword>",
|
|
285
301
|
* // service: "<ListConversationsFilterKeyword>",
|
|
286
302
|
* // group: "<ListConversationsFilterKeyword>",
|
|
287
303
|
* // department: "<ListConversationsFilterKeyword>",
|
|
@@ -340,12 +356,22 @@ declare const GetDashboardCommand_base: {
|
|
|
340
356
|
* // timeZone: "STRING_VALUE",
|
|
341
357
|
* // },
|
|
342
358
|
* // },
|
|
359
|
+
* // dayOfWeek: {
|
|
360
|
+
* // index: Number("int"),
|
|
361
|
+
* // timeZone: "STRING_VALUE",
|
|
362
|
+
* // },
|
|
363
|
+
* // hourOfDay: {
|
|
364
|
+
* // index: Number("int"),
|
|
365
|
+
* // timeZone: "STRING_VALUE",
|
|
366
|
+
* // },
|
|
343
367
|
* // present: [
|
|
344
368
|
* // {// Union: only one key present
|
|
345
369
|
* // direction: true || false,
|
|
346
370
|
* // service: true || false,
|
|
347
371
|
* // group: true || false,
|
|
348
372
|
* // department: true || false,
|
|
373
|
+
* // chatbot: true || false,
|
|
374
|
+
* // voicebot: true || false,
|
|
349
375
|
* // tag: true || false,
|
|
350
376
|
* // pbx: true || false,
|
|
351
377
|
* // trunk: true || false,
|
|
@@ -365,6 +391,8 @@ declare const GetDashboardCommand_base: {
|
|
|
365
391
|
* // service: true || false,
|
|
366
392
|
* // group: true || false,
|
|
367
393
|
* // department: true || false,
|
|
394
|
+
* // chatbot: true || false,
|
|
395
|
+
* // voicebot: true || false,
|
|
368
396
|
* // tag: true || false,
|
|
369
397
|
* // pbx: true || false,
|
|
370
398
|
* // trunk: true || false,
|
|
@@ -54,8 +54,10 @@ declare const ListConversationsAggregationsCommand_base: {
|
|
|
54
54
|
* },
|
|
55
55
|
* service: {},
|
|
56
56
|
* extension: {},
|
|
57
|
-
*
|
|
58
|
-
*
|
|
57
|
+
* chatbot: {},
|
|
58
|
+
* voicebot: {},
|
|
59
|
+
* group: "<AggregationNoConfigurationDefinition>",
|
|
60
|
+
* department: "<AggregationNoConfigurationDefinition>",
|
|
59
61
|
* tag: "<AggregationNoConfigurationDefinition>",
|
|
60
62
|
* pbx: "<AggregationNoConfigurationDefinition>",
|
|
61
63
|
* trunk: "<AggregationNoConfigurationDefinition>",
|
|
@@ -118,21 +120,23 @@ declare const ListConversationsAggregationsCommand_base: {
|
|
|
118
120
|
* extension: "STRING_VALUE",
|
|
119
121
|
* },
|
|
120
122
|
* ],
|
|
121
|
-
*
|
|
123
|
+
* chatbots: [ // ListConversationsFilterKeyword
|
|
122
124
|
* "STRING_VALUE",
|
|
123
125
|
* ],
|
|
124
|
-
*
|
|
126
|
+
* voicebots: [
|
|
125
127
|
* "STRING_VALUE",
|
|
126
128
|
* ],
|
|
127
|
-
*
|
|
129
|
+
* service: [
|
|
128
130
|
* "STRING_VALUE",
|
|
129
131
|
* ],
|
|
130
|
-
*
|
|
132
|
+
* group: [
|
|
131
133
|
* "STRING_VALUE",
|
|
132
134
|
* ],
|
|
133
|
-
*
|
|
135
|
+
* department: [
|
|
134
136
|
* "STRING_VALUE",
|
|
135
137
|
* ],
|
|
138
|
+
* tag: "<ListConversationsFilterKeyword>",
|
|
139
|
+
* pbx: "<ListConversationsFilterKeyword>",
|
|
136
140
|
* trunk: "<ListConversationsFilterKeyword>",
|
|
137
141
|
* queue: "<ListConversationsFilterKeyword>",
|
|
138
142
|
* country: "<ListConversationsFilterKeyword>",
|
|
@@ -201,12 +205,22 @@ declare const ListConversationsAggregationsCommand_base: {
|
|
|
201
205
|
* timeZone: "STRING_VALUE",
|
|
202
206
|
* },
|
|
203
207
|
* },
|
|
208
|
+
* dayOfWeek: { // ListConversationsFilterDateIndex
|
|
209
|
+
* index: Number("int"),
|
|
210
|
+
* timeZone: "STRING_VALUE",
|
|
211
|
+
* },
|
|
212
|
+
* hourOfDay: {
|
|
213
|
+
* index: Number("int"),
|
|
214
|
+
* timeZone: "STRING_VALUE",
|
|
215
|
+
* },
|
|
204
216
|
* present: [ // ListConversationsFilterFieldsList
|
|
205
217
|
* { // ListConversationsFilterField Union: only one key present
|
|
206
218
|
* direction: true || false,
|
|
207
219
|
* service: true || false,
|
|
208
220
|
* group: true || false,
|
|
209
221
|
* department: true || false,
|
|
222
|
+
* chatbot: true || false,
|
|
223
|
+
* voicebot: true || false,
|
|
210
224
|
* tag: true || false,
|
|
211
225
|
* pbx: true || false,
|
|
212
226
|
* trunk: true || false,
|
|
@@ -226,6 +240,8 @@ declare const ListConversationsAggregationsCommand_base: {
|
|
|
226
240
|
* service: true || false,
|
|
227
241
|
* group: true || false,
|
|
228
242
|
* department: true || false,
|
|
243
|
+
* chatbot: true || false,
|
|
244
|
+
* voicebot: true || false,
|
|
229
245
|
* tag: true || false,
|
|
230
246
|
* pbx: true || false,
|
|
231
247
|
* trunk: true || false,
|
|
@@ -264,8 +280,10 @@ declare const ListConversationsAggregationsCommand_base: {
|
|
|
264
280
|
* // },
|
|
265
281
|
* // service: {},
|
|
266
282
|
* // extension: {},
|
|
267
|
-
* //
|
|
268
|
-
* //
|
|
283
|
+
* // chatbot: {},
|
|
284
|
+
* // voicebot: {},
|
|
285
|
+
* // group: "<AggregationNoConfigurationDefinition>",
|
|
286
|
+
* // department: "<AggregationNoConfigurationDefinition>",
|
|
269
287
|
* // tag: "<AggregationNoConfigurationDefinition>",
|
|
270
288
|
* // pbx: "<AggregationNoConfigurationDefinition>",
|
|
271
289
|
* // trunk: "<AggregationNoConfigurationDefinition>",
|
|
@@ -332,21 +350,23 @@ declare const ListConversationsAggregationsCommand_base: {
|
|
|
332
350
|
* // extension: "STRING_VALUE",
|
|
333
351
|
* // },
|
|
334
352
|
* // ],
|
|
335
|
-
* //
|
|
353
|
+
* // chatbots: [ // ListConversationsFilterKeyword
|
|
336
354
|
* // "STRING_VALUE",
|
|
337
355
|
* // ],
|
|
338
|
-
* //
|
|
356
|
+
* // voicebots: [
|
|
339
357
|
* // "STRING_VALUE",
|
|
340
358
|
* // ],
|
|
341
|
-
* //
|
|
359
|
+
* // service: [
|
|
342
360
|
* // "STRING_VALUE",
|
|
343
361
|
* // ],
|
|
344
|
-
* //
|
|
362
|
+
* // group: [
|
|
345
363
|
* // "STRING_VALUE",
|
|
346
364
|
* // ],
|
|
347
|
-
* //
|
|
365
|
+
* // department: [
|
|
348
366
|
* // "STRING_VALUE",
|
|
349
367
|
* // ],
|
|
368
|
+
* // tag: "<ListConversationsFilterKeyword>",
|
|
369
|
+
* // pbx: "<ListConversationsFilterKeyword>",
|
|
350
370
|
* // trunk: "<ListConversationsFilterKeyword>",
|
|
351
371
|
* // queue: "<ListConversationsFilterKeyword>",
|
|
352
372
|
* // country: "<ListConversationsFilterKeyword>",
|
|
@@ -415,12 +435,22 @@ declare const ListConversationsAggregationsCommand_base: {
|
|
|
415
435
|
* // timeZone: "STRING_VALUE",
|
|
416
436
|
* // },
|
|
417
437
|
* // },
|
|
438
|
+
* // dayOfWeek: { // ListConversationsFilterDateIndex
|
|
439
|
+
* // index: Number("int"),
|
|
440
|
+
* // timeZone: "STRING_VALUE",
|
|
441
|
+
* // },
|
|
442
|
+
* // hourOfDay: {
|
|
443
|
+
* // index: Number("int"),
|
|
444
|
+
* // timeZone: "STRING_VALUE",
|
|
445
|
+
* // },
|
|
418
446
|
* // present: [ // ListConversationsFilterFieldsList
|
|
419
447
|
* // { // ListConversationsFilterField Union: only one key present
|
|
420
448
|
* // direction: true || false,
|
|
421
449
|
* // service: true || false,
|
|
422
450
|
* // group: true || false,
|
|
423
451
|
* // department: true || false,
|
|
452
|
+
* // chatbot: true || false,
|
|
453
|
+
* // voicebot: true || false,
|
|
424
454
|
* // tag: true || false,
|
|
425
455
|
* // pbx: true || false,
|
|
426
456
|
* // trunk: true || false,
|
|
@@ -440,6 +470,8 @@ declare const ListConversationsAggregationsCommand_base: {
|
|
|
440
470
|
* // service: true || false,
|
|
441
471
|
* // group: true || false,
|
|
442
472
|
* // department: true || false,
|
|
473
|
+
* // chatbot: true || false,
|
|
474
|
+
* // voicebot: true || false,
|
|
443
475
|
* // tag: true || false,
|
|
444
476
|
* // pbx: true || false,
|
|
445
477
|
* // trunk: true || false,
|