@wildix/xbees-kite-client 1.0.18 → 1.0.20
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 +10 -0
- package/dist-es/models/models_0.js +10 -0
- package/dist-types/commands/CreateOrUpdateWidgetPreviewCommand.d.ts +128 -0
- package/dist-types/commands/CreateWidgetCommand.d.ts +128 -0
- package/dist-types/commands/GetSmsNumberConfigurationCommand.d.ts +64 -0
- package/dist-types/commands/GetWhatsAppNumberConfigurationCommand.d.ts +64 -0
- package/dist-types/commands/GetWidgetCommand.d.ts +64 -0
- package/dist-types/commands/ListServicesCommand.d.ts +4 -1
- package/dist-types/commands/ListSmsConfigurationsCommand.d.ts +64 -0
- package/dist-types/commands/ListWhatsAppConfigurationsCommand.d.ts +64 -0
- package/dist-types/commands/ListWidgetsCommand.d.ts +64 -0
- package/dist-types/commands/PutSmsNumberConfigurationCommand.d.ts +128 -0
- package/dist-types/commands/PutWhatsAppNumberConfigurationCommand.d.ts +128 -0
- package/dist-types/commands/UpdateWidgetCommand.d.ts +128 -0
- package/dist-types/models/models_0.d.ts +162 -2
- package/package.json +1 -1
|
@@ -119,6 +119,12 @@ declare const GetWidgetCommand_base: {
|
|
|
119
119
|
* // readTimeout: { // RouteReadTimeoutCondition
|
|
120
120
|
* // timeout: Number("int"), // required
|
|
121
121
|
* // },
|
|
122
|
+
* // inactivityTimeout: { // InactivityTimeoutCondition
|
|
123
|
+
* // timeout: Number("int"), // required
|
|
124
|
+
* // },
|
|
125
|
+
* // evaluation: { // RouteEvaluationCondition
|
|
126
|
+
* // prompt: "STRING_VALUE", // required
|
|
127
|
+
* // },
|
|
122
128
|
* // },
|
|
123
129
|
* // ],
|
|
124
130
|
* // task: { // RouteActionTask Union: only one key present
|
|
@@ -126,12 +132,38 @@ declare const GetWidgetCommand_base: {
|
|
|
126
132
|
* // botId: "STRING_VALUE", // required
|
|
127
133
|
* // text: "STRING_VALUE", // required
|
|
128
134
|
* // },
|
|
135
|
+
* // sendGenerativeMessage: { // RouteSendGenerativeMessageTask
|
|
136
|
+
* // botId: "STRING_VALUE", // required
|
|
137
|
+
* // },
|
|
129
138
|
* // addMembers: { // RouteAddMembersTask
|
|
130
139
|
* // emails: [ // RouteAddMembersUsersList // required
|
|
131
140
|
* // "STRING_VALUE",
|
|
132
141
|
* // ],
|
|
133
142
|
* // },
|
|
143
|
+
* // notifyMessage: { // RouteNotifyMessage
|
|
144
|
+
* // botId: "STRING_VALUE", // required
|
|
145
|
+
* // userId: "STRING_VALUE",
|
|
146
|
+
* // channelId: "STRING_VALUE",
|
|
147
|
+
* // text: "STRING_VALUE", // required
|
|
148
|
+
* // variables: [ // RouteGenerativeVariablesList
|
|
149
|
+
* // { // RouteGenerativeVariable
|
|
150
|
+
* // term: "STRING_VALUE", // required
|
|
151
|
+
* // description: "STRING_VALUE", // required
|
|
152
|
+
* // },
|
|
153
|
+
* // ],
|
|
154
|
+
* // },
|
|
155
|
+
* // notifyEmail: { // RouteNotifyEmail
|
|
156
|
+
* // recipient: "STRING_VALUE", // required
|
|
157
|
+
* // text: "STRING_VALUE", // required
|
|
158
|
+
* // variables: [
|
|
159
|
+
* // {
|
|
160
|
+
* // term: "STRING_VALUE", // required
|
|
161
|
+
* // description: "STRING_VALUE", // required
|
|
162
|
+
* // },
|
|
163
|
+
* // ],
|
|
164
|
+
* // },
|
|
134
165
|
* // },
|
|
166
|
+
* // once: true || false,
|
|
135
167
|
* // },
|
|
136
168
|
* // ],
|
|
137
169
|
* // },
|
|
@@ -191,6 +223,12 @@ declare const GetWidgetCommand_base: {
|
|
|
191
223
|
* // readTimeout: {
|
|
192
224
|
* // timeout: Number("int"), // required
|
|
193
225
|
* // },
|
|
226
|
+
* // inactivityTimeout: {
|
|
227
|
+
* // timeout: Number("int"), // required
|
|
228
|
+
* // },
|
|
229
|
+
* // evaluation: {
|
|
230
|
+
* // prompt: "STRING_VALUE", // required
|
|
231
|
+
* // },
|
|
194
232
|
* // },
|
|
195
233
|
* // ],
|
|
196
234
|
* // task: {// Union: only one key present
|
|
@@ -198,12 +236,38 @@ declare const GetWidgetCommand_base: {
|
|
|
198
236
|
* // botId: "STRING_VALUE", // required
|
|
199
237
|
* // text: "STRING_VALUE", // required
|
|
200
238
|
* // },
|
|
239
|
+
* // sendGenerativeMessage: {
|
|
240
|
+
* // botId: "STRING_VALUE", // required
|
|
241
|
+
* // },
|
|
201
242
|
* // addMembers: {
|
|
202
243
|
* // emails: [ // required
|
|
203
244
|
* // "STRING_VALUE",
|
|
204
245
|
* // ],
|
|
205
246
|
* // },
|
|
247
|
+
* // notifyMessage: {
|
|
248
|
+
* // botId: "STRING_VALUE", // required
|
|
249
|
+
* // userId: "STRING_VALUE",
|
|
250
|
+
* // channelId: "STRING_VALUE",
|
|
251
|
+
* // text: "STRING_VALUE", // required
|
|
252
|
+
* // variables: [
|
|
253
|
+
* // {
|
|
254
|
+
* // term: "STRING_VALUE", // required
|
|
255
|
+
* // description: "STRING_VALUE", // required
|
|
256
|
+
* // },
|
|
257
|
+
* // ],
|
|
258
|
+
* // },
|
|
259
|
+
* // notifyEmail: {
|
|
260
|
+
* // recipient: "STRING_VALUE", // required
|
|
261
|
+
* // text: "STRING_VALUE", // required
|
|
262
|
+
* // variables: [
|
|
263
|
+
* // {
|
|
264
|
+
* // term: "STRING_VALUE", // required
|
|
265
|
+
* // description: "STRING_VALUE", // required
|
|
266
|
+
* // },
|
|
267
|
+
* // ],
|
|
268
|
+
* // },
|
|
206
269
|
* // },
|
|
270
|
+
* // once: true || false,
|
|
207
271
|
* // },
|
|
208
272
|
* // ],
|
|
209
273
|
* // id: "STRING_VALUE", // required
|
|
@@ -46,7 +46,10 @@ declare const ListServicesCommand_base: {
|
|
|
46
46
|
* // id: Number("int"), // required
|
|
47
47
|
* // uri: "STRING_VALUE", // required
|
|
48
48
|
* // title: "STRING_VALUE", // required
|
|
49
|
-
* // settings: {
|
|
49
|
+
* // settings: { // ServiceSettings
|
|
50
|
+
* // phoneNumber: "STRING_VALUE",
|
|
51
|
+
* // messagingNumber: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
50
53
|
* // extensions: [ // ExtensionsList // required
|
|
51
54
|
* // "STRING_VALUE",
|
|
52
55
|
* // ],
|
|
@@ -80,6 +80,12 @@ declare const ListSmsConfigurationsCommand_base: {
|
|
|
80
80
|
* // readTimeout: { // RouteReadTimeoutCondition
|
|
81
81
|
* // timeout: Number("int"), // required
|
|
82
82
|
* // },
|
|
83
|
+
* // inactivityTimeout: { // InactivityTimeoutCondition
|
|
84
|
+
* // timeout: Number("int"), // required
|
|
85
|
+
* // },
|
|
86
|
+
* // evaluation: { // RouteEvaluationCondition
|
|
87
|
+
* // prompt: "STRING_VALUE", // required
|
|
88
|
+
* // },
|
|
83
89
|
* // },
|
|
84
90
|
* // ],
|
|
85
91
|
* // task: { // RouteActionTask Union: only one key present
|
|
@@ -87,12 +93,38 @@ declare const ListSmsConfigurationsCommand_base: {
|
|
|
87
93
|
* // botId: "STRING_VALUE", // required
|
|
88
94
|
* // text: "STRING_VALUE", // required
|
|
89
95
|
* // },
|
|
96
|
+
* // sendGenerativeMessage: { // RouteSendGenerativeMessageTask
|
|
97
|
+
* // botId: "STRING_VALUE", // required
|
|
98
|
+
* // },
|
|
90
99
|
* // addMembers: { // RouteAddMembersTask
|
|
91
100
|
* // emails: [ // RouteAddMembersUsersList // required
|
|
92
101
|
* // "STRING_VALUE",
|
|
93
102
|
* // ],
|
|
94
103
|
* // },
|
|
104
|
+
* // notifyMessage: { // RouteNotifyMessage
|
|
105
|
+
* // botId: "STRING_VALUE", // required
|
|
106
|
+
* // userId: "STRING_VALUE",
|
|
107
|
+
* // channelId: "STRING_VALUE",
|
|
108
|
+
* // text: "STRING_VALUE", // required
|
|
109
|
+
* // variables: [ // RouteGenerativeVariablesList
|
|
110
|
+
* // { // RouteGenerativeVariable
|
|
111
|
+
* // term: "STRING_VALUE", // required
|
|
112
|
+
* // description: "STRING_VALUE", // required
|
|
113
|
+
* // },
|
|
114
|
+
* // ],
|
|
115
|
+
* // },
|
|
116
|
+
* // notifyEmail: { // RouteNotifyEmail
|
|
117
|
+
* // recipient: "STRING_VALUE", // required
|
|
118
|
+
* // text: "STRING_VALUE", // required
|
|
119
|
+
* // variables: [
|
|
120
|
+
* // {
|
|
121
|
+
* // term: "STRING_VALUE", // required
|
|
122
|
+
* // description: "STRING_VALUE", // required
|
|
123
|
+
* // },
|
|
124
|
+
* // ],
|
|
125
|
+
* // },
|
|
95
126
|
* // },
|
|
127
|
+
* // once: true || false,
|
|
96
128
|
* // },
|
|
97
129
|
* // ],
|
|
98
130
|
* // },
|
|
@@ -121,6 +153,12 @@ declare const ListSmsConfigurationsCommand_base: {
|
|
|
121
153
|
* // readTimeout: {
|
|
122
154
|
* // timeout: Number("int"), // required
|
|
123
155
|
* // },
|
|
156
|
+
* // inactivityTimeout: {
|
|
157
|
+
* // timeout: Number("int"), // required
|
|
158
|
+
* // },
|
|
159
|
+
* // evaluation: {
|
|
160
|
+
* // prompt: "STRING_VALUE", // required
|
|
161
|
+
* // },
|
|
124
162
|
* // },
|
|
125
163
|
* // ],
|
|
126
164
|
* // task: {// Union: only one key present
|
|
@@ -128,12 +166,38 @@ declare const ListSmsConfigurationsCommand_base: {
|
|
|
128
166
|
* // botId: "STRING_VALUE", // required
|
|
129
167
|
* // text: "STRING_VALUE", // required
|
|
130
168
|
* // },
|
|
169
|
+
* // sendGenerativeMessage: {
|
|
170
|
+
* // botId: "STRING_VALUE", // required
|
|
171
|
+
* // },
|
|
131
172
|
* // addMembers: {
|
|
132
173
|
* // emails: [ // required
|
|
133
174
|
* // "STRING_VALUE",
|
|
134
175
|
* // ],
|
|
135
176
|
* // },
|
|
177
|
+
* // notifyMessage: {
|
|
178
|
+
* // botId: "STRING_VALUE", // required
|
|
179
|
+
* // userId: "STRING_VALUE",
|
|
180
|
+
* // channelId: "STRING_VALUE",
|
|
181
|
+
* // text: "STRING_VALUE", // required
|
|
182
|
+
* // variables: [
|
|
183
|
+
* // {
|
|
184
|
+
* // term: "STRING_VALUE", // required
|
|
185
|
+
* // description: "STRING_VALUE", // required
|
|
186
|
+
* // },
|
|
187
|
+
* // ],
|
|
188
|
+
* // },
|
|
189
|
+
* // notifyEmail: {
|
|
190
|
+
* // recipient: "STRING_VALUE", // required
|
|
191
|
+
* // text: "STRING_VALUE", // required
|
|
192
|
+
* // variables: [
|
|
193
|
+
* // {
|
|
194
|
+
* // term: "STRING_VALUE", // required
|
|
195
|
+
* // description: "STRING_VALUE", // required
|
|
196
|
+
* // },
|
|
197
|
+
* // ],
|
|
198
|
+
* // },
|
|
136
199
|
* // },
|
|
200
|
+
* // once: true || false,
|
|
137
201
|
* // },
|
|
138
202
|
* // ],
|
|
139
203
|
* // companyId: "STRING_VALUE", // required
|
|
@@ -81,6 +81,12 @@ declare const ListWhatsAppConfigurationsCommand_base: {
|
|
|
81
81
|
* // readTimeout: { // RouteReadTimeoutCondition
|
|
82
82
|
* // timeout: Number("int"), // required
|
|
83
83
|
* // },
|
|
84
|
+
* // inactivityTimeout: { // InactivityTimeoutCondition
|
|
85
|
+
* // timeout: Number("int"), // required
|
|
86
|
+
* // },
|
|
87
|
+
* // evaluation: { // RouteEvaluationCondition
|
|
88
|
+
* // prompt: "STRING_VALUE", // required
|
|
89
|
+
* // },
|
|
84
90
|
* // },
|
|
85
91
|
* // ],
|
|
86
92
|
* // task: { // RouteActionTask Union: only one key present
|
|
@@ -88,12 +94,38 @@ declare const ListWhatsAppConfigurationsCommand_base: {
|
|
|
88
94
|
* // botId: "STRING_VALUE", // required
|
|
89
95
|
* // text: "STRING_VALUE", // required
|
|
90
96
|
* // },
|
|
97
|
+
* // sendGenerativeMessage: { // RouteSendGenerativeMessageTask
|
|
98
|
+
* // botId: "STRING_VALUE", // required
|
|
99
|
+
* // },
|
|
91
100
|
* // addMembers: { // RouteAddMembersTask
|
|
92
101
|
* // emails: [ // RouteAddMembersUsersList // required
|
|
93
102
|
* // "STRING_VALUE",
|
|
94
103
|
* // ],
|
|
95
104
|
* // },
|
|
105
|
+
* // notifyMessage: { // RouteNotifyMessage
|
|
106
|
+
* // botId: "STRING_VALUE", // required
|
|
107
|
+
* // userId: "STRING_VALUE",
|
|
108
|
+
* // channelId: "STRING_VALUE",
|
|
109
|
+
* // text: "STRING_VALUE", // required
|
|
110
|
+
* // variables: [ // RouteGenerativeVariablesList
|
|
111
|
+
* // { // RouteGenerativeVariable
|
|
112
|
+
* // term: "STRING_VALUE", // required
|
|
113
|
+
* // description: "STRING_VALUE", // required
|
|
114
|
+
* // },
|
|
115
|
+
* // ],
|
|
116
|
+
* // },
|
|
117
|
+
* // notifyEmail: { // RouteNotifyEmail
|
|
118
|
+
* // recipient: "STRING_VALUE", // required
|
|
119
|
+
* // text: "STRING_VALUE", // required
|
|
120
|
+
* // variables: [
|
|
121
|
+
* // {
|
|
122
|
+
* // term: "STRING_VALUE", // required
|
|
123
|
+
* // description: "STRING_VALUE", // required
|
|
124
|
+
* // },
|
|
125
|
+
* // ],
|
|
126
|
+
* // },
|
|
96
127
|
* // },
|
|
128
|
+
* // once: true || false,
|
|
97
129
|
* // },
|
|
98
130
|
* // ],
|
|
99
131
|
* // },
|
|
@@ -121,6 +153,12 @@ declare const ListWhatsAppConfigurationsCommand_base: {
|
|
|
121
153
|
* // readTimeout: {
|
|
122
154
|
* // timeout: Number("int"), // required
|
|
123
155
|
* // },
|
|
156
|
+
* // inactivityTimeout: {
|
|
157
|
+
* // timeout: Number("int"), // required
|
|
158
|
+
* // },
|
|
159
|
+
* // evaluation: {
|
|
160
|
+
* // prompt: "STRING_VALUE", // required
|
|
161
|
+
* // },
|
|
124
162
|
* // },
|
|
125
163
|
* // ],
|
|
126
164
|
* // task: {// Union: only one key present
|
|
@@ -128,12 +166,38 @@ declare const ListWhatsAppConfigurationsCommand_base: {
|
|
|
128
166
|
* // botId: "STRING_VALUE", // required
|
|
129
167
|
* // text: "STRING_VALUE", // required
|
|
130
168
|
* // },
|
|
169
|
+
* // sendGenerativeMessage: {
|
|
170
|
+
* // botId: "STRING_VALUE", // required
|
|
171
|
+
* // },
|
|
131
172
|
* // addMembers: {
|
|
132
173
|
* // emails: [ // required
|
|
133
174
|
* // "STRING_VALUE",
|
|
134
175
|
* // ],
|
|
135
176
|
* // },
|
|
177
|
+
* // notifyMessage: {
|
|
178
|
+
* // botId: "STRING_VALUE", // required
|
|
179
|
+
* // userId: "STRING_VALUE",
|
|
180
|
+
* // channelId: "STRING_VALUE",
|
|
181
|
+
* // text: "STRING_VALUE", // required
|
|
182
|
+
* // variables: [
|
|
183
|
+
* // {
|
|
184
|
+
* // term: "STRING_VALUE", // required
|
|
185
|
+
* // description: "STRING_VALUE", // required
|
|
186
|
+
* // },
|
|
187
|
+
* // ],
|
|
188
|
+
* // },
|
|
189
|
+
* // notifyEmail: {
|
|
190
|
+
* // recipient: "STRING_VALUE", // required
|
|
191
|
+
* // text: "STRING_VALUE", // required
|
|
192
|
+
* // variables: [
|
|
193
|
+
* // {
|
|
194
|
+
* // term: "STRING_VALUE", // required
|
|
195
|
+
* // description: "STRING_VALUE", // required
|
|
196
|
+
* // },
|
|
197
|
+
* // ],
|
|
198
|
+
* // },
|
|
136
199
|
* // },
|
|
200
|
+
* // once: true || false,
|
|
137
201
|
* // },
|
|
138
202
|
* // ],
|
|
139
203
|
* // companyId: "STRING_VALUE", // required
|
|
@@ -121,6 +121,12 @@ declare const ListWidgetsCommand_base: {
|
|
|
121
121
|
* // readTimeout: { // RouteReadTimeoutCondition
|
|
122
122
|
* // timeout: Number("int"), // required
|
|
123
123
|
* // },
|
|
124
|
+
* // inactivityTimeout: { // InactivityTimeoutCondition
|
|
125
|
+
* // timeout: Number("int"), // required
|
|
126
|
+
* // },
|
|
127
|
+
* // evaluation: { // RouteEvaluationCondition
|
|
128
|
+
* // prompt: "STRING_VALUE", // required
|
|
129
|
+
* // },
|
|
124
130
|
* // },
|
|
125
131
|
* // ],
|
|
126
132
|
* // task: { // RouteActionTask Union: only one key present
|
|
@@ -128,12 +134,38 @@ declare const ListWidgetsCommand_base: {
|
|
|
128
134
|
* // botId: "STRING_VALUE", // required
|
|
129
135
|
* // text: "STRING_VALUE", // required
|
|
130
136
|
* // },
|
|
137
|
+
* // sendGenerativeMessage: { // RouteSendGenerativeMessageTask
|
|
138
|
+
* // botId: "STRING_VALUE", // required
|
|
139
|
+
* // },
|
|
131
140
|
* // addMembers: { // RouteAddMembersTask
|
|
132
141
|
* // emails: [ // RouteAddMembersUsersList // required
|
|
133
142
|
* // "STRING_VALUE",
|
|
134
143
|
* // ],
|
|
135
144
|
* // },
|
|
145
|
+
* // notifyMessage: { // RouteNotifyMessage
|
|
146
|
+
* // botId: "STRING_VALUE", // required
|
|
147
|
+
* // userId: "STRING_VALUE",
|
|
148
|
+
* // channelId: "STRING_VALUE",
|
|
149
|
+
* // text: "STRING_VALUE", // required
|
|
150
|
+
* // variables: [ // RouteGenerativeVariablesList
|
|
151
|
+
* // { // RouteGenerativeVariable
|
|
152
|
+
* // term: "STRING_VALUE", // required
|
|
153
|
+
* // description: "STRING_VALUE", // required
|
|
154
|
+
* // },
|
|
155
|
+
* // ],
|
|
156
|
+
* // },
|
|
157
|
+
* // notifyEmail: { // RouteNotifyEmail
|
|
158
|
+
* // recipient: "STRING_VALUE", // required
|
|
159
|
+
* // text: "STRING_VALUE", // required
|
|
160
|
+
* // variables: [
|
|
161
|
+
* // {
|
|
162
|
+
* // term: "STRING_VALUE", // required
|
|
163
|
+
* // description: "STRING_VALUE", // required
|
|
164
|
+
* // },
|
|
165
|
+
* // ],
|
|
166
|
+
* // },
|
|
136
167
|
* // },
|
|
168
|
+
* // once: true || false,
|
|
137
169
|
* // },
|
|
138
170
|
* // ],
|
|
139
171
|
* // },
|
|
@@ -193,6 +225,12 @@ declare const ListWidgetsCommand_base: {
|
|
|
193
225
|
* // readTimeout: {
|
|
194
226
|
* // timeout: Number("int"), // required
|
|
195
227
|
* // },
|
|
228
|
+
* // inactivityTimeout: {
|
|
229
|
+
* // timeout: Number("int"), // required
|
|
230
|
+
* // },
|
|
231
|
+
* // evaluation: {
|
|
232
|
+
* // prompt: "STRING_VALUE", // required
|
|
233
|
+
* // },
|
|
196
234
|
* // },
|
|
197
235
|
* // ],
|
|
198
236
|
* // task: {// Union: only one key present
|
|
@@ -200,12 +238,38 @@ declare const ListWidgetsCommand_base: {
|
|
|
200
238
|
* // botId: "STRING_VALUE", // required
|
|
201
239
|
* // text: "STRING_VALUE", // required
|
|
202
240
|
* // },
|
|
241
|
+
* // sendGenerativeMessage: {
|
|
242
|
+
* // botId: "STRING_VALUE", // required
|
|
243
|
+
* // },
|
|
203
244
|
* // addMembers: {
|
|
204
245
|
* // emails: [ // required
|
|
205
246
|
* // "STRING_VALUE",
|
|
206
247
|
* // ],
|
|
207
248
|
* // },
|
|
249
|
+
* // notifyMessage: {
|
|
250
|
+
* // botId: "STRING_VALUE", // required
|
|
251
|
+
* // userId: "STRING_VALUE",
|
|
252
|
+
* // channelId: "STRING_VALUE",
|
|
253
|
+
* // text: "STRING_VALUE", // required
|
|
254
|
+
* // variables: [
|
|
255
|
+
* // {
|
|
256
|
+
* // term: "STRING_VALUE", // required
|
|
257
|
+
* // description: "STRING_VALUE", // required
|
|
258
|
+
* // },
|
|
259
|
+
* // ],
|
|
260
|
+
* // },
|
|
261
|
+
* // notifyEmail: {
|
|
262
|
+
* // recipient: "STRING_VALUE", // required
|
|
263
|
+
* // text: "STRING_VALUE", // required
|
|
264
|
+
* // variables: [
|
|
265
|
+
* // {
|
|
266
|
+
* // term: "STRING_VALUE", // required
|
|
267
|
+
* // description: "STRING_VALUE", // required
|
|
268
|
+
* // },
|
|
269
|
+
* // ],
|
|
270
|
+
* // },
|
|
208
271
|
* // },
|
|
272
|
+
* // once: true || false,
|
|
209
273
|
* // },
|
|
210
274
|
* // ],
|
|
211
275
|
* // id: "STRING_VALUE", // required
|
|
@@ -73,6 +73,12 @@ declare const PutSmsNumberConfigurationCommand_base: {
|
|
|
73
73
|
* readTimeout: { // RouteReadTimeoutCondition
|
|
74
74
|
* timeout: Number("int"), // required
|
|
75
75
|
* },
|
|
76
|
+
* inactivityTimeout: { // InactivityTimeoutCondition
|
|
77
|
+
* timeout: Number("int"), // required
|
|
78
|
+
* },
|
|
79
|
+
* evaluation: { // RouteEvaluationCondition
|
|
80
|
+
* prompt: "STRING_VALUE", // required
|
|
81
|
+
* },
|
|
76
82
|
* },
|
|
77
83
|
* ],
|
|
78
84
|
* task: { // RouteActionTask Union: only one key present
|
|
@@ -80,12 +86,38 @@ declare const PutSmsNumberConfigurationCommand_base: {
|
|
|
80
86
|
* botId: "STRING_VALUE", // required
|
|
81
87
|
* text: "STRING_VALUE", // required
|
|
82
88
|
* },
|
|
89
|
+
* sendGenerativeMessage: { // RouteSendGenerativeMessageTask
|
|
90
|
+
* botId: "STRING_VALUE", // required
|
|
91
|
+
* },
|
|
83
92
|
* addMembers: { // RouteAddMembersTask
|
|
84
93
|
* emails: [ // RouteAddMembersUsersList // required
|
|
85
94
|
* "STRING_VALUE",
|
|
86
95
|
* ],
|
|
87
96
|
* },
|
|
97
|
+
* notifyMessage: { // RouteNotifyMessage
|
|
98
|
+
* botId: "STRING_VALUE", // required
|
|
99
|
+
* userId: "STRING_VALUE",
|
|
100
|
+
* channelId: "STRING_VALUE",
|
|
101
|
+
* text: "STRING_VALUE", // required
|
|
102
|
+
* variables: [ // RouteGenerativeVariablesList
|
|
103
|
+
* { // RouteGenerativeVariable
|
|
104
|
+
* term: "STRING_VALUE", // required
|
|
105
|
+
* description: "STRING_VALUE", // required
|
|
106
|
+
* },
|
|
107
|
+
* ],
|
|
108
|
+
* },
|
|
109
|
+
* notifyEmail: { // RouteNotifyEmail
|
|
110
|
+
* recipient: "STRING_VALUE", // required
|
|
111
|
+
* text: "STRING_VALUE", // required
|
|
112
|
+
* variables: [
|
|
113
|
+
* {
|
|
114
|
+
* term: "STRING_VALUE", // required
|
|
115
|
+
* description: "STRING_VALUE", // required
|
|
116
|
+
* },
|
|
117
|
+
* ],
|
|
118
|
+
* },
|
|
88
119
|
* },
|
|
120
|
+
* once: true || false,
|
|
89
121
|
* },
|
|
90
122
|
* ],
|
|
91
123
|
* },
|
|
@@ -114,6 +146,12 @@ declare const PutSmsNumberConfigurationCommand_base: {
|
|
|
114
146
|
* readTimeout: {
|
|
115
147
|
* timeout: Number("int"), // required
|
|
116
148
|
* },
|
|
149
|
+
* inactivityTimeout: {
|
|
150
|
+
* timeout: Number("int"), // required
|
|
151
|
+
* },
|
|
152
|
+
* evaluation: {
|
|
153
|
+
* prompt: "STRING_VALUE", // required
|
|
154
|
+
* },
|
|
117
155
|
* },
|
|
118
156
|
* ],
|
|
119
157
|
* task: {// Union: only one key present
|
|
@@ -121,12 +159,38 @@ declare const PutSmsNumberConfigurationCommand_base: {
|
|
|
121
159
|
* botId: "STRING_VALUE", // required
|
|
122
160
|
* text: "STRING_VALUE", // required
|
|
123
161
|
* },
|
|
162
|
+
* sendGenerativeMessage: {
|
|
163
|
+
* botId: "STRING_VALUE", // required
|
|
164
|
+
* },
|
|
124
165
|
* addMembers: {
|
|
125
166
|
* emails: [ // required
|
|
126
167
|
* "STRING_VALUE",
|
|
127
168
|
* ],
|
|
128
169
|
* },
|
|
170
|
+
* notifyMessage: {
|
|
171
|
+
* botId: "STRING_VALUE", // required
|
|
172
|
+
* userId: "STRING_VALUE",
|
|
173
|
+
* channelId: "STRING_VALUE",
|
|
174
|
+
* text: "STRING_VALUE", // required
|
|
175
|
+
* variables: [
|
|
176
|
+
* {
|
|
177
|
+
* term: "STRING_VALUE", // required
|
|
178
|
+
* description: "STRING_VALUE", // required
|
|
179
|
+
* },
|
|
180
|
+
* ],
|
|
181
|
+
* },
|
|
182
|
+
* notifyEmail: {
|
|
183
|
+
* recipient: "STRING_VALUE", // required
|
|
184
|
+
* text: "STRING_VALUE", // required
|
|
185
|
+
* variables: [
|
|
186
|
+
* {
|
|
187
|
+
* term: "STRING_VALUE", // required
|
|
188
|
+
* description: "STRING_VALUE", // required
|
|
189
|
+
* },
|
|
190
|
+
* ],
|
|
191
|
+
* },
|
|
129
192
|
* },
|
|
193
|
+
* once: true || false,
|
|
130
194
|
* },
|
|
131
195
|
* ],
|
|
132
196
|
* companyId: "STRING_VALUE",
|
|
@@ -173,6 +237,12 @@ declare const PutSmsNumberConfigurationCommand_base: {
|
|
|
173
237
|
* // readTimeout: { // RouteReadTimeoutCondition
|
|
174
238
|
* // timeout: Number("int"), // required
|
|
175
239
|
* // },
|
|
240
|
+
* // inactivityTimeout: { // InactivityTimeoutCondition
|
|
241
|
+
* // timeout: Number("int"), // required
|
|
242
|
+
* // },
|
|
243
|
+
* // evaluation: { // RouteEvaluationCondition
|
|
244
|
+
* // prompt: "STRING_VALUE", // required
|
|
245
|
+
* // },
|
|
176
246
|
* // },
|
|
177
247
|
* // ],
|
|
178
248
|
* // task: { // RouteActionTask Union: only one key present
|
|
@@ -180,12 +250,38 @@ declare const PutSmsNumberConfigurationCommand_base: {
|
|
|
180
250
|
* // botId: "STRING_VALUE", // required
|
|
181
251
|
* // text: "STRING_VALUE", // required
|
|
182
252
|
* // },
|
|
253
|
+
* // sendGenerativeMessage: { // RouteSendGenerativeMessageTask
|
|
254
|
+
* // botId: "STRING_VALUE", // required
|
|
255
|
+
* // },
|
|
183
256
|
* // addMembers: { // RouteAddMembersTask
|
|
184
257
|
* // emails: [ // RouteAddMembersUsersList // required
|
|
185
258
|
* // "STRING_VALUE",
|
|
186
259
|
* // ],
|
|
187
260
|
* // },
|
|
261
|
+
* // notifyMessage: { // RouteNotifyMessage
|
|
262
|
+
* // botId: "STRING_VALUE", // required
|
|
263
|
+
* // userId: "STRING_VALUE",
|
|
264
|
+
* // channelId: "STRING_VALUE",
|
|
265
|
+
* // text: "STRING_VALUE", // required
|
|
266
|
+
* // variables: [ // RouteGenerativeVariablesList
|
|
267
|
+
* // { // RouteGenerativeVariable
|
|
268
|
+
* // term: "STRING_VALUE", // required
|
|
269
|
+
* // description: "STRING_VALUE", // required
|
|
270
|
+
* // },
|
|
271
|
+
* // ],
|
|
272
|
+
* // },
|
|
273
|
+
* // notifyEmail: { // RouteNotifyEmail
|
|
274
|
+
* // recipient: "STRING_VALUE", // required
|
|
275
|
+
* // text: "STRING_VALUE", // required
|
|
276
|
+
* // variables: [
|
|
277
|
+
* // {
|
|
278
|
+
* // term: "STRING_VALUE", // required
|
|
279
|
+
* // description: "STRING_VALUE", // required
|
|
280
|
+
* // },
|
|
281
|
+
* // ],
|
|
282
|
+
* // },
|
|
188
283
|
* // },
|
|
284
|
+
* // once: true || false,
|
|
189
285
|
* // },
|
|
190
286
|
* // ],
|
|
191
287
|
* // },
|
|
@@ -214,6 +310,12 @@ declare const PutSmsNumberConfigurationCommand_base: {
|
|
|
214
310
|
* // readTimeout: {
|
|
215
311
|
* // timeout: Number("int"), // required
|
|
216
312
|
* // },
|
|
313
|
+
* // inactivityTimeout: {
|
|
314
|
+
* // timeout: Number("int"), // required
|
|
315
|
+
* // },
|
|
316
|
+
* // evaluation: {
|
|
317
|
+
* // prompt: "STRING_VALUE", // required
|
|
318
|
+
* // },
|
|
217
319
|
* // },
|
|
218
320
|
* // ],
|
|
219
321
|
* // task: {// Union: only one key present
|
|
@@ -221,12 +323,38 @@ declare const PutSmsNumberConfigurationCommand_base: {
|
|
|
221
323
|
* // botId: "STRING_VALUE", // required
|
|
222
324
|
* // text: "STRING_VALUE", // required
|
|
223
325
|
* // },
|
|
326
|
+
* // sendGenerativeMessage: {
|
|
327
|
+
* // botId: "STRING_VALUE", // required
|
|
328
|
+
* // },
|
|
224
329
|
* // addMembers: {
|
|
225
330
|
* // emails: [ // required
|
|
226
331
|
* // "STRING_VALUE",
|
|
227
332
|
* // ],
|
|
228
333
|
* // },
|
|
334
|
+
* // notifyMessage: {
|
|
335
|
+
* // botId: "STRING_VALUE", // required
|
|
336
|
+
* // userId: "STRING_VALUE",
|
|
337
|
+
* // channelId: "STRING_VALUE",
|
|
338
|
+
* // text: "STRING_VALUE", // required
|
|
339
|
+
* // variables: [
|
|
340
|
+
* // {
|
|
341
|
+
* // term: "STRING_VALUE", // required
|
|
342
|
+
* // description: "STRING_VALUE", // required
|
|
343
|
+
* // },
|
|
344
|
+
* // ],
|
|
345
|
+
* // },
|
|
346
|
+
* // notifyEmail: {
|
|
347
|
+
* // recipient: "STRING_VALUE", // required
|
|
348
|
+
* // text: "STRING_VALUE", // required
|
|
349
|
+
* // variables: [
|
|
350
|
+
* // {
|
|
351
|
+
* // term: "STRING_VALUE", // required
|
|
352
|
+
* // description: "STRING_VALUE", // required
|
|
353
|
+
* // },
|
|
354
|
+
* // ],
|
|
355
|
+
* // },
|
|
229
356
|
* // },
|
|
357
|
+
* // once: true || false,
|
|
230
358
|
* // },
|
|
231
359
|
* // ],
|
|
232
360
|
* // companyId: "STRING_VALUE", // required
|