@wildix/wda-insights-client 1.1.34 → 1.1.35

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 (41) hide show
  1. package/dist-cjs/WdaInsights.js +0 -8
  2. package/dist-cjs/commands/index.js +0 -4
  3. package/dist-cjs/models/models_0.js +9 -6
  4. package/dist-cjs/protocols/Aws_restJson1.js +52 -151
  5. package/dist-es/WdaInsights.js +0 -8
  6. package/dist-es/commands/index.js +0 -4
  7. package/dist-es/models/models_0.js +8 -5
  8. package/dist-es/protocols/Aws_restJson1.js +48 -139
  9. package/dist-types/WdaInsights.d.ts +0 -28
  10. package/dist-types/WdaInsightsClient.d.ts +2 -6
  11. package/dist-types/commands/CreateProjectionCommand.d.ts +360 -6
  12. package/dist-types/commands/DisableProjectionCommand.d.ts +180 -3
  13. package/dist-types/commands/EnableProjectionCommand.d.ts +180 -3
  14. package/dist-types/commands/GetAnalysisSettingsCommand.d.ts +178 -0
  15. package/dist-types/commands/GetProjectionCommand.d.ts +180 -3
  16. package/dist-types/commands/ListConversationsCommand.d.ts +22 -30
  17. package/dist-types/commands/ListPlaylistItemsCommand.d.ts +22 -30
  18. package/dist-types/commands/ListProjectionsCommand.d.ts +181 -10
  19. package/dist-types/commands/ListWatchHistoryCommand.d.ts +22 -30
  20. package/dist-types/commands/PauseProjectionCommand.d.ts +180 -3
  21. package/dist-types/commands/PutAnalysisSettingsCommand.d.ts +356 -0
  22. package/dist-types/commands/UpdateProjectionCommand.d.ts +360 -4
  23. package/dist-types/commands/index.d.ts +0 -4
  24. package/dist-types/models/models_0.d.ts +126 -102
  25. package/dist-types/protocols/Aws_restJson1.d.ts +0 -36
  26. package/dist-types/runtimeConfig.browser.d.ts +1 -6
  27. package/dist-types/runtimeConfig.d.ts +1 -6
  28. package/dist-types/runtimeConfig.native.d.ts +1 -6
  29. package/package.json +1 -1
  30. package/dist-cjs/commands/CreateProjectionsCategoryCommand.js +0 -21
  31. package/dist-cjs/commands/DeleteProjectionsCategoryCommand.js +0 -21
  32. package/dist-cjs/commands/UpdateProjectionAnalysisSettingsCommand.js +0 -21
  33. package/dist-cjs/commands/UpdateProjectionsCategoryCommand.js +0 -21
  34. package/dist-es/commands/CreateProjectionsCategoryCommand.js +0 -17
  35. package/dist-es/commands/DeleteProjectionsCategoryCommand.js +0 -17
  36. package/dist-es/commands/UpdateProjectionAnalysisSettingsCommand.js +0 -17
  37. package/dist-es/commands/UpdateProjectionsCategoryCommand.js +0 -17
  38. package/dist-types/commands/CreateProjectionsCategoryCommand.d.ts +0 -81
  39. package/dist-types/commands/DeleteProjectionsCategoryCommand.d.ts +0 -75
  40. package/dist-types/commands/UpdateProjectionAnalysisSettingsCommand.d.ts +0 -145
  41. package/dist-types/commands/UpdateProjectionsCategoryCommand.d.ts +0 -83
