@wildix/wilma-agents-client 1.0.41 → 1.0.43
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/schemas/schemas_0.js +51 -35
- package/dist-es/schemas/schemas_0.js +47 -31
- package/dist-types/commands/CreateAgentCommand.d.ts +34 -66
- package/dist-types/commands/GetAgentCommand.d.ts +17 -33
- package/dist-types/commands/GetAgentVersionCommand.d.ts +17 -33
- package/dist-types/commands/ListAgentsCommand.d.ts +17 -33
- package/dist-types/commands/PublishAgentVersionCommand.d.ts +17 -33
- package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +17 -33
- package/dist-types/commands/UpdateAgentCommand.d.ts +34 -66
- package/dist-types/models/models_0.d.ts +110 -49
- package/dist-types/schemas/schemas_0.d.ts +4 -1
- package/package.json +56 -56
|
@@ -79,12 +79,6 @@ declare const CreateAgentCommand_base: {
|
|
|
79
79
|
* action: { // VoiceTerminateAction Union: only one key present
|
|
80
80
|
* hangup: { // VoiceTerminateHangupAction
|
|
81
81
|
* message: "STRING_VALUE",
|
|
82
|
-
* messages: [ // AgentSpokenPhraseList
|
|
83
|
-
* { // AgentSpokenPhrase
|
|
84
|
-
* language: "STRING_VALUE", // required
|
|
85
|
-
* text: "STRING_VALUE", // required
|
|
86
|
-
* },
|
|
87
|
-
* ],
|
|
88
82
|
* },
|
|
89
83
|
* transfer: { // VoiceTransferTarget
|
|
90
84
|
* name: "STRING_VALUE", // required
|
|
@@ -99,12 +93,6 @@ declare const CreateAgentCommand_base: {
|
|
|
99
93
|
* action: {// Union: only one key present
|
|
100
94
|
* hangup: {
|
|
101
95
|
* message: "STRING_VALUE",
|
|
102
|
-
* messages: [
|
|
103
|
-
* {
|
|
104
|
-
* language: "STRING_VALUE", // required
|
|
105
|
-
* text: "STRING_VALUE", // required
|
|
106
|
-
* },
|
|
107
|
-
* ],
|
|
108
96
|
* },
|
|
109
97
|
* transfer: {
|
|
110
98
|
* name: "STRING_VALUE", // required
|
|
@@ -145,6 +133,23 @@ declare const CreateAgentCommand_base: {
|
|
|
145
133
|
* ],
|
|
146
134
|
* placeholder: "STRING_VALUE",
|
|
147
135
|
* },
|
|
136
|
+
* audio: { // AssistantAudioSettings
|
|
137
|
+
* enabled: true || false, // required
|
|
138
|
+
* engine: "STRING_VALUE",
|
|
139
|
+
* speech: { // AssistantSpeechSettings
|
|
140
|
+
* languages: [ // AssistantLanguageList // required
|
|
141
|
+
* { // AssistantLanguage
|
|
142
|
+
* code: "STRING_VALUE", // required
|
|
143
|
+
* voice: "STRING_VALUE", // required
|
|
144
|
+
* isDefault: true || false,
|
|
145
|
+
* },
|
|
146
|
+
* ],
|
|
147
|
+
* transcription: { // AssistantTranscriptionSettings
|
|
148
|
+
* engine: "STRING_VALUE",
|
|
149
|
+
* autoDetect: true || false,
|
|
150
|
+
* },
|
|
151
|
+
* },
|
|
152
|
+
* },
|
|
148
153
|
* },
|
|
149
154
|
* },
|
|
150
155
|
* engine: { // AgentEngine Union: only one key present
|
|
@@ -189,12 +194,6 @@ declare const CreateAgentCommand_base: {
|
|
|
189
194
|
* },
|
|
190
195
|
* ],
|
|
191
196
|
* startMessage: "STRING_VALUE",
|
|
192
|
-
* startMessages: [
|
|
193
|
-
* {
|
|
194
|
-
* language: "STRING_VALUE", // required
|
|
195
|
-
* text: "STRING_VALUE", // required
|
|
196
|
-
* },
|
|
197
|
-
* ],
|
|
198
197
|
* pipeline: { // AgentToolPipeline
|
|
199
198
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
200
199
|
* instructions: "STRING_VALUE",
|
|
@@ -225,12 +224,6 @@ declare const CreateAgentCommand_base: {
|
|
|
225
224
|
* connector: { // AgentConnectorCapability
|
|
226
225
|
* id: "STRING_VALUE", // required
|
|
227
226
|
* startMessage: "STRING_VALUE",
|
|
228
|
-
* startMessages: [
|
|
229
|
-
* {
|
|
230
|
-
* language: "STRING_VALUE", // required
|
|
231
|
-
* text: "STRING_VALUE", // required
|
|
232
|
-
* },
|
|
233
|
-
* ],
|
|
234
227
|
* pipeline: {
|
|
235
228
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
236
229
|
* instructions: "STRING_VALUE",
|
|
@@ -434,12 +427,6 @@ declare const CreateAgentCommand_base: {
|
|
|
434
427
|
* name: "STRING_VALUE",
|
|
435
428
|
* description: "STRING_VALUE",
|
|
436
429
|
* message: "STRING_VALUE",
|
|
437
|
-
* messages: [
|
|
438
|
-
* {
|
|
439
|
-
* language: "STRING_VALUE", // required
|
|
440
|
-
* text: "STRING_VALUE", // required
|
|
441
|
-
* },
|
|
442
|
-
* ],
|
|
443
430
|
* channels: "<AgentCapabilityChannelsList>",
|
|
444
431
|
* annotations: "<AgentToolAnnotationsList>",
|
|
445
432
|
* },
|
|
@@ -498,7 +485,6 @@ declare const CreateAgentCommand_base: {
|
|
|
498
485
|
* },
|
|
499
486
|
* ],
|
|
500
487
|
* startMessage: "STRING_VALUE",
|
|
501
|
-
* startMessages: "<AgentSpokenPhraseList>",
|
|
502
488
|
* pipeline: {
|
|
503
489
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
504
490
|
* instructions: "STRING_VALUE",
|
|
@@ -512,7 +498,6 @@ declare const CreateAgentCommand_base: {
|
|
|
512
498
|
* connector: {
|
|
513
499
|
* id: "STRING_VALUE", // required
|
|
514
500
|
* startMessage: "STRING_VALUE",
|
|
515
|
-
* startMessages: "<AgentSpokenPhraseList>",
|
|
516
501
|
* pipeline: {
|
|
517
502
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
518
503
|
* instructions: "STRING_VALUE",
|
|
@@ -601,7 +586,6 @@ declare const CreateAgentCommand_base: {
|
|
|
601
586
|
* name: "STRING_VALUE",
|
|
602
587
|
* description: "STRING_VALUE",
|
|
603
588
|
* message: "STRING_VALUE",
|
|
604
|
-
* messages: "<AgentSpokenPhraseList>",
|
|
605
589
|
* channels: "<AgentCapabilityChannelsList>",
|
|
606
590
|
* annotations: "<AgentToolAnnotationsList>",
|
|
607
591
|
* },
|
|
@@ -958,12 +942,6 @@ declare const CreateAgentCommand_base: {
|
|
|
958
942
|
* // action: { // VoiceTerminateAction Union: only one key present
|
|
959
943
|
* // hangup: { // VoiceTerminateHangupAction
|
|
960
944
|
* // message: "STRING_VALUE",
|
|
961
|
-
* // messages: [ // AgentSpokenPhraseList
|
|
962
|
-
* // { // AgentSpokenPhrase
|
|
963
|
-
* // language: "STRING_VALUE", // required
|
|
964
|
-
* // text: "STRING_VALUE", // required
|
|
965
|
-
* // },
|
|
966
|
-
* // ],
|
|
967
945
|
* // },
|
|
968
946
|
* // transfer: { // VoiceTransferTarget
|
|
969
947
|
* // name: "STRING_VALUE", // required
|
|
@@ -978,12 +956,6 @@ declare const CreateAgentCommand_base: {
|
|
|
978
956
|
* // action: {// Union: only one key present
|
|
979
957
|
* // hangup: {
|
|
980
958
|
* // message: "STRING_VALUE",
|
|
981
|
-
* // messages: [
|
|
982
|
-
* // {
|
|
983
|
-
* // language: "STRING_VALUE", // required
|
|
984
|
-
* // text: "STRING_VALUE", // required
|
|
985
|
-
* // },
|
|
986
|
-
* // ],
|
|
987
959
|
* // },
|
|
988
960
|
* // transfer: {
|
|
989
961
|
* // name: "STRING_VALUE", // required
|
|
@@ -1024,6 +996,23 @@ declare const CreateAgentCommand_base: {
|
|
|
1024
996
|
* // ],
|
|
1025
997
|
* // placeholder: "STRING_VALUE",
|
|
1026
998
|
* // },
|
|
999
|
+
* // audio: { // AssistantAudioSettings
|
|
1000
|
+
* // enabled: true || false, // required
|
|
1001
|
+
* // engine: "STRING_VALUE",
|
|
1002
|
+
* // speech: { // AssistantSpeechSettings
|
|
1003
|
+
* // languages: [ // AssistantLanguageList // required
|
|
1004
|
+
* // { // AssistantLanguage
|
|
1005
|
+
* // code: "STRING_VALUE", // required
|
|
1006
|
+
* // voice: "STRING_VALUE", // required
|
|
1007
|
+
* // isDefault: true || false,
|
|
1008
|
+
* // },
|
|
1009
|
+
* // ],
|
|
1010
|
+
* // transcription: { // AssistantTranscriptionSettings
|
|
1011
|
+
* // engine: "STRING_VALUE",
|
|
1012
|
+
* // autoDetect: true || false,
|
|
1013
|
+
* // },
|
|
1014
|
+
* // },
|
|
1015
|
+
* // },
|
|
1027
1016
|
* // },
|
|
1028
1017
|
* // },
|
|
1029
1018
|
* // engine: { // AgentEngine Union: only one key present
|
|
@@ -1068,12 +1057,6 @@ declare const CreateAgentCommand_base: {
|
|
|
1068
1057
|
* // },
|
|
1069
1058
|
* // ],
|
|
1070
1059
|
* // startMessage: "STRING_VALUE",
|
|
1071
|
-
* // startMessages: [
|
|
1072
|
-
* // {
|
|
1073
|
-
* // language: "STRING_VALUE", // required
|
|
1074
|
-
* // text: "STRING_VALUE", // required
|
|
1075
|
-
* // },
|
|
1076
|
-
* // ],
|
|
1077
1060
|
* // pipeline: { // AgentToolPipeline
|
|
1078
1061
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1079
1062
|
* // instructions: "STRING_VALUE",
|
|
@@ -1104,12 +1087,6 @@ declare const CreateAgentCommand_base: {
|
|
|
1104
1087
|
* // connector: { // AgentConnectorCapability
|
|
1105
1088
|
* // id: "STRING_VALUE", // required
|
|
1106
1089
|
* // startMessage: "STRING_VALUE",
|
|
1107
|
-
* // startMessages: [
|
|
1108
|
-
* // {
|
|
1109
|
-
* // language: "STRING_VALUE", // required
|
|
1110
|
-
* // text: "STRING_VALUE", // required
|
|
1111
|
-
* // },
|
|
1112
|
-
* // ],
|
|
1113
1090
|
* // pipeline: {
|
|
1114
1091
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1115
1092
|
* // instructions: "STRING_VALUE",
|
|
@@ -1313,12 +1290,6 @@ declare const CreateAgentCommand_base: {
|
|
|
1313
1290
|
* // name: "STRING_VALUE",
|
|
1314
1291
|
* // description: "STRING_VALUE",
|
|
1315
1292
|
* // message: "STRING_VALUE",
|
|
1316
|
-
* // messages: [
|
|
1317
|
-
* // {
|
|
1318
|
-
* // language: "STRING_VALUE", // required
|
|
1319
|
-
* // text: "STRING_VALUE", // required
|
|
1320
|
-
* // },
|
|
1321
|
-
* // ],
|
|
1322
1293
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1323
1294
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1324
1295
|
* // },
|
|
@@ -1377,7 +1348,6 @@ declare const CreateAgentCommand_base: {
|
|
|
1377
1348
|
* // },
|
|
1378
1349
|
* // ],
|
|
1379
1350
|
* // startMessage: "STRING_VALUE",
|
|
1380
|
-
* // startMessages: "<AgentSpokenPhraseList>",
|
|
1381
1351
|
* // pipeline: {
|
|
1382
1352
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1383
1353
|
* // instructions: "STRING_VALUE",
|
|
@@ -1391,7 +1361,6 @@ declare const CreateAgentCommand_base: {
|
|
|
1391
1361
|
* // connector: {
|
|
1392
1362
|
* // id: "STRING_VALUE", // required
|
|
1393
1363
|
* // startMessage: "STRING_VALUE",
|
|
1394
|
-
* // startMessages: "<AgentSpokenPhraseList>",
|
|
1395
1364
|
* // pipeline: {
|
|
1396
1365
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1397
1366
|
* // instructions: "STRING_VALUE",
|
|
@@ -1480,7 +1449,6 @@ declare const CreateAgentCommand_base: {
|
|
|
1480
1449
|
* // name: "STRING_VALUE",
|
|
1481
1450
|
* // description: "STRING_VALUE",
|
|
1482
1451
|
* // message: "STRING_VALUE",
|
|
1483
|
-
* // messages: "<AgentSpokenPhraseList>",
|
|
1484
1452
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1485
1453
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1486
1454
|
* // },
|
|
@@ -86,12 +86,6 @@ declare const GetAgentCommand_base: {
|
|
|
86
86
|
* // action: { // VoiceTerminateAction Union: only one key present
|
|
87
87
|
* // hangup: { // VoiceTerminateHangupAction
|
|
88
88
|
* // message: "STRING_VALUE",
|
|
89
|
-
* // messages: [ // AgentSpokenPhraseList
|
|
90
|
-
* // { // AgentSpokenPhrase
|
|
91
|
-
* // language: "STRING_VALUE", // required
|
|
92
|
-
* // text: "STRING_VALUE", // required
|
|
93
|
-
* // },
|
|
94
|
-
* // ],
|
|
95
89
|
* // },
|
|
96
90
|
* // transfer: { // VoiceTransferTarget
|
|
97
91
|
* // name: "STRING_VALUE", // required
|
|
@@ -106,12 +100,6 @@ declare const GetAgentCommand_base: {
|
|
|
106
100
|
* // action: {// Union: only one key present
|
|
107
101
|
* // hangup: {
|
|
108
102
|
* // message: "STRING_VALUE",
|
|
109
|
-
* // messages: [
|
|
110
|
-
* // {
|
|
111
|
-
* // language: "STRING_VALUE", // required
|
|
112
|
-
* // text: "STRING_VALUE", // required
|
|
113
|
-
* // },
|
|
114
|
-
* // ],
|
|
115
103
|
* // },
|
|
116
104
|
* // transfer: {
|
|
117
105
|
* // name: "STRING_VALUE", // required
|
|
@@ -152,6 +140,23 @@ declare const GetAgentCommand_base: {
|
|
|
152
140
|
* // ],
|
|
153
141
|
* // placeholder: "STRING_VALUE",
|
|
154
142
|
* // },
|
|
143
|
+
* // audio: { // AssistantAudioSettings
|
|
144
|
+
* // enabled: true || false, // required
|
|
145
|
+
* // engine: "STRING_VALUE",
|
|
146
|
+
* // speech: { // AssistantSpeechSettings
|
|
147
|
+
* // languages: [ // AssistantLanguageList // required
|
|
148
|
+
* // { // AssistantLanguage
|
|
149
|
+
* // code: "STRING_VALUE", // required
|
|
150
|
+
* // voice: "STRING_VALUE", // required
|
|
151
|
+
* // isDefault: true || false,
|
|
152
|
+
* // },
|
|
153
|
+
* // ],
|
|
154
|
+
* // transcription: { // AssistantTranscriptionSettings
|
|
155
|
+
* // engine: "STRING_VALUE",
|
|
156
|
+
* // autoDetect: true || false,
|
|
157
|
+
* // },
|
|
158
|
+
* // },
|
|
159
|
+
* // },
|
|
155
160
|
* // },
|
|
156
161
|
* // },
|
|
157
162
|
* // engine: { // AgentEngine Union: only one key present
|
|
@@ -196,12 +201,6 @@ declare const GetAgentCommand_base: {
|
|
|
196
201
|
* // },
|
|
197
202
|
* // ],
|
|
198
203
|
* // startMessage: "STRING_VALUE",
|
|
199
|
-
* // startMessages: [
|
|
200
|
-
* // {
|
|
201
|
-
* // language: "STRING_VALUE", // required
|
|
202
|
-
* // text: "STRING_VALUE", // required
|
|
203
|
-
* // },
|
|
204
|
-
* // ],
|
|
205
204
|
* // pipeline: { // AgentToolPipeline
|
|
206
205
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
207
206
|
* // instructions: "STRING_VALUE",
|
|
@@ -232,12 +231,6 @@ declare const GetAgentCommand_base: {
|
|
|
232
231
|
* // connector: { // AgentConnectorCapability
|
|
233
232
|
* // id: "STRING_VALUE", // required
|
|
234
233
|
* // startMessage: "STRING_VALUE",
|
|
235
|
-
* // startMessages: [
|
|
236
|
-
* // {
|
|
237
|
-
* // language: "STRING_VALUE", // required
|
|
238
|
-
* // text: "STRING_VALUE", // required
|
|
239
|
-
* // },
|
|
240
|
-
* // ],
|
|
241
234
|
* // pipeline: {
|
|
242
235
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
243
236
|
* // instructions: "STRING_VALUE",
|
|
@@ -441,12 +434,6 @@ declare const GetAgentCommand_base: {
|
|
|
441
434
|
* // name: "STRING_VALUE",
|
|
442
435
|
* // description: "STRING_VALUE",
|
|
443
436
|
* // message: "STRING_VALUE",
|
|
444
|
-
* // messages: [
|
|
445
|
-
* // {
|
|
446
|
-
* // language: "STRING_VALUE", // required
|
|
447
|
-
* // text: "STRING_VALUE", // required
|
|
448
|
-
* // },
|
|
449
|
-
* // ],
|
|
450
437
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
451
438
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
452
439
|
* // },
|
|
@@ -505,7 +492,6 @@ declare const GetAgentCommand_base: {
|
|
|
505
492
|
* // },
|
|
506
493
|
* // ],
|
|
507
494
|
* // startMessage: "STRING_VALUE",
|
|
508
|
-
* // startMessages: "<AgentSpokenPhraseList>",
|
|
509
495
|
* // pipeline: {
|
|
510
496
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
511
497
|
* // instructions: "STRING_VALUE",
|
|
@@ -519,7 +505,6 @@ declare const GetAgentCommand_base: {
|
|
|
519
505
|
* // connector: {
|
|
520
506
|
* // id: "STRING_VALUE", // required
|
|
521
507
|
* // startMessage: "STRING_VALUE",
|
|
522
|
-
* // startMessages: "<AgentSpokenPhraseList>",
|
|
523
508
|
* // pipeline: {
|
|
524
509
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
525
510
|
* // instructions: "STRING_VALUE",
|
|
@@ -608,7 +593,6 @@ declare const GetAgentCommand_base: {
|
|
|
608
593
|
* // name: "STRING_VALUE",
|
|
609
594
|
* // description: "STRING_VALUE",
|
|
610
595
|
* // message: "STRING_VALUE",
|
|
611
|
-
* // messages: "<AgentSpokenPhraseList>",
|
|
612
596
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
613
597
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
614
598
|
* // },
|
|
@@ -93,12 +93,6 @@ declare const GetAgentVersionCommand_base: {
|
|
|
93
93
|
* // action: { // VoiceTerminateAction Union: only one key present
|
|
94
94
|
* // hangup: { // VoiceTerminateHangupAction
|
|
95
95
|
* // message: "STRING_VALUE",
|
|
96
|
-
* // messages: [ // AgentSpokenPhraseList
|
|
97
|
-
* // { // AgentSpokenPhrase
|
|
98
|
-
* // language: "STRING_VALUE", // required
|
|
99
|
-
* // text: "STRING_VALUE", // required
|
|
100
|
-
* // },
|
|
101
|
-
* // ],
|
|
102
96
|
* // },
|
|
103
97
|
* // transfer: { // VoiceTransferTarget
|
|
104
98
|
* // name: "STRING_VALUE", // required
|
|
@@ -113,12 +107,6 @@ declare const GetAgentVersionCommand_base: {
|
|
|
113
107
|
* // action: {// Union: only one key present
|
|
114
108
|
* // hangup: {
|
|
115
109
|
* // message: "STRING_VALUE",
|
|
116
|
-
* // messages: [
|
|
117
|
-
* // {
|
|
118
|
-
* // language: "STRING_VALUE", // required
|
|
119
|
-
* // text: "STRING_VALUE", // required
|
|
120
|
-
* // },
|
|
121
|
-
* // ],
|
|
122
110
|
* // },
|
|
123
111
|
* // transfer: {
|
|
124
112
|
* // name: "STRING_VALUE", // required
|
|
@@ -159,6 +147,23 @@ declare const GetAgentVersionCommand_base: {
|
|
|
159
147
|
* // ],
|
|
160
148
|
* // placeholder: "STRING_VALUE",
|
|
161
149
|
* // },
|
|
150
|
+
* // audio: { // AssistantAudioSettings
|
|
151
|
+
* // enabled: true || false, // required
|
|
152
|
+
* // engine: "STRING_VALUE",
|
|
153
|
+
* // speech: { // AssistantSpeechSettings
|
|
154
|
+
* // languages: [ // AssistantLanguageList // required
|
|
155
|
+
* // { // AssistantLanguage
|
|
156
|
+
* // code: "STRING_VALUE", // required
|
|
157
|
+
* // voice: "STRING_VALUE", // required
|
|
158
|
+
* // isDefault: true || false,
|
|
159
|
+
* // },
|
|
160
|
+
* // ],
|
|
161
|
+
* // transcription: { // AssistantTranscriptionSettings
|
|
162
|
+
* // engine: "STRING_VALUE",
|
|
163
|
+
* // autoDetect: true || false,
|
|
164
|
+
* // },
|
|
165
|
+
* // },
|
|
166
|
+
* // },
|
|
162
167
|
* // },
|
|
163
168
|
* // },
|
|
164
169
|
* // engine: { // AgentEngine Union: only one key present
|
|
@@ -203,12 +208,6 @@ declare const GetAgentVersionCommand_base: {
|
|
|
203
208
|
* // },
|
|
204
209
|
* // ],
|
|
205
210
|
* // startMessage: "STRING_VALUE",
|
|
206
|
-
* // startMessages: [
|
|
207
|
-
* // {
|
|
208
|
-
* // language: "STRING_VALUE", // required
|
|
209
|
-
* // text: "STRING_VALUE", // required
|
|
210
|
-
* // },
|
|
211
|
-
* // ],
|
|
212
211
|
* // pipeline: { // AgentToolPipeline
|
|
213
212
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
214
213
|
* // instructions: "STRING_VALUE",
|
|
@@ -239,12 +238,6 @@ declare const GetAgentVersionCommand_base: {
|
|
|
239
238
|
* // connector: { // AgentConnectorCapability
|
|
240
239
|
* // id: "STRING_VALUE", // required
|
|
241
240
|
* // startMessage: "STRING_VALUE",
|
|
242
|
-
* // startMessages: [
|
|
243
|
-
* // {
|
|
244
|
-
* // language: "STRING_VALUE", // required
|
|
245
|
-
* // text: "STRING_VALUE", // required
|
|
246
|
-
* // },
|
|
247
|
-
* // ],
|
|
248
241
|
* // pipeline: {
|
|
249
242
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
250
243
|
* // instructions: "STRING_VALUE",
|
|
@@ -448,12 +441,6 @@ declare const GetAgentVersionCommand_base: {
|
|
|
448
441
|
* // name: "STRING_VALUE",
|
|
449
442
|
* // description: "STRING_VALUE",
|
|
450
443
|
* // message: "STRING_VALUE",
|
|
451
|
-
* // messages: [
|
|
452
|
-
* // {
|
|
453
|
-
* // language: "STRING_VALUE", // required
|
|
454
|
-
* // text: "STRING_VALUE", // required
|
|
455
|
-
* // },
|
|
456
|
-
* // ],
|
|
457
444
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
458
445
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
459
446
|
* // },
|
|
@@ -512,7 +499,6 @@ declare const GetAgentVersionCommand_base: {
|
|
|
512
499
|
* // },
|
|
513
500
|
* // ],
|
|
514
501
|
* // startMessage: "STRING_VALUE",
|
|
515
|
-
* // startMessages: "<AgentSpokenPhraseList>",
|
|
516
502
|
* // pipeline: {
|
|
517
503
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
518
504
|
* // instructions: "STRING_VALUE",
|
|
@@ -526,7 +512,6 @@ declare const GetAgentVersionCommand_base: {
|
|
|
526
512
|
* // connector: {
|
|
527
513
|
* // id: "STRING_VALUE", // required
|
|
528
514
|
* // startMessage: "STRING_VALUE",
|
|
529
|
-
* // startMessages: "<AgentSpokenPhraseList>",
|
|
530
515
|
* // pipeline: {
|
|
531
516
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
532
517
|
* // instructions: "STRING_VALUE",
|
|
@@ -615,7 +600,6 @@ declare const GetAgentVersionCommand_base: {
|
|
|
615
600
|
* // name: "STRING_VALUE",
|
|
616
601
|
* // description: "STRING_VALUE",
|
|
617
602
|
* // message: "STRING_VALUE",
|
|
618
|
-
* // messages: "<AgentSpokenPhraseList>",
|
|
619
603
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
620
604
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
621
605
|
* // },
|
|
@@ -91,12 +91,6 @@ declare const ListAgentsCommand_base: {
|
|
|
91
91
|
* // action: { // VoiceTerminateAction Union: only one key present
|
|
92
92
|
* // hangup: { // VoiceTerminateHangupAction
|
|
93
93
|
* // message: "STRING_VALUE",
|
|
94
|
-
* // messages: [ // AgentSpokenPhraseList
|
|
95
|
-
* // { // AgentSpokenPhrase
|
|
96
|
-
* // language: "STRING_VALUE", // required
|
|
97
|
-
* // text: "STRING_VALUE", // required
|
|
98
|
-
* // },
|
|
99
|
-
* // ],
|
|
100
94
|
* // },
|
|
101
95
|
* // transfer: { // VoiceTransferTarget
|
|
102
96
|
* // name: "STRING_VALUE", // required
|
|
@@ -111,12 +105,6 @@ declare const ListAgentsCommand_base: {
|
|
|
111
105
|
* // action: {// Union: only one key present
|
|
112
106
|
* // hangup: {
|
|
113
107
|
* // message: "STRING_VALUE",
|
|
114
|
-
* // messages: [
|
|
115
|
-
* // {
|
|
116
|
-
* // language: "STRING_VALUE", // required
|
|
117
|
-
* // text: "STRING_VALUE", // required
|
|
118
|
-
* // },
|
|
119
|
-
* // ],
|
|
120
108
|
* // },
|
|
121
109
|
* // transfer: {
|
|
122
110
|
* // name: "STRING_VALUE", // required
|
|
@@ -157,6 +145,23 @@ declare const ListAgentsCommand_base: {
|
|
|
157
145
|
* // ],
|
|
158
146
|
* // placeholder: "STRING_VALUE",
|
|
159
147
|
* // },
|
|
148
|
+
* // audio: { // AssistantAudioSettings
|
|
149
|
+
* // enabled: true || false, // required
|
|
150
|
+
* // engine: "STRING_VALUE",
|
|
151
|
+
* // speech: { // AssistantSpeechSettings
|
|
152
|
+
* // languages: [ // AssistantLanguageList // required
|
|
153
|
+
* // { // AssistantLanguage
|
|
154
|
+
* // code: "STRING_VALUE", // required
|
|
155
|
+
* // voice: "STRING_VALUE", // required
|
|
156
|
+
* // isDefault: true || false,
|
|
157
|
+
* // },
|
|
158
|
+
* // ],
|
|
159
|
+
* // transcription: { // AssistantTranscriptionSettings
|
|
160
|
+
* // engine: "STRING_VALUE",
|
|
161
|
+
* // autoDetect: true || false,
|
|
162
|
+
* // },
|
|
163
|
+
* // },
|
|
164
|
+
* // },
|
|
160
165
|
* // },
|
|
161
166
|
* // },
|
|
162
167
|
* // engine: { // AgentEngine Union: only one key present
|
|
@@ -201,12 +206,6 @@ declare const ListAgentsCommand_base: {
|
|
|
201
206
|
* // },
|
|
202
207
|
* // ],
|
|
203
208
|
* // startMessage: "STRING_VALUE",
|
|
204
|
-
* // startMessages: [
|
|
205
|
-
* // {
|
|
206
|
-
* // language: "STRING_VALUE", // required
|
|
207
|
-
* // text: "STRING_VALUE", // required
|
|
208
|
-
* // },
|
|
209
|
-
* // ],
|
|
210
209
|
* // pipeline: { // AgentToolPipeline
|
|
211
210
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
212
211
|
* // instructions: "STRING_VALUE",
|
|
@@ -237,12 +236,6 @@ declare const ListAgentsCommand_base: {
|
|
|
237
236
|
* // connector: { // AgentConnectorCapability
|
|
238
237
|
* // id: "STRING_VALUE", // required
|
|
239
238
|
* // startMessage: "STRING_VALUE",
|
|
240
|
-
* // startMessages: [
|
|
241
|
-
* // {
|
|
242
|
-
* // language: "STRING_VALUE", // required
|
|
243
|
-
* // text: "STRING_VALUE", // required
|
|
244
|
-
* // },
|
|
245
|
-
* // ],
|
|
246
239
|
* // pipeline: {
|
|
247
240
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
248
241
|
* // instructions: "STRING_VALUE",
|
|
@@ -446,12 +439,6 @@ declare const ListAgentsCommand_base: {
|
|
|
446
439
|
* // name: "STRING_VALUE",
|
|
447
440
|
* // description: "STRING_VALUE",
|
|
448
441
|
* // message: "STRING_VALUE",
|
|
449
|
-
* // messages: [
|
|
450
|
-
* // {
|
|
451
|
-
* // language: "STRING_VALUE", // required
|
|
452
|
-
* // text: "STRING_VALUE", // required
|
|
453
|
-
* // },
|
|
454
|
-
* // ],
|
|
455
442
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
456
443
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
457
444
|
* // },
|
|
@@ -510,7 +497,6 @@ declare const ListAgentsCommand_base: {
|
|
|
510
497
|
* // },
|
|
511
498
|
* // ],
|
|
512
499
|
* // startMessage: "STRING_VALUE",
|
|
513
|
-
* // startMessages: "<AgentSpokenPhraseList>",
|
|
514
500
|
* // pipeline: {
|
|
515
501
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
516
502
|
* // instructions: "STRING_VALUE",
|
|
@@ -524,7 +510,6 @@ declare const ListAgentsCommand_base: {
|
|
|
524
510
|
* // connector: {
|
|
525
511
|
* // id: "STRING_VALUE", // required
|
|
526
512
|
* // startMessage: "STRING_VALUE",
|
|
527
|
-
* // startMessages: "<AgentSpokenPhraseList>",
|
|
528
513
|
* // pipeline: {
|
|
529
514
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
530
515
|
* // instructions: "STRING_VALUE",
|
|
@@ -613,7 +598,6 @@ declare const ListAgentsCommand_base: {
|
|
|
613
598
|
* // name: "STRING_VALUE",
|
|
614
599
|
* // description: "STRING_VALUE",
|
|
615
600
|
* // message: "STRING_VALUE",
|
|
616
|
-
* // messages: "<AgentSpokenPhraseList>",
|
|
617
601
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
618
602
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
619
603
|
* // },
|