@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.
- package/dist-cjs/WdaInsights.js +0 -8
- package/dist-cjs/commands/index.js +0 -4
- package/dist-cjs/models/models_0.js +9 -6
- package/dist-cjs/protocols/Aws_restJson1.js +52 -151
- package/dist-es/WdaInsights.js +0 -8
- package/dist-es/commands/index.js +0 -4
- package/dist-es/models/models_0.js +8 -5
- package/dist-es/protocols/Aws_restJson1.js +48 -139
- package/dist-types/WdaInsights.d.ts +0 -28
- package/dist-types/WdaInsightsClient.d.ts +2 -6
- package/dist-types/commands/CreateProjectionCommand.d.ts +360 -6
- package/dist-types/commands/DisableProjectionCommand.d.ts +180 -3
- package/dist-types/commands/EnableProjectionCommand.d.ts +180 -3
- package/dist-types/commands/GetAnalysisSettingsCommand.d.ts +178 -0
- package/dist-types/commands/GetProjectionCommand.d.ts +180 -3
- package/dist-types/commands/ListConversationsCommand.d.ts +22 -30
- package/dist-types/commands/ListPlaylistItemsCommand.d.ts +22 -30
- package/dist-types/commands/ListProjectionsCommand.d.ts +181 -10
- package/dist-types/commands/ListWatchHistoryCommand.d.ts +22 -30
- package/dist-types/commands/PauseProjectionCommand.d.ts +180 -3
- package/dist-types/commands/PutAnalysisSettingsCommand.d.ts +356 -0
- package/dist-types/commands/UpdateProjectionCommand.d.ts +360 -4
- package/dist-types/commands/index.d.ts +0 -4
- package/dist-types/models/models_0.d.ts +126 -102
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -36
- package/dist-types/runtimeConfig.browser.d.ts +1 -6
- package/dist-types/runtimeConfig.d.ts +1 -6
- package/dist-types/runtimeConfig.native.d.ts +1 -6
- package/package.json +1 -1
- package/dist-cjs/commands/CreateProjectionsCategoryCommand.js +0 -21
- package/dist-cjs/commands/DeleteProjectionsCategoryCommand.js +0 -21
- package/dist-cjs/commands/UpdateProjectionAnalysisSettingsCommand.js +0 -21
- package/dist-cjs/commands/UpdateProjectionsCategoryCommand.js +0 -21
- package/dist-es/commands/CreateProjectionsCategoryCommand.js +0 -17
- package/dist-es/commands/DeleteProjectionsCategoryCommand.js +0 -17
- package/dist-es/commands/UpdateProjectionAnalysisSettingsCommand.js +0 -17
- package/dist-es/commands/UpdateProjectionsCategoryCommand.js +0 -17
- package/dist-types/commands/CreateProjectionsCategoryCommand.d.ts +0 -81
- package/dist-types/commands/DeleteProjectionsCategoryCommand.d.ts +0 -75
- package/dist-types/commands/UpdateProjectionAnalysisSettingsCommand.d.ts +0 -145
- package/dist-types/commands/UpdateProjectionsCategoryCommand.d.ts +0 -83
|
@@ -42,7 +42,7 @@ declare const EnableProjectionCommand_base: {
|
|
|
42
42
|
* const response = await client.send(command);
|
|
43
43
|
* // { // EnableProjectionOutput
|
|
44
44
|
* // projection: { // Projection
|
|
45
|
-
* //
|
|
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 EnableProjectionCommand_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 EnableProjectionCommand_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
|
|
@@ -42,6 +42,184 @@ declare const GetAnalysisSettingsCommand_base: {
|
|
|
42
42
|
* // { // GetAnalysisSettingsOutput
|
|
43
43
|
* // settings: { // AnalysisSettings
|
|
44
44
|
* // defaultModel: "STRING_VALUE",
|
|
45
|
+
* // disabled: true || false,
|
|
46
|
+
* // filter: { // ListConversationsFilter
|
|
47
|
+
* // id: [ // ListConversationsFilterIdList
|
|
48
|
+
* // { // ConversationTarget Union: only one key present
|
|
49
|
+
* // call: { // CallConversationTarget
|
|
50
|
+
* // callId: "STRING_VALUE", // required
|
|
51
|
+
* // flowIndex: Number("int"), // required
|
|
52
|
+
* // },
|
|
53
|
+
* // conference: { // ConferenceConversationTarget
|
|
54
|
+
* // conferenceId: "STRING_VALUE", // required
|
|
55
|
+
* // },
|
|
56
|
+
* // chat: { // ChatConversationTarget
|
|
57
|
+
* // chatId: "STRING_VALUE", // required
|
|
58
|
+
* // },
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // entity: { // ListConversationsFilterEntity
|
|
62
|
+
* // call: true || false,
|
|
63
|
+
* // conference: true || false,
|
|
64
|
+
* // chat: true || false,
|
|
65
|
+
* // },
|
|
66
|
+
* // participants: [ // ListConversationsFilterParticipantList
|
|
67
|
+
* // { // ListConversationsFilterParticipant Union: only one key present
|
|
68
|
+
* // email: "STRING_VALUE",
|
|
69
|
+
* // phone: "STRING_VALUE",
|
|
70
|
+
* // extension: "STRING_VALUE",
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // participantsToInclude: [
|
|
74
|
+
* // {// Union: only one key present
|
|
75
|
+
* // email: "STRING_VALUE",
|
|
76
|
+
* // phone: "STRING_VALUE",
|
|
77
|
+
* // extension: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // ],
|
|
80
|
+
* // participantsToExclude: [
|
|
81
|
+
* // {// Union: only one key present
|
|
82
|
+
* // email: "STRING_VALUE",
|
|
83
|
+
* // phone: "STRING_VALUE",
|
|
84
|
+
* // extension: "STRING_VALUE",
|
|
85
|
+
* // },
|
|
86
|
+
* // ],
|
|
87
|
+
* // chatbots: [ // ListConversationsFilterKeyword
|
|
88
|
+
* // "STRING_VALUE",
|
|
89
|
+
* // ],
|
|
90
|
+
* // voicebots: [
|
|
91
|
+
* // "STRING_VALUE",
|
|
92
|
+
* // ],
|
|
93
|
+
* // service: [
|
|
94
|
+
* // "STRING_VALUE",
|
|
95
|
+
* // ],
|
|
96
|
+
* // group: [
|
|
97
|
+
* // "STRING_VALUE",
|
|
98
|
+
* // ],
|
|
99
|
+
* // department: [
|
|
100
|
+
* // "STRING_VALUE",
|
|
101
|
+
* // ],
|
|
102
|
+
* // tag: "<ListConversationsFilterKeyword>",
|
|
103
|
+
* // pbx: "<ListConversationsFilterKeyword>",
|
|
104
|
+
* // trunk: "<ListConversationsFilterKeyword>",
|
|
105
|
+
* // queue: "<ListConversationsFilterKeyword>",
|
|
106
|
+
* // country: "<ListConversationsFilterKeyword>",
|
|
107
|
+
* // location: "<ListConversationsFilterKeyword>",
|
|
108
|
+
* // phases: [ // ListConversationsFilterPhases
|
|
109
|
+
* // "STRING_VALUE",
|
|
110
|
+
* // ],
|
|
111
|
+
* // language: "<ListConversationsFilterKeyword>",
|
|
112
|
+
* // duration: { // ListConversationsFilterNumber
|
|
113
|
+
* // from: Number("int"),
|
|
114
|
+
* // to: Number("int"),
|
|
115
|
+
* // },
|
|
116
|
+
* // interaction: { // ListConversationsFilterInteraction
|
|
117
|
+
* // talkRatio: {
|
|
118
|
+
* // from: Number("int"),
|
|
119
|
+
* // to: Number("int"),
|
|
120
|
+
* // },
|
|
121
|
+
* // wordsPerMinute: {
|
|
122
|
+
* // from: Number("int"),
|
|
123
|
+
* // to: Number("int"),
|
|
124
|
+
* // },
|
|
125
|
+
* // interruptions: {
|
|
126
|
+
* // from: Number("int"),
|
|
127
|
+
* // to: Number("int"),
|
|
128
|
+
* // },
|
|
129
|
+
* // patience: { // ListConversationsFilterFloat
|
|
130
|
+
* // from: Number("float"),
|
|
131
|
+
* // to: Number("float"),
|
|
132
|
+
* // },
|
|
133
|
+
* // longestMonologue: {
|
|
134
|
+
* // from: Number("int"),
|
|
135
|
+
* // to: Number("int"),
|
|
136
|
+
* // },
|
|
137
|
+
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
138
|
+
* // },
|
|
139
|
+
* // recorded: true || false,
|
|
140
|
+
* // transcribed: true || false,
|
|
141
|
+
* // direction: { // ListConversationsFilterDirection
|
|
142
|
+
* // inbound: true || false,
|
|
143
|
+
* // outbound: true || false,
|
|
144
|
+
* // internal: true || false,
|
|
145
|
+
* // },
|
|
146
|
+
* // insights: [ // ListConversationsFilterInsightsList
|
|
147
|
+
* // { // ListConversationsFilterInsight
|
|
148
|
+
* // projectionId: "STRING_VALUE", // required
|
|
149
|
+
* // fieldId: "STRING_VALUE", // required
|
|
150
|
+
* // match: "STRING_VALUE",
|
|
151
|
+
* // matchAny: [ // StringList
|
|
152
|
+
* // "STRING_VALUE",
|
|
153
|
+
* // ],
|
|
154
|
+
* // },
|
|
155
|
+
* // ],
|
|
156
|
+
* // channel: { // ListConversationsFilterChannel
|
|
157
|
+
* // sms: true || false,
|
|
158
|
+
* // whatsapp: true || false,
|
|
159
|
+
* // kite: true || false,
|
|
160
|
+
* // },
|
|
161
|
+
* // date: { // ListConversationsFilterDate Union: only one key present
|
|
162
|
+
* // absolute: { // ListConversationsFilterAbsoluteDate
|
|
163
|
+
* // from: "STRING_VALUE",
|
|
164
|
+
* // to: "STRING_VALUE",
|
|
165
|
+
* // timeZone: "STRING_VALUE",
|
|
166
|
+
* // },
|
|
167
|
+
* // predefined: { // ListConversationsFilterPredefinedDate
|
|
168
|
+
* // type: "THIS_QUARTER" || "THIS_MONTH" || "THIS_WEEK" || "TODAY" || "YESTERDAY" || "PREVIOUS_WEEK" || "PREVIOUS_MONTH" || "LAST_30_DAYS", // required
|
|
169
|
+
* // timeZone: "STRING_VALUE",
|
|
170
|
+
* // },
|
|
171
|
+
* // },
|
|
172
|
+
* // dayOfWeek: { // ListConversationsFilterDateIndex
|
|
173
|
+
* // index: Number("int"),
|
|
174
|
+
* // timeZone: "STRING_VALUE",
|
|
175
|
+
* // },
|
|
176
|
+
* // hourOfDay: {
|
|
177
|
+
* // index: Number("int"),
|
|
178
|
+
* // timeZone: "STRING_VALUE",
|
|
179
|
+
* // },
|
|
180
|
+
* // present: [ // ListConversationsFilterFieldsList
|
|
181
|
+
* // { // ListConversationsFilterField Union: only one key present
|
|
182
|
+
* // direction: true || false,
|
|
183
|
+
* // service: true || false,
|
|
184
|
+
* // group: true || false,
|
|
185
|
+
* // department: true || false,
|
|
186
|
+
* // chatbot: true || false,
|
|
187
|
+
* // voicebot: true || false,
|
|
188
|
+
* // tag: true || false,
|
|
189
|
+
* // pbx: true || false,
|
|
190
|
+
* // trunk: true || false,
|
|
191
|
+
* // queue: true || false,
|
|
192
|
+
* // country: true || false,
|
|
193
|
+
* // location: true || false,
|
|
194
|
+
* // language: true || false,
|
|
195
|
+
* // projection: { // ListConversationsFilterProjectionField
|
|
196
|
+
* // projectionId: "STRING_VALUE", // required
|
|
197
|
+
* // fieldId: "STRING_VALUE", // required
|
|
198
|
+
* // },
|
|
199
|
+
* // },
|
|
200
|
+
* // ],
|
|
201
|
+
* // absent: [
|
|
202
|
+
* // {// Union: only one key present
|
|
203
|
+
* // direction: true || false,
|
|
204
|
+
* // service: true || false,
|
|
205
|
+
* // group: true || false,
|
|
206
|
+
* // department: true || false,
|
|
207
|
+
* // chatbot: true || false,
|
|
208
|
+
* // voicebot: true || false,
|
|
209
|
+
* // tag: true || false,
|
|
210
|
+
* // pbx: true || false,
|
|
211
|
+
* // trunk: true || false,
|
|
212
|
+
* // queue: true || false,
|
|
213
|
+
* // country: true || false,
|
|
214
|
+
* // location: true || false,
|
|
215
|
+
* // language: true || false,
|
|
216
|
+
* // projection: {
|
|
217
|
+
* // projectionId: "STRING_VALUE", // required
|
|
218
|
+
* // fieldId: "STRING_VALUE", // required
|
|
219
|
+
* // },
|
|
220
|
+
* // },
|
|
221
|
+
* // ],
|
|
222
|
+
* // },
|
|
45
223
|
* // },
|
|
46
224
|
* // };
|
|
47
225
|
*
|
|
@@ -42,7 +42,7 @@ declare const GetProjectionCommand_base: {
|
|
|
42
42
|
* const response = await client.send(command);
|
|
43
43
|
* // { // GetProjectionOutput
|
|
44
44
|
* // projection: { // Projection
|
|
45
|
-
* //
|
|
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 GetProjectionCommand_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 GetProjectionCommand_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
|