@wildix/wim-voicebots-client 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/protocols/Aws_restJson1.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1 -0
- package/dist-types/commands/CreateVoiceBotCommand.d.ts +5 -0
- package/dist-types/commands/GetVoiceBotCommand.d.ts +3 -0
- package/dist-types/commands/ListVoiceBotsCommand.d.ts +3 -0
- package/dist-types/commands/UpdateVoiceBotCommand.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +10 -0
- package/package.json +1 -1
|
@@ -895,6 +895,7 @@ const de_TraceTimings = (output, context) => {
|
|
|
895
895
|
const de_VoiceBot = (output, context) => {
|
|
896
896
|
return (0, smithy_client_1.take)(output, {
|
|
897
897
|
'capabilities': smithy_client_1._json,
|
|
898
|
+
'category': smithy_client_1.expectString,
|
|
898
899
|
'createdAt': smithy_client_1.expectString,
|
|
899
900
|
'endpoint': (_) => de_VoiceBotEndpoint((0, core_1.awsExpectUnion)(_), context),
|
|
900
901
|
'id': smithy_client_1.expectString,
|
|
@@ -864,6 +864,7 @@ const de_TraceTimings = (output, context) => {
|
|
|
864
864
|
const de_VoiceBot = (output, context) => {
|
|
865
865
|
return take(output, {
|
|
866
866
|
'capabilities': _json,
|
|
867
|
+
'category': __expectString,
|
|
867
868
|
'createdAt': __expectString,
|
|
868
869
|
'endpoint': (_) => de_VoiceBotEndpoint(__expectUnion(_), context),
|
|
869
870
|
'id': __expectString,
|
|
@@ -146,6 +146,7 @@ declare const CreateVoiceBotCommand_base: {
|
|
|
146
146
|
* },
|
|
147
147
|
* },
|
|
148
148
|
* ],
|
|
149
|
+
* startMessage: "STRING_VALUE",
|
|
149
150
|
* },
|
|
150
151
|
* kb: { // VoiceBotKnowledgeBase
|
|
151
152
|
* knowledgeBaseId: "STRING_VALUE",
|
|
@@ -192,6 +193,7 @@ declare const CreateVoiceBotCommand_base: {
|
|
|
192
193
|
* },
|
|
193
194
|
* },
|
|
194
195
|
* ],
|
|
196
|
+
* startMessage: "STRING_VALUE",
|
|
195
197
|
* },
|
|
196
198
|
* kb: {
|
|
197
199
|
* knowledgeBaseId: "STRING_VALUE",
|
|
@@ -316,6 +318,7 @@ declare const CreateVoiceBotCommand_base: {
|
|
|
316
318
|
* // },
|
|
317
319
|
* // },
|
|
318
320
|
* // ],
|
|
321
|
+
* // startMessage: "STRING_VALUE",
|
|
319
322
|
* // },
|
|
320
323
|
* // kb: { // VoiceBotKnowledgeBase
|
|
321
324
|
* // knowledgeBaseId: "STRING_VALUE",
|
|
@@ -362,6 +365,7 @@ declare const CreateVoiceBotCommand_base: {
|
|
|
362
365
|
* // },
|
|
363
366
|
* // },
|
|
364
367
|
* // ],
|
|
368
|
+
* // startMessage: "STRING_VALUE",
|
|
365
369
|
* // },
|
|
366
370
|
* // kb: {
|
|
367
371
|
* // knowledgeBaseId: "STRING_VALUE",
|
|
@@ -370,6 +374,7 @@ declare const CreateVoiceBotCommand_base: {
|
|
|
370
374
|
* // },
|
|
371
375
|
* // ],
|
|
372
376
|
* // id: "STRING_VALUE", // required
|
|
377
|
+
* // category: "STRING_VALUE",
|
|
373
378
|
* // createdAt: "STRING_VALUE", // required
|
|
374
379
|
* // updatedAt: "STRING_VALUE",
|
|
375
380
|
* // },
|
|
@@ -153,6 +153,7 @@ declare const GetVoiceBotCommand_base: {
|
|
|
153
153
|
* // },
|
|
154
154
|
* // },
|
|
155
155
|
* // ],
|
|
156
|
+
* // startMessage: "STRING_VALUE",
|
|
156
157
|
* // },
|
|
157
158
|
* // kb: { // VoiceBotKnowledgeBase
|
|
158
159
|
* // knowledgeBaseId: "STRING_VALUE",
|
|
@@ -199,6 +200,7 @@ declare const GetVoiceBotCommand_base: {
|
|
|
199
200
|
* // },
|
|
200
201
|
* // },
|
|
201
202
|
* // ],
|
|
203
|
+
* // startMessage: "STRING_VALUE",
|
|
202
204
|
* // },
|
|
203
205
|
* // kb: {
|
|
204
206
|
* // knowledgeBaseId: "STRING_VALUE",
|
|
@@ -207,6 +209,7 @@ declare const GetVoiceBotCommand_base: {
|
|
|
207
209
|
* // },
|
|
208
210
|
* // ],
|
|
209
211
|
* // id: "STRING_VALUE", // required
|
|
212
|
+
* // category: "STRING_VALUE",
|
|
210
213
|
* // createdAt: "STRING_VALUE", // required
|
|
211
214
|
* // updatedAt: "STRING_VALUE",
|
|
212
215
|
* // },
|
|
@@ -153,6 +153,7 @@ declare const ListVoiceBotsCommand_base: {
|
|
|
153
153
|
* // },
|
|
154
154
|
* // },
|
|
155
155
|
* // ],
|
|
156
|
+
* // startMessage: "STRING_VALUE",
|
|
156
157
|
* // },
|
|
157
158
|
* // kb: { // VoiceBotKnowledgeBase
|
|
158
159
|
* // knowledgeBaseId: "STRING_VALUE",
|
|
@@ -199,6 +200,7 @@ declare const ListVoiceBotsCommand_base: {
|
|
|
199
200
|
* // },
|
|
200
201
|
* // },
|
|
201
202
|
* // ],
|
|
203
|
+
* // startMessage: "STRING_VALUE",
|
|
202
204
|
* // },
|
|
203
205
|
* // kb: {
|
|
204
206
|
* // knowledgeBaseId: "STRING_VALUE",
|
|
@@ -207,6 +209,7 @@ declare const ListVoiceBotsCommand_base: {
|
|
|
207
209
|
* // },
|
|
208
210
|
* // ],
|
|
209
211
|
* // id: "STRING_VALUE", // required
|
|
212
|
+
* // category: "STRING_VALUE",
|
|
210
213
|
* // createdAt: "STRING_VALUE", // required
|
|
211
214
|
* // updatedAt: "STRING_VALUE",
|
|
212
215
|
* // },
|
|
@@ -146,6 +146,7 @@ declare const UpdateVoiceBotCommand_base: {
|
|
|
146
146
|
* },
|
|
147
147
|
* },
|
|
148
148
|
* ],
|
|
149
|
+
* startMessage: "STRING_VALUE",
|
|
149
150
|
* },
|
|
150
151
|
* kb: { // VoiceBotKnowledgeBase
|
|
151
152
|
* knowledgeBaseId: "STRING_VALUE",
|
|
@@ -192,6 +193,7 @@ declare const UpdateVoiceBotCommand_base: {
|
|
|
192
193
|
* },
|
|
193
194
|
* },
|
|
194
195
|
* ],
|
|
196
|
+
* startMessage: "STRING_VALUE",
|
|
195
197
|
* },
|
|
196
198
|
* kb: {
|
|
197
199
|
* knowledgeBaseId: "STRING_VALUE",
|
|
@@ -317,6 +319,7 @@ declare const UpdateVoiceBotCommand_base: {
|
|
|
317
319
|
* // },
|
|
318
320
|
* // },
|
|
319
321
|
* // ],
|
|
322
|
+
* // startMessage: "STRING_VALUE",
|
|
320
323
|
* // },
|
|
321
324
|
* // kb: { // VoiceBotKnowledgeBase
|
|
322
325
|
* // knowledgeBaseId: "STRING_VALUE",
|
|
@@ -363,6 +366,7 @@ declare const UpdateVoiceBotCommand_base: {
|
|
|
363
366
|
* // },
|
|
364
367
|
* // },
|
|
365
368
|
* // ],
|
|
369
|
+
* // startMessage: "STRING_VALUE",
|
|
366
370
|
* // },
|
|
367
371
|
* // kb: {
|
|
368
372
|
* // knowledgeBaseId: "STRING_VALUE",
|
|
@@ -371,6 +375,7 @@ declare const UpdateVoiceBotCommand_base: {
|
|
|
371
375
|
* // },
|
|
372
376
|
* // ],
|
|
373
377
|
* // id: "STRING_VALUE", // required
|
|
378
|
+
* // category: "STRING_VALUE",
|
|
374
379
|
* // createdAt: "STRING_VALUE", // required
|
|
375
380
|
* // updatedAt: "STRING_VALUE",
|
|
376
381
|
* // },
|
|
@@ -179,6 +179,11 @@ export interface VoiceBotCapabilityTool {
|
|
|
179
179
|
*/
|
|
180
180
|
id: string;
|
|
181
181
|
variables?: (VoiceBotToolVariable)[] | undefined;
|
|
182
|
+
/**
|
|
183
|
+
* Message spoken when the tool call starts.
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
186
|
+
startMessage?: string | undefined;
|
|
182
187
|
}
|
|
183
188
|
/**
|
|
184
189
|
* @public
|
|
@@ -741,6 +746,11 @@ export interface VoiceBot {
|
|
|
741
746
|
endpoint: VoiceBotEndpoint;
|
|
742
747
|
capabilities?: (VoiceBotCapability)[] | undefined;
|
|
743
748
|
id: string;
|
|
749
|
+
/**
|
|
750
|
+
* Category of the bot
|
|
751
|
+
* @public
|
|
752
|
+
*/
|
|
753
|
+
category?: string | undefined;
|
|
744
754
|
createdAt: string;
|
|
745
755
|
updatedAt?: string | undefined;
|
|
746
756
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/wim-voicebots-client",
|
|
3
3
|
"description": "@wildix/wim-voicebots-client client",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.3",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|