@@ -42,7 +42,7 @@ declare const PauseProjectionCommand_base: {
42
42
  * const response = await client.send(command);
43
43
  * // { // PauseProjectionOutput
44
44
  * // projection: { // Projection
45
- * // categoryId: "STRING_VALUE", // required
45
+ * // category: "STRING_VALUE", // required
46
46
  * // name: "STRING_VALUE", // required
47
47
  * // description: "STRING_VALUE",
48
48
  * // instructions: "STRING_VALUE",
@@ -75,6 +75,185 @@ declare const PauseProjectionCommand_base: {
75
75
  * // },
76
76
  * // },
77
77
  * // ],
78
+ * // filter: { // ListConversationsFilter
79
+ * // id: [ // ListConversationsFilterIdList
80
+ * // { // ConversationTarget Union: only one key present
81
+ * // call: { // CallConversationTarget
82
+ * // callId: "STRING_VALUE", // required
83
+ * // flowIndex: Number("int"), // required
84
+ * // },
85
+ * // conference: { // ConferenceConversationTarget
86
+ * // conferenceId: "STRING_VALUE", // required
87
+ * // },
88
+ * // chat: { // ChatConversationTarget
89
+ * // chatId: "STRING_VALUE", // required
90
+ * // },
91
+ * // },
92
+ * // ],
93
+ * // entity: { // ListConversationsFilterEntity
94
+ * // call: true || false,
95
+ * // conference: true || false,
96
+ * // chat: true || false,
97
+ * // },
98
+ * // participants: [ // ListConversationsFilterParticipantList
99
+ * // { // ListConversationsFilterParticipant Union: only one key present
100
+ * // email: "STRING_VALUE",
101
+ * // phone: "STRING_VALUE",
102
+ * // extension: "STRING_VALUE",
103
+ * // },
104
+ * // ],
105
+ * // participantsToInclude: [
106
+ * // {// Union: only one key present
107
+ * // email: "STRING_VALUE",
108
+ * // phone: "STRING_VALUE",
109
+ * // extension: "STRING_VALUE",
110
+ * // },
111
+ * // ],
112
+ * // participantsToExclude: [
113
+ * // {// Union: only one key present
114
+ * // email: "STRING_VALUE",
115
+ * // phone: "STRING_VALUE",
116
+ * // extension: "STRING_VALUE",
117
+ * // },
118
+ * // ],
119
+ * // chatbots: [ // ListConversationsFilterKeyword
120
+ * // "STRING_VALUE",
121
+ * // ],
122
+ * // voicebots: [
123
+ * // "STRING_VALUE",
124
+ * // ],
125
+ * // service: [
126
+ * // "STRING_VALUE",
127
+ * // ],
128
+ * // group: [
129
+ * // "STRING_VALUE",
130
+ * // ],
131
+ * // department: [
132
+ * // "STRING_VALUE",
133
+ * // ],
134
+ * // tag: "<ListConversationsFilterKeyword>",
135
+ * // pbx: "<ListConversationsFilterKeyword>",
136
+ * // trunk: "<ListConversationsFilterKeyword>",
137
+ * // queue: "<ListConversationsFilterKeyword>",
138
+ * // country: "<ListConversationsFilterKeyword>",
139
+ * // location: "<ListConversationsFilterKeyword>",
140
+ * // phases: [ // ListConversationsFilterPhases
141
+ * // "STRING_VALUE",
142
+ * // ],
143
+ * // language: "<ListConversationsFilterKeyword>",
144
+ * // duration: { // ListConversationsFilterNumber
145
+ * // from: Number("int"),
146
+ * // to: Number("int"),
147
+ * // },
148
+ * // interaction: { // ListConversationsFilterInteraction
149
+ * // talkRatio: {
150
+ * // from: Number("int"),
151
+ * // to: Number("int"),
152
+ * // },
153
+ * // wordsPerMinute: {
154
+ * // from: Number("int"),
155
+ * // to: Number("int"),
156
+ * // },
157
+ * // interruptions: {
158
+ * // from: Number("int"),
159
+ * // to: Number("int"),
160
+ * // },
161
+ * // patience: { // ListConversationsFilterFloat
162
+ * // from: Number("float"),
163
+ * // to: Number("float"),
164
+ * // },
165
+ * // longestMonologue: {
166
+ * // from: Number("int"),
167
+ * // to: Number("int"),
168
+ * // },
169
+ * // longestCustomerStory: "<ListConversationsFilterNumber>",
170
+ * // },
171
+ * // recorded: true || false,
172
+ * // transcribed: true || false,
173
+ * // direction: { // ListConversationsFilterDirection
174
+ * // inbound: true || false,
175
+ * // outbound: true || false,
176
+ * // internal: true || false,
177
+ * // },
178
+ * // insights: [ // ListConversationsFilterInsightsList
179
+ * // { // ListConversationsFilterInsight
180
+ * // projectionId: "STRING_VALUE", // required
181
+ * // fieldId: "STRING_VALUE", // required
182
+ * // match: "STRING_VALUE",
183
+ * // matchAny: [ // StringList
184
+ * // "STRING_VALUE",
185
+ * // ],
186
+ * // },
187
+ * // ],
188
+ * // channel: { // ListConversationsFilterChannel
189
+ * // sms: true || false,
190
+ * // whatsapp: true || false,
191
+ * // kite: true || false,
192
+ * // },
193
+ * // date: { // ListConversationsFilterDate Union: only one key present
194
+ * // absolute: { // ListConversationsFilterAbsoluteDate
195
+ * // from: "STRING_VALUE",
196
+ * // to: "STRING_VALUE",
197
+ * // timeZone: "STRING_VALUE",
198
+ * // },
199
+ * // predefined: { // ListConversationsFilterPredefinedDate
200
+ * // type: "THIS_QUARTER" || "THIS_MONTH" || "THIS_WEEK" || "TODAY" || "YESTERDAY" || "PREVIOUS_WEEK" || "PREVIOUS_MONTH" || "LAST_30_DAYS", // required
201
+ * // timeZone: "STRING_VALUE",
202
+ * // },
203
+ * // },
204
+ * // dayOfWeek: { // ListConversationsFilterDateIndex
205
+ * // index: Number("int"),
206
+ * // timeZone: "STRING_VALUE",
207
+ * // },
208
+ * // hourOfDay: {
209
+ * // index: Number("int"),
210
+ * // timeZone: "STRING_VALUE",
211
+ * // },
212
+ * // present: [ // ListConversationsFilterFieldsList
213
+ * // { // ListConversationsFilterField Union: only one key present
214
+ * // direction: true || false,
215
+ * // service: true || false,
216
+ * // group: true || false,
217
+ * // department: true || false,
218
+ * // chatbot: true || false,
219
+ * // voicebot: true || false,
220
+ * // tag: true || false,
221
+ * // pbx: true || false,
222
+ * // trunk: true || false,
223
+ * // queue: true || false,
224
+ * // country: true || false,
225
+ * // location: true || false,
226
+ * // language: true || false,
227
+ * // projection: { // ListConversationsFilterProjectionField
228
+ * // projectionId: "STRING_VALUE", // required
229
+ * // fieldId: "STRING_VALUE", // required
230
+ * // },
231
+ * // },
232
+ * // ],
233
+ * // absent: [
234
+ * // {// Union: only one key present
235
+ * // direction: true || false,
236
+ * // service: true || false,
237
+ * // group: true || false,
238
+ * // department: true || false,
239
+ * // chatbot: true || false,
240
+ * // voicebot: true || false,
241
+ * // tag: true || false,
242
+ * // pbx: true || false,
243
+ * // trunk: true || false,
244
+ * // queue: true || false,
245
+ * // country: true || false,
246
+ * // location: true || false,
247
+ * // language: true || false,
248
+ * // projection: {
249
+ * // projectionId: "STRING_VALUE", // required
250
+ * // fieldId: "STRING_VALUE", // required
251
+ * // },
252
+ * // },
253
+ * // ],
254
+ * // },
255
+ * // model: "STRING_VALUE",
256
+ * // group: "STRING_VALUE",
78
257
  * // fields: [ // ProjectionFieldsList // required
79
258
  * // { // ProjectionField
80
259
  * // id: "STRING_VALUE", // required
@@ -97,8 +276,6 @@ declare const PauseProjectionCommand_base: {
97
276
  * // },
98
277
  * // },
99
278
  * // ],
100
- * // model: "STRING_VALUE",
101
- * // group: "STRING_VALUE",
102
279
  * // id: "STRING_VALUE", // required
103
280
  * // status: "ENABLED" || "PAUSED" || "DISABLED", // required
104
281
  * // version: Number("int"), // required
@@ -36,6 +36,184 @@ declare const PutAnalysisSettingsCommand_base: {
36
36
  * const client = new WdaInsightsClient(config);
37
37
  * const input = { // PutAnalysisSettingsInput
38
38
  * defaultModel: "STRING_VALUE",
39
+ * disabled: true || false,
40
+ * filter: { // ListConversationsFilter
41
+ * id: [ // ListConversationsFilterIdList
42
+ * { // ConversationTarget Union: only one key present
43
+ * call: { // CallConversationTarget
44
+ * callId: "STRING_VALUE", // required
45
+ * flowIndex: Number("int"), // required
46
+ * },
47
+ * conference: { // ConferenceConversationTarget
48
+ * conferenceId: "STRING_VALUE", // required
49
+ * },
50
+ * chat: { // ChatConversationTarget
51
+ * chatId: "STRING_VALUE", // required
52
+ * },
53
+ * },
54
+ * ],
55
+ * entity: { // ListConversationsFilterEntity
56
+ * call: true || false,
57
+ * conference: true || false,
58
+ * chat: true || false,
59
+ * },
60
+ * participants: [ // ListConversationsFilterParticipantList
61
+ * { // ListConversationsFilterParticipant Union: only one key present
62
+ * email: "STRING_VALUE",
63
+ * phone: "STRING_VALUE",
64
+ * extension: "STRING_VALUE",
65
+ * },
66
+ * ],
67
+ * participantsToInclude: [
68
+ * {// Union: only one key present
69
+ * email: "STRING_VALUE",
70
+ * phone: "STRING_VALUE",
71
+ * extension: "STRING_VALUE",
72
+ * },
73
+ * ],
74
+ * participantsToExclude: [
75
+ * {// Union: only one key present
76
+ * email: "STRING_VALUE",
77
+ * phone: "STRING_VALUE",
78
+ * extension: "STRING_VALUE",
79
+ * },
80
+ * ],
81
+ * chatbots: [ // ListConversationsFilterKeyword
82
+ * "STRING_VALUE",
83
+ * ],
84
+ * voicebots: [
85
+ * "STRING_VALUE",
86
+ * ],
87
+ * service: [
88
+ * "STRING_VALUE",
89
+ * ],
90
+ * group: [
91
+ * "STRING_VALUE",
92
+ * ],
93
+ * department: [
94
+ * "STRING_VALUE",
95
+ * ],
96
+ * tag: "<ListConversationsFilterKeyword>",
97
+ * pbx: "<ListConversationsFilterKeyword>",
98
+ * trunk: "<ListConversationsFilterKeyword>",
99
+ * queue: "<ListConversationsFilterKeyword>",
100
+ * country: "<ListConversationsFilterKeyword>",
101
+ * location: "<ListConversationsFilterKeyword>",
102
+ * phases: [ // ListConversationsFilterPhases
103
+ * "STRING_VALUE",
104
+ * ],
105
+ * language: "<ListConversationsFilterKeyword>",
106
+ * duration: { // ListConversationsFilterNumber
107
+ * from: Number("int"),
108
+ * to: Number("int"),
109
+ * },
110
+ * interaction: { // ListConversationsFilterInteraction
111
+ * talkRatio: {
112
+ * from: Number("int"),
113
+ * to: Number("int"),
114
+ * },
115
+ * wordsPerMinute: {
116
+ * from: Number("int"),
117
+ * to: Number("int"),
118
+ * },
119
+ * interruptions: {
120
+ * from: Number("int"),
121
+ * to: Number("int"),
122
+ * },
123
+ * patience: { // ListConversationsFilterFloat
124
+ * from: Number("float"),
125
+ * to: Number("float"),
126
+ * },
127
+ * longestMonologue: {
128
+ * from: Number("int"),
129
+ * to: Number("int"),
130
+ * },
131
+ * longestCustomerStory: "<ListConversationsFilterNumber>",
132
+ * },
133
+ * recorded: true || false,
134
+ * transcribed: true || false,
135
+ * direction: { // ListConversationsFilterDirection
136
+ * inbound: true || false,
137
+ * outbound: true || false,
138
+ * internal: true || false,
139
+ * },
140
+ * insights: [ // ListConversationsFilterInsightsList
141
+ * { // ListConversationsFilterInsight
142
+ * projectionId: "STRING_VALUE", // required
143
+ * fieldId: "STRING_VALUE", // required
144
+ * match: "STRING_VALUE",
145
+ * matchAny: [ // StringList
146
+ * "STRING_VALUE",
147
+ * ],
148
+ * },
149
+ * ],
150
+ * channel: { // ListConversationsFilterChannel
151
+ * sms: true || false,
152
+ * whatsapp: true || false,
153
+ * kite: true || false,
154
+ * },
155
+ * date: { // ListConversationsFilterDate Union: only one key present
156
+ * absolute: { // ListConversationsFilterAbsoluteDate
157
+ * from: "STRING_VALUE",
158
+ * to: "STRING_VALUE",
159
+ * timeZone: "STRING_VALUE",
160
+ * },
161
+ * predefined: { // ListConversationsFilterPredefinedDate
162
+ * type: "THIS_QUARTER" || "THIS_MONTH" || "THIS_WEEK" || "TODAY" || "YESTERDAY" || "PREVIOUS_WEEK" || "PREVIOUS_MONTH" || "LAST_30_DAYS", // required
163
+ * timeZone: "STRING_VALUE",
164
+ * },
165
+ * },
166
+ * dayOfWeek: { // ListConversationsFilterDateIndex
167
+ * index: Number("int"),
168
+ * timeZone: "STRING_VALUE",
169
+ * },
170
+ * hourOfDay: {
171
+ * index: Number("int"),
172
+ * timeZone: "STRING_VALUE",
173
+ * },
174
+ * present: [ // ListConversationsFilterFieldsList
175
+ * { // ListConversationsFilterField Union: only one key present
176
+ * direction: true || false,
177
+ * service: true || false,
178
+ * group: true || false,
179
+ * department: true || false,
180
+ * chatbot: true || false,
181
+ * voicebot: true || false,
182
+ * tag: true || false,
183
+ * pbx: true || false,
184
+ * trunk: true || false,
185
+ * queue: true || false,
186
+ * country: true || false,
187
+ * location: true || false,
188
+ * language: true || false,
189
+ * projection: { // ListConversationsFilterProjectionField
190
+ * projectionId: "STRING_VALUE", // required
191
+ * fieldId: "STRING_VALUE", // required
192
+ * },
193
+ * },
194
+ * ],
195
+ * absent: [
196
+ * {// Union: only one key present
197
+ * direction: true || false,
198
+ * service: true || false,
199
+ * group: true || false,
200
+ * department: true || false,
201
+ * chatbot: true || false,
202
+ * voicebot: true || false,
203
+ * tag: true || false,
204
+ * pbx: true || false,
205
+ * trunk: true || false,
206
+ * queue: true || false,
207
+ * country: true || false,
208
+ * location: true || false,
209
+ * language: true || false,
210
+ * projection: {
211
+ * projectionId: "STRING_VALUE", // required
212
+ * fieldId: "STRING_VALUE", // required
213
+ * },
214
+ * },
215
+ * ],
216
+ * },
39
217
  * company: "STRING_VALUE",
40
218
  * };
41
219
  * const command = new PutAnalysisSettingsCommand(input);
@@ -43,6 +221,184 @@ declare const PutAnalysisSettingsCommand_base: {
43
221
  * // { // PutAnalysisSettingsOutput
44
222
  * // settings: { // AnalysisSettings
45
223
  * // defaultModel: "STRING_VALUE",
224
+ * // disabled: true || false,
225
+ * // filter: { // ListConversationsFilter
226
+ * // id: [ // ListConversationsFilterIdList
227
+ * // { // ConversationTarget Union: only one key present
228
+ * // call: { // CallConversationTarget
229
+ * // callId: "STRING_VALUE", // required
230
+ * // flowIndex: Number("int"), // required
231
+ * // },
232
+ * // conference: { // ConferenceConversationTarget
233
+ * // conferenceId: "STRING_VALUE", // required
234
+ * // },
235
+ * // chat: { // ChatConversationTarget
236
+ * // chatId: "STRING_VALUE", // required
237
+ * // },
238
+ * // },
239
+ * // ],
240
+ * // entity: { // ListConversationsFilterEntity
241
+ * // call: true || false,
242
+ * // conference: true || false,
243
+ * // chat: true || false,
244
+ * // },
245
+ * // participants: [ // ListConversationsFilterParticipantList
246
+ * // { // ListConversationsFilterParticipant Union: only one key present
247
+ * // email: "STRING_VALUE",
248
+ * // phone: "STRING_VALUE",
249
+ * // extension: "STRING_VALUE",
250
+ * // },
251
+ * // ],
252
+ * // participantsToInclude: [
253
+ * // {// Union: only one key present
254
+ * // email: "STRING_VALUE",
255
+ * // phone: "STRING_VALUE",
256
+ * // extension: "STRING_VALUE",
257
+ * // },
258
+ * // ],
259
+ * // participantsToExclude: [
260
+ * // {// Union: only one key present
261
+ * // email: "STRING_VALUE",
262
+ * // phone: "STRING_VALUE",
263
+ * // extension: "STRING_VALUE",
264
+ * // },
265
+ * // ],
266
+ * // chatbots: [ // ListConversationsFilterKeyword
267
+ * // "STRING_VALUE",
268
+ * // ],
269
+ * // voicebots: [
270
+ * // "STRING_VALUE",
271
+ * // ],
272
+ * // service: [
273
+ * // "STRING_VALUE",
274
+ * // ],
275
+ * // group: [
276
+ * // "STRING_VALUE",
277
+ * // ],
278
+ * // department: [
279
+ * // "STRING_VALUE",
280
+ * // ],
281
+ * // tag: "<ListConversationsFilterKeyword>",
282
+ * // pbx: "<ListConversationsFilterKeyword>",
283
+ * // trunk: "<ListConversationsFilterKeyword>",
284
+ * // queue: "<ListConversationsFilterKeyword>",
285
+ * // country: "<ListConversationsFilterKeyword>",
286
+ * // location: "<ListConversationsFilterKeyword>",
287
+ * // phases: [ // ListConversationsFilterPhases
288
+ * // "STRING_VALUE",
289
+ * // ],
290
+ * // language: "<ListConversationsFilterKeyword>",
291
+ * // duration: { // ListConversationsFilterNumber
292
+ * // from: Number("int"),
293
+ * // to: Number("int"),
294
+ * // },
295
+ * // interaction: { // ListConversationsFilterInteraction
296
+ * // talkRatio: {
297
+ * // from: Number("int"),
298
+ * // to: Number("int"),
299
+ * // },
300
+ * // wordsPerMinute: {
301
+ * // from: Number("int"),
302
+ * // to: Number("int"),
303
+ * // },
304
+ * // interruptions: {
305
+ * // from: Number("int"),
306
+ * // to: Number("int"),
307
+ * // },
308
+ * // patience: { // ListConversationsFilterFloat
309
+ * // from: Number("float"),
310
+ * // to: Number("float"),
311
+ * // },
312
+ * // longestMonologue: {
313
+ * // from: Number("int"),
314
+ * // to: Number("int"),
315
+ * // },
316
+ * // longestCustomerStory: "<ListConversationsFilterNumber>",
317
+ * // },
318
+ * // recorded: true || false,
319
+ * // transcribed: true || false,
320
+ * // direction: { // ListConversationsFilterDirection
321
+ * // inbound: true || false,
322
+ * // outbound: true || false,
323
+ * // internal: true || false,
324
+ * // },
325
+ * // insights: [ // ListConversationsFilterInsightsList
326
+ * // { // ListConversationsFilterInsight
327
+ * // projectionId: "STRING_VALUE", // required
328
+ * // fieldId: "STRING_VALUE", // required
329
+ * // match: "STRING_VALUE",
330
+ * // matchAny: [ // StringList
331
+ * // "STRING_VALUE",
332
+ * // ],
333
+ * // },
334
+ * // ],
335
+ * // channel: { // ListConversationsFilterChannel
336
+ * // sms: true || false,
337
+ * // whatsapp: true || false,
338
+ * // kite: true || false,
339
+ * // },
340
+ * // date: { // ListConversationsFilterDate Union: only one key present
341
+ * // absolute: { // ListConversationsFilterAbsoluteDate
342
+ * // from: "STRING_VALUE",
343
+ * // to: "STRING_VALUE",
344
+ * // timeZone: "STRING_VALUE",
345
+ * // },
346
+ * // predefined: { // ListConversationsFilterPredefinedDate
347
+ * // type: "THIS_QUARTER" || "THIS_MONTH" || "THIS_WEEK" || "TODAY" || "YESTERDAY" || "PREVIOUS_WEEK" || "PREVIOUS_MONTH" || "LAST_30_DAYS", // required
348
+ * // timeZone: "STRING_VALUE",
349
+ * // },
350
+ * // },
351
+ * // dayOfWeek: { // ListConversationsFilterDateIndex
352
+ * // index: Number("int"),
353
+ * // timeZone: "STRING_VALUE",
354
+ * // },
355
+ * // hourOfDay: {
356
+ * // index: Number("int"),
357
+ * // timeZone: "STRING_VALUE",
358
+ * // },
359
+ * // present: [ // ListConversationsFilterFieldsList
360
+ * // { // ListConversationsFilterField Union: only one key present
361
+ * // direction: true || false,
362
+ * // service: true || false,
363
+ * // group: true || false,
364
+ * // department: true || false,
365
+ * // chatbot: true || false,
366
+ * // voicebot: true || false,
367
+ * // tag: true || false,
368
+ * // pbx: true || false,
369
+ * // trunk: true || false,
370
+ * // queue: true || false,
371
+ * // country: true || false,
372
+ * // location: true || false,
373
+ * // language: true || false,
374
+ * // projection: { // ListConversationsFilterProjectionField
375
+ * // projectionId: "STRING_VALUE", // required
376
+ * // fieldId: "STRING_VALUE", // required
377
+ * // },
378
+ * // },
379
+ * // ],
380
+ * // absent: [
381
+ * // {// Union: only one key present
382
+ * // direction: true || false,
383
+ * // service: true || false,
384
+ * // group: true || false,
385
+ * // department: true || false,
386
+ * // chatbot: true || false,
387
+ * // voicebot: true || false,
388
+ * // tag: true || false,
389
+ * // pbx: true || false,
390
+ * // trunk: true || false,
391
+ * // queue: true || false,
392
+ * // country: true || false,
393
+ * // location: true || false,
394
+ * // language: true || false,
395
+ * // projection: {
396
+ * // projectionId: "STRING_VALUE", // required
397
+ * // fieldId: "STRING_VALUE", // required
398
+ * // },
399
+ * // },
400
+ * // ],
401
+ * // },
46
402
  * // },
47
403
  * // };
48
404
  *