@wildix/wilma-agents-client 1.0.28 → 1.0.29

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 (33) hide show
  1. package/dist-cjs/WilmaAgents.js +6 -0
  2. package/dist-cjs/commands/DeletePronunciationDictionaryCommand.js +20 -0
  3. package/dist-cjs/commands/ListPronunciationDictionariesCommand.js +20 -0
  4. package/dist-cjs/commands/PutPronunciationDictionaryCommand.js +20 -0
  5. package/dist-cjs/commands/index.js +3 -0
  6. package/dist-cjs/models/enums.js +19 -7
  7. package/dist-cjs/schemas/schemas_0.js +233 -84
  8. package/dist-es/WilmaAgents.js +6 -0
  9. package/dist-es/commands/DeletePronunciationDictionaryCommand.js +16 -0
  10. package/dist-es/commands/ListPronunciationDictionariesCommand.js +16 -0
  11. package/dist-es/commands/PutPronunciationDictionaryCommand.js +16 -0
  12. package/dist-es/commands/index.js +3 -0
  13. package/dist-es/models/enums.js +18 -6
  14. package/dist-es/schemas/schemas_0.js +230 -81
  15. package/dist-types/WilmaAgents.d.ts +25 -3
  16. package/dist-types/WilmaAgentsClient.d.ts +8 -5
  17. package/dist-types/commands/CreateAgentCommand.d.ts +212 -32
  18. package/dist-types/commands/DeletePronunciationDictionaryCommand.d.ts +82 -0
  19. package/dist-types/commands/GetAgentCommand.d.ts +106 -16
  20. package/dist-types/commands/GetAgentVersionCommand.d.ts +106 -16
  21. package/dist-types/commands/ListAgentsCommand.d.ts +107 -17
  22. package/dist-types/commands/ListAgentsNamesCommand.d.ts +18 -2
  23. package/dist-types/commands/ListPronunciationDictionariesCommand.d.ts +103 -0
  24. package/dist-types/commands/PublishAgentVersionCommand.d.ts +106 -16
  25. package/dist-types/commands/PutPronunciationDictionaryCommand.d.ts +117 -0
  26. package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +106 -16
  27. package/dist-types/commands/UpdateAgentCommand.d.ts +212 -32
  28. package/dist-types/commands/index.d.ts +3 -0
  29. package/dist-types/index.d.ts +3 -3
  30. package/dist-types/models/enums.d.ts +68 -26
  31. package/dist-types/models/models_0.d.ts +618 -49
  32. package/dist-types/schemas/schemas_0.d.ts +18 -1
  33. package/package.json +2 -2
@@ -44,6 +44,61 @@ declare const CreateAgentCommand_base: {
44
44
  * channels: { // AgentChannels
45
45
  * voice: { // VoiceChannelSettings
46
46
  * greeting: "STRING_VALUE",
47
+ * backgroundSound: "STRING_VALUE",
48
+ * speech: { // VoiceSpeechSettings
49
+ * provider: "elevenlabs" || "google" || "amazon_polly", // required
50
+ * languages: [ // VoiceLanguageList // required
51
+ * { // VoiceLanguage
52
+ * code: "STRING_VALUE", // required
53
+ * provider: "elevenlabs" || "google" || "amazon_polly",
54
+ * voice: "STRING_VALUE", // required
55
+ * greeting: "STRING_VALUE",
56
+ * isDefault: true || false,
57
+ * instructions: "STRING_VALUE",
58
+ * synthesis: { // VoiceSynthesisOptions
59
+ * model: "STRING_VALUE",
60
+ * speed: Number("float"),
61
+ * stability: Number("float"),
62
+ * similarity: Number("float"),
63
+ * style: Number("float"),
64
+ * speakerBoost: true || false,
65
+ * pitch: Number("float"),
66
+ * volumeGain: Number("float"),
67
+ * },
68
+ * credential: { // SecretRef
69
+ * id: "STRING_VALUE", // required
70
+ * },
71
+ * pronunciations: [ // VoicePronunciationList
72
+ * { // VoicePronunciation
73
+ * phrase: "STRING_VALUE", // required
74
+ * as: "STRING_VALUE", // required
75
+ * encoding: "alias" || "ipa",
76
+ * },
77
+ * ],
78
+ * pronunciationSuppressions: [ // VoicePronunciationSuppressionList
79
+ * "STRING_VALUE",
80
+ * ],
81
+ * },
82
+ * ],
83
+ * autoDetect: true || false,
84
+ * greetEveryLanguage: true || false,
85
+ * transcription: { // VoiceTranscriptionSettings
86
+ * vendor: "aws",
87
+ * },
88
+ * synthesis: {
89
+ * model: "STRING_VALUE",
90
+ * speed: Number("float"),
91
+ * stability: Number("float"),
92
+ * similarity: Number("float"),
93
+ * style: Number("float"),
94
+ * speakerBoost: true || false,
95
+ * pitch: Number("float"),
96
+ * volumeGain: Number("float"),
97
+ * },
98
+ * credential: {
99
+ * id: "STRING_VALUE", // required
100
+ * },
101
+ * },
47
102
  * interruptions: { // VoiceInterruptionSettings
48
103
  * enabled: true || false, // required
49
104
  * minWords: Number("int"),
@@ -93,8 +148,21 @@ declare const CreateAgentCommand_base: {
93
148
  * },
94
149
  * assistant: { // AssistantChannelSettings
95
150
  * default: true || false,
151
+ * ui: { // AssistantUiSettings
152
+ * welcome: { // AssistantWelcomeSettings
153
+ * title: "STRING_VALUE",
154
+ * subtitle: "STRING_VALUE",
155
+ * },
156
+ * commands: [ // AssistantQuickCommandsList
157
+ * { // AssistantQuickCommand
158
+ * title: "STRING_VALUE", // required
159
+ * description: "STRING_VALUE",
160
+ * prompt: "STRING_VALUE", // required
161
+ * },
162
+ * ],
163
+ * placeholder: "STRING_VALUE",
164
+ * },
96
165
  * },
97
- * workflow: {},
98
166
  * },
99
167
  * engine: { // AgentEngine Union: only one key present
100
168
  * ai: { // AgentAiEngine
@@ -145,6 +213,9 @@ declare const CreateAgentCommand_base: {
145
213
  * approval: { // AgentToolApproval
146
214
  * prompt: "STRING_VALUE",
147
215
  * },
216
+ * channels: [ // AgentCapabilityChannelsList
217
+ * "voice" || "chat" || "assistant",
218
+ * ],
148
219
  * annotations: [ // AgentToolAnnotationsList
149
220
  * { // AgentToolAnnotation Union: only one key present
150
221
  * tag: { // AgentToolTagAnnotation
@@ -172,6 +243,9 @@ declare const CreateAgentCommand_base: {
172
243
  * approval: {
173
244
  * prompt: "STRING_VALUE",
174
245
  * },
246
+ * channels: [
247
+ * "voice" || "chat" || "assistant",
248
+ * ],
175
249
  * annotations: [
176
250
  * {// Union: only one key present
177
251
  * tag: {
@@ -192,6 +266,9 @@ declare const CreateAgentCommand_base: {
192
266
  * kb: { // AgentKnowledgeBase
193
267
  * knowledgeBaseId: "STRING_VALUE",
194
268
  * instructions: "STRING_VALUE",
269
+ * channels: [
270
+ * "voice" || "chat" || "assistant",
271
+ * ],
195
272
  * annotations: [
196
273
  * {// Union: only one key present
197
274
  * tag: {
@@ -237,17 +314,23 @@ declare const CreateAgentCommand_base: {
237
314
  * city: "STRING_VALUE",
238
315
  * timezone: "STRING_VALUE",
239
316
  * },
317
+ * channels: [
318
+ * "voice" || "chat" || "assistant",
319
+ * ],
240
320
  * },
241
321
  * webFetch: { // AgentWebFetchCapability
242
322
  * allowedDomains: [
243
323
  * "STRING_VALUE",
244
324
  * ],
325
+ * channels: [
326
+ * "voice" || "chat" || "assistant",
327
+ * ],
245
328
  * },
246
329
  * agent: { // AgentCallCapability
247
330
  * agentId: "STRING_VALUE", // required
248
331
  * agentVersion: Number("int"),
249
332
  * access: { // AgentAccess
250
- * visibility: "explicit" || "organization",
333
+ * visibility: "explicit" || "organization" || "public",
251
334
  * grants: [ // AgentGrantPrincipalList
252
335
  * { // AgentGrantPrincipal Union: only one key present
253
336
  * userId: "STRING_VALUE",
@@ -269,6 +352,7 @@ declare const CreateAgentCommand_base: {
269
352
  * },
270
353
  * },
271
354
  * ],
355
+ * channels: "<AgentCapabilityChannelsList>",
272
356
  * },
273
357
  * handover: { // AgentHandoverCapability
274
358
  * name: "STRING_VALUE",
@@ -282,6 +366,7 @@ declare const CreateAgentCommand_base: {
282
366
  * type: "handover" || "reply_and_handover" || "reply_instructed_and_handover",
283
367
  * instructions: "STRING_VALUE",
284
368
  * },
369
+ * channels: "<AgentCapabilityChannelsList>",
285
370
  * annotations: [
286
371
  * {// Union: only one key present
287
372
  * tag: {
@@ -304,6 +389,7 @@ declare const CreateAgentCommand_base: {
304
389
  * description: "STRING_VALUE",
305
390
  * id: "STRING_VALUE", // required
306
391
  * agentVersion: Number("int"),
392
+ * channels: "<AgentCapabilityChannelsList>",
307
393
  * annotations: [
308
394
  * {// Union: only one key present
309
395
  * tag: {
@@ -331,10 +417,12 @@ declare const CreateAgentCommand_base: {
331
417
  * type: "transfer" || "reply_and_transfer" || "reply_instructed_and_transfer",
332
418
  * instructions: "STRING_VALUE",
333
419
  * },
420
+ * channels: "<AgentCapabilityChannelsList>",
334
421
  * annotations: "<AgentToolAnnotationsList>",
335
422
  * },
336
423
  * suggestions: { // AgentSuggestionsCapability
337
424
  * name: "STRING_VALUE",
425
+ * channels: "<AgentCapabilityChannelsList>",
338
426
  * annotations: "<AgentToolAnnotationsList>",
339
427
  * },
340
428
  * hangup: { // AgentHangupCapability
@@ -344,12 +432,14 @@ declare const CreateAgentCommand_base: {
344
432
  * type: "hangup" || "reply_and_hangup" || "reply_instructed_and_hangup",
345
433
  * instructions: "STRING_VALUE",
346
434
  * },
435
+ * channels: "<AgentCapabilityChannelsList>",
347
436
  * annotations: "<AgentToolAnnotationsList>",
348
437
  * },
349
438
  * wait: { // AgentWaitCapability
350
439
  * name: "STRING_VALUE",
351
440
  * description: "STRING_VALUE",
352
441
  * message: "STRING_VALUE",
442
+ * channels: "<AgentCapabilityChannelsList>",
353
443
  * annotations: "<AgentToolAnnotationsList>",
354
444
  * },
355
445
  * },
@@ -414,6 +504,7 @@ declare const CreateAgentCommand_base: {
414
504
  * approval: {
415
505
  * prompt: "STRING_VALUE",
416
506
  * },
507
+ * channels: "<AgentCapabilityChannelsList>",
417
508
  * annotations: "<AgentToolAnnotationsList>",
418
509
  * },
419
510
  * connector: {
@@ -426,13 +517,14 @@ declare const CreateAgentCommand_base: {
426
517
  * approval: {
427
518
  * prompt: "STRING_VALUE",
428
519
  * },
520
+ * channels: "<AgentCapabilityChannelsList>",
429
521
  * annotations: "<AgentToolAnnotationsList>",
430
522
  * },
431
523
  * agent: {
432
524
  * agentId: "STRING_VALUE", // required
433
525
  * agentVersion: Number("int"),
434
526
  * access: {
435
- * visibility: "explicit" || "organization",
527
+ * visibility: "explicit" || "organization" || "public",
436
528
  * grants: [
437
529
  * {// Union: only one key present
438
530
  * userId: "STRING_VALUE",
@@ -454,6 +546,7 @@ declare const CreateAgentCommand_base: {
454
546
  * },
455
547
  * },
456
548
  * ],
549
+ * channels: "<AgentCapabilityChannelsList>",
457
550
  * },
458
551
  * handover: {
459
552
  * name: "STRING_VALUE",
@@ -467,6 +560,7 @@ declare const CreateAgentCommand_base: {
467
560
  * type: "handover" || "reply_and_handover" || "reply_instructed_and_handover",
468
561
  * instructions: "STRING_VALUE",
469
562
  * },
563
+ * channels: "<AgentCapabilityChannelsList>",
470
564
  * annotations: "<AgentToolAnnotationsList>",
471
565
  * },
472
566
  * delegation: {
@@ -474,6 +568,7 @@ declare const CreateAgentCommand_base: {
474
568
  * description: "STRING_VALUE",
475
569
  * id: "STRING_VALUE", // required
476
570
  * agentVersion: Number("int"),
571
+ * channels: "<AgentCapabilityChannelsList>",
477
572
  * annotations: "<AgentToolAnnotationsList>",
478
573
  * },
479
574
  * transfer: {
@@ -486,6 +581,7 @@ declare const CreateAgentCommand_base: {
486
581
  * type: "transfer" || "reply_and_transfer" || "reply_instructed_and_transfer",
487
582
  * instructions: "STRING_VALUE",
488
583
  * },
584
+ * channels: "<AgentCapabilityChannelsList>",
489
585
  * annotations: "<AgentToolAnnotationsList>",
490
586
  * },
491
587
  * hangup: {
@@ -495,12 +591,14 @@ declare const CreateAgentCommand_base: {
495
591
  * type: "hangup" || "reply_and_hangup" || "reply_instructed_and_hangup",
496
592
  * instructions: "STRING_VALUE",
497
593
  * },
594
+ * channels: "<AgentCapabilityChannelsList>",
498
595
  * annotations: "<AgentToolAnnotationsList>",
499
596
  * },
500
597
  * wait: {
501
598
  * name: "STRING_VALUE",
502
599
  * description: "STRING_VALUE",
503
600
  * message: "STRING_VALUE",
601
+ * channels: "<AgentCapabilityChannelsList>",
504
602
  * annotations: "<AgentToolAnnotationsList>",
505
603
  * },
506
604
  * },
@@ -578,6 +676,7 @@ declare const CreateAgentCommand_base: {
578
676
  * kb: {
579
677
  * knowledgeBaseId: "STRING_VALUE",
580
678
  * instructions: "STRING_VALUE",
679
+ * channels: "<AgentCapabilityChannelsList>",
581
680
  * annotations: "<AgentToolAnnotationsList>",
582
681
  * },
583
682
  * sandbox: {// Union: only one key present
@@ -602,9 +701,11 @@ declare const CreateAgentCommand_base: {
602
701
  * city: "STRING_VALUE",
603
702
  * timezone: "STRING_VALUE",
604
703
  * },
704
+ * channels: "<AgentCapabilityChannelsList>",
605
705
  * },
606
706
  * webFetch: {
607
707
  * allowedDomains: "<DomainNameList>",
708
+ * channels: "<AgentCapabilityChannelsList>",
608
709
  * },
609
710
  * agent: "<AgentCallCapability>",
610
711
  * handover: "<AgentHandoverCapability>",
@@ -612,6 +713,7 @@ declare const CreateAgentCommand_base: {
612
713
  * transfer: "<AgentTransferCapability>",
613
714
  * suggestions: {
614
715
  * name: "STRING_VALUE",
716
+ * channels: "<AgentCapabilityChannelsList>",
615
717
  * annotations: "<AgentToolAnnotationsList>",
616
718
  * },
617
719
  * hangup: "<AgentHangupCapability>",
@@ -752,16 +854,6 @@ declare const CreateAgentCommand_base: {
752
854
  * },
753
855
  * ],
754
856
  * model: "STRING_VALUE",
755
- * action: {// Union: only one key present
756
- * observe: {},
757
- * redact: {},
758
- * block: {
759
- * message: "STRING_VALUE",
760
- * },
761
- * end: {
762
- * message: "STRING_VALUE",
763
- * },
764
- * },
765
857
  * mode: "blocking" || "parallel",
766
858
  * errorMode: "open" || "closed",
767
859
  * window: "lastMessage" || "lastWithPrior",
@@ -795,9 +887,7 @@ declare const CreateAgentCommand_base: {
795
887
  * sqs: { // AgentSqsEngine
796
888
  * url: "STRING_VALUE", // required
797
889
  * key: "STRING_VALUE", // required
798
- * secret: { // SecretRef
799
- * id: "STRING_VALUE", // required
800
- * },
890
+ * secret: "<SecretRef>", // required
801
891
  * },
802
892
  * },
803
893
  * settings: { // AgentSettings
@@ -817,6 +907,61 @@ declare const CreateAgentCommand_base: {
817
907
  * // channels: { // AgentChannels
818
908
  * // voice: { // VoiceChannelSettings
819
909
  * // greeting: "STRING_VALUE",
910
+ * // backgroundSound: "STRING_VALUE",
911
+ * // speech: { // VoiceSpeechSettings
912
+ * // provider: "elevenlabs" || "google" || "amazon_polly", // required
913
+ * // languages: [ // VoiceLanguageList // required
914
+ * // { // VoiceLanguage
915
+ * // code: "STRING_VALUE", // required
916
+ * // provider: "elevenlabs" || "google" || "amazon_polly",
917
+ * // voice: "STRING_VALUE", // required
918
+ * // greeting: "STRING_VALUE",
919
+ * // isDefault: true || false,
920
+ * // instructions: "STRING_VALUE",
921
+ * // synthesis: { // VoiceSynthesisOptions
922
+ * // model: "STRING_VALUE",
923
+ * // speed: Number("float"),
924
+ * // stability: Number("float"),
925
+ * // similarity: Number("float"),
926
+ * // style: Number("float"),
927
+ * // speakerBoost: true || false,
928
+ * // pitch: Number("float"),
929
+ * // volumeGain: Number("float"),
930
+ * // },
931
+ * // credential: { // SecretRef
932
+ * // id: "STRING_VALUE", // required
933
+ * // },
934
+ * // pronunciations: [ // VoicePronunciationList
935
+ * // { // VoicePronunciation
936
+ * // phrase: "STRING_VALUE", // required
937
+ * // as: "STRING_VALUE", // required
938
+ * // encoding: "alias" || "ipa",
939
+ * // },
940
+ * // ],
941
+ * // pronunciationSuppressions: [ // VoicePronunciationSuppressionList
942
+ * // "STRING_VALUE",
943
+ * // ],
944
+ * // },
945
+ * // ],
946
+ * // autoDetect: true || false,
947
+ * // greetEveryLanguage: true || false,
948
+ * // transcription: { // VoiceTranscriptionSettings
949
+ * // vendor: "aws",
950
+ * // },
951
+ * // synthesis: {
952
+ * // model: "STRING_VALUE",
953
+ * // speed: Number("float"),
954
+ * // stability: Number("float"),
955
+ * // similarity: Number("float"),
956
+ * // style: Number("float"),
957
+ * // speakerBoost: true || false,
958
+ * // pitch: Number("float"),
959
+ * // volumeGain: Number("float"),
960
+ * // },
961
+ * // credential: {
962
+ * // id: "STRING_VALUE", // required
963
+ * // },
964
+ * // },
820
965
  * // interruptions: { // VoiceInterruptionSettings
821
966
  * // enabled: true || false, // required
822
967
  * // minWords: Number("int"),
@@ -866,8 +1011,21 @@ declare const CreateAgentCommand_base: {
866
1011
  * // },
867
1012
  * // assistant: { // AssistantChannelSettings
868
1013
  * // default: true || false,
1014
+ * // ui: { // AssistantUiSettings
1015
+ * // welcome: { // AssistantWelcomeSettings
1016
+ * // title: "STRING_VALUE",
1017
+ * // subtitle: "STRING_VALUE",
1018
+ * // },
1019
+ * // commands: [ // AssistantQuickCommandsList
1020
+ * // { // AssistantQuickCommand
1021
+ * // title: "STRING_VALUE", // required
1022
+ * // description: "STRING_VALUE",
1023
+ * // prompt: "STRING_VALUE", // required
1024
+ * // },
1025
+ * // ],
1026
+ * // placeholder: "STRING_VALUE",
1027
+ * // },
869
1028
  * // },
870
- * // workflow: {},
871
1029
  * // },
872
1030
  * // engine: { // AgentEngine Union: only one key present
873
1031
  * // ai: { // AgentAiEngine
@@ -918,6 +1076,9 @@ declare const CreateAgentCommand_base: {
918
1076
  * // approval: { // AgentToolApproval
919
1077
  * // prompt: "STRING_VALUE",
920
1078
  * // },
1079
+ * // channels: [ // AgentCapabilityChannelsList
1080
+ * // "voice" || "chat" || "assistant",
1081
+ * // ],
921
1082
  * // annotations: [ // AgentToolAnnotationsList
922
1083
  * // { // AgentToolAnnotation Union: only one key present
923
1084
  * // tag: { // AgentToolTagAnnotation
@@ -945,6 +1106,9 @@ declare const CreateAgentCommand_base: {
945
1106
  * // approval: {
946
1107
  * // prompt: "STRING_VALUE",
947
1108
  * // },
1109
+ * // channels: [
1110
+ * // "voice" || "chat" || "assistant",
1111
+ * // ],
948
1112
  * // annotations: [
949
1113
  * // {// Union: only one key present
950
1114
  * // tag: {
@@ -965,6 +1129,9 @@ declare const CreateAgentCommand_base: {
965
1129
  * // kb: { // AgentKnowledgeBase
966
1130
  * // knowledgeBaseId: "STRING_VALUE",
967
1131
  * // instructions: "STRING_VALUE",
1132
+ * // channels: [
1133
+ * // "voice" || "chat" || "assistant",
1134
+ * // ],
968
1135
  * // annotations: [
969
1136
  * // {// Union: only one key present
970
1137
  * // tag: {
@@ -1010,17 +1177,23 @@ declare const CreateAgentCommand_base: {
1010
1177
  * // city: "STRING_VALUE",
1011
1178
  * // timezone: "STRING_VALUE",
1012
1179
  * // },
1180
+ * // channels: [
1181
+ * // "voice" || "chat" || "assistant",
1182
+ * // ],
1013
1183
  * // },
1014
1184
  * // webFetch: { // AgentWebFetchCapability
1015
1185
  * // allowedDomains: [
1016
1186
  * // "STRING_VALUE",
1017
1187
  * // ],
1188
+ * // channels: [
1189
+ * // "voice" || "chat" || "assistant",
1190
+ * // ],
1018
1191
  * // },
1019
1192
  * // agent: { // AgentCallCapability
1020
1193
  * // agentId: "STRING_VALUE", // required
1021
1194
  * // agentVersion: Number("int"),
1022
1195
  * // access: { // AgentAccess
1023
- * // visibility: "explicit" || "organization",
1196
+ * // visibility: "explicit" || "organization" || "public",
1024
1197
  * // grants: [ // AgentGrantPrincipalList
1025
1198
  * // { // AgentGrantPrincipal Union: only one key present
1026
1199
  * // userId: "STRING_VALUE",
@@ -1042,6 +1215,7 @@ declare const CreateAgentCommand_base: {
1042
1215
  * // },
1043
1216
  * // },
1044
1217
  * // ],
1218
+ * // channels: "<AgentCapabilityChannelsList>",
1045
1219
  * // },
1046
1220
  * // handover: { // AgentHandoverCapability
1047
1221
  * // name: "STRING_VALUE",
@@ -1055,6 +1229,7 @@ declare const CreateAgentCommand_base: {
1055
1229
  * // type: "handover" || "reply_and_handover" || "reply_instructed_and_handover",
1056
1230
  * // instructions: "STRING_VALUE",
1057
1231
  * // },
1232
+ * // channels: "<AgentCapabilityChannelsList>",
1058
1233
  * // annotations: [
1059
1234
  * // {// Union: only one key present
1060
1235
  * // tag: {
@@ -1077,6 +1252,7 @@ declare const CreateAgentCommand_base: {
1077
1252
  * // description: "STRING_VALUE",
1078
1253
  * // id: "STRING_VALUE", // required
1079
1254
  * // agentVersion: Number("int"),
1255
+ * // channels: "<AgentCapabilityChannelsList>",
1080
1256
  * // annotations: [
1081
1257
  * // {// Union: only one key present
1082
1258
  * // tag: {
@@ -1104,10 +1280,12 @@ declare const CreateAgentCommand_base: {
1104
1280
  * // type: "transfer" || "reply_and_transfer" || "reply_instructed_and_transfer",
1105
1281
  * // instructions: "STRING_VALUE",
1106
1282
  * // },
1283
+ * // channels: "<AgentCapabilityChannelsList>",
1107
1284
  * // annotations: "<AgentToolAnnotationsList>",
1108
1285
  * // },
1109
1286
  * // suggestions: { // AgentSuggestionsCapability
1110
1287
  * // name: "STRING_VALUE",
1288
+ * // channels: "<AgentCapabilityChannelsList>",
1111
1289
  * // annotations: "<AgentToolAnnotationsList>",
1112
1290
  * // },
1113
1291
  * // hangup: { // AgentHangupCapability
@@ -1117,12 +1295,14 @@ declare const CreateAgentCommand_base: {
1117
1295
  * // type: "hangup" || "reply_and_hangup" || "reply_instructed_and_hangup",
1118
1296
  * // instructions: "STRING_VALUE",
1119
1297
  * // },
1298
+ * // channels: "<AgentCapabilityChannelsList>",
1120
1299
  * // annotations: "<AgentToolAnnotationsList>",
1121
1300
  * // },
1122
1301
  * // wait: { // AgentWaitCapability
1123
1302
  * // name: "STRING_VALUE",
1124
1303
  * // description: "STRING_VALUE",
1125
1304
  * // message: "STRING_VALUE",
1305
+ * // channels: "<AgentCapabilityChannelsList>",
1126
1306
  * // annotations: "<AgentToolAnnotationsList>",
1127
1307
  * // },
1128
1308
  * // },
@@ -1187,6 +1367,7 @@ declare const CreateAgentCommand_base: {
1187
1367
  * // approval: {
1188
1368
  * // prompt: "STRING_VALUE",
1189
1369
  * // },
1370
+ * // channels: "<AgentCapabilityChannelsList>",
1190
1371
  * // annotations: "<AgentToolAnnotationsList>",
1191
1372
  * // },
1192
1373
  * // connector: {
@@ -1199,13 +1380,14 @@ declare const CreateAgentCommand_base: {
1199
1380
  * // approval: {
1200
1381
  * // prompt: "STRING_VALUE",
1201
1382
  * // },
1383
+ * // channels: "<AgentCapabilityChannelsList>",
1202
1384
  * // annotations: "<AgentToolAnnotationsList>",
1203
1385
  * // },
1204
1386
  * // agent: {
1205
1387
  * // agentId: "STRING_VALUE", // required
1206
1388
  * // agentVersion: Number("int"),
1207
1389
  * // access: {
1208
- * // visibility: "explicit" || "organization",
1390
+ * // visibility: "explicit" || "organization" || "public",
1209
1391
  * // grants: [
1210
1392
  * // {// Union: only one key present
1211
1393
  * // userId: "STRING_VALUE",
@@ -1227,6 +1409,7 @@ declare const CreateAgentCommand_base: {
1227
1409
  * // },
1228
1410
  * // },
1229
1411
  * // ],
1412
+ * // channels: "<AgentCapabilityChannelsList>",
1230
1413
  * // },
1231
1414
  * // handover: {
1232
1415
  * // name: "STRING_VALUE",
@@ -1240,6 +1423,7 @@ declare const CreateAgentCommand_base: {
1240
1423
  * // type: "handover" || "reply_and_handover" || "reply_instructed_and_handover",
1241
1424
  * // instructions: "STRING_VALUE",
1242
1425
  * // },
1426
+ * // channels: "<AgentCapabilityChannelsList>",
1243
1427
  * // annotations: "<AgentToolAnnotationsList>",
1244
1428
  * // },
1245
1429
  * // delegation: {
@@ -1247,6 +1431,7 @@ declare const CreateAgentCommand_base: {
1247
1431
  * // description: "STRING_VALUE",
1248
1432
  * // id: "STRING_VALUE", // required
1249
1433
  * // agentVersion: Number("int"),
1434
+ * // channels: "<AgentCapabilityChannelsList>",
1250
1435
  * // annotations: "<AgentToolAnnotationsList>",
1251
1436
  * // },
1252
1437
  * // transfer: {
@@ -1259,6 +1444,7 @@ declare const CreateAgentCommand_base: {
1259
1444
  * // type: "transfer" || "reply_and_transfer" || "reply_instructed_and_transfer",
1260
1445
  * // instructions: "STRING_VALUE",
1261
1446
  * // },
1447
+ * // channels: "<AgentCapabilityChannelsList>",
1262
1448
  * // annotations: "<AgentToolAnnotationsList>",
1263
1449
  * // },
1264
1450
  * // hangup: {
@@ -1268,12 +1454,14 @@ declare const CreateAgentCommand_base: {
1268
1454
  * // type: "hangup" || "reply_and_hangup" || "reply_instructed_and_hangup",
1269
1455
  * // instructions: "STRING_VALUE",
1270
1456
  * // },
1457
+ * // channels: "<AgentCapabilityChannelsList>",
1271
1458
  * // annotations: "<AgentToolAnnotationsList>",
1272
1459
  * // },
1273
1460
  * // wait: {
1274
1461
  * // name: "STRING_VALUE",
1275
1462
  * // description: "STRING_VALUE",
1276
1463
  * // message: "STRING_VALUE",
1464
+ * // channels: "<AgentCapabilityChannelsList>",
1277
1465
  * // annotations: "<AgentToolAnnotationsList>",
1278
1466
  * // },
1279
1467
  * // },
@@ -1351,6 +1539,7 @@ declare const CreateAgentCommand_base: {
1351
1539
  * // kb: {
1352
1540
  * // knowledgeBaseId: "STRING_VALUE",
1353
1541
  * // instructions: "STRING_VALUE",
1542
+ * // channels: "<AgentCapabilityChannelsList>",
1354
1543
  * // annotations: "<AgentToolAnnotationsList>",
1355
1544
  * // },
1356
1545
  * // sandbox: {// Union: only one key present
@@ -1375,9 +1564,11 @@ declare const CreateAgentCommand_base: {
1375
1564
  * // city: "STRING_VALUE",
1376
1565
  * // timezone: "STRING_VALUE",
1377
1566
  * // },
1567
+ * // channels: "<AgentCapabilityChannelsList>",
1378
1568
  * // },
1379
1569
  * // webFetch: {
1380
1570
  * // allowedDomains: "<DomainNameList>",
1571
+ * // channels: "<AgentCapabilityChannelsList>",
1381
1572
  * // },
1382
1573
  * // agent: "<AgentCallCapability>",
1383
1574
  * // handover: "<AgentHandoverCapability>",
@@ -1385,6 +1576,7 @@ declare const CreateAgentCommand_base: {
1385
1576
  * // transfer: "<AgentTransferCapability>",
1386
1577
  * // suggestions: {
1387
1578
  * // name: "STRING_VALUE",
1579
+ * // channels: "<AgentCapabilityChannelsList>",
1388
1580
  * // annotations: "<AgentToolAnnotationsList>",
1389
1581
  * // },
1390
1582
  * // hangup: "<AgentHangupCapability>",
@@ -1525,16 +1717,6 @@ declare const CreateAgentCommand_base: {
1525
1717
  * // },
1526
1718
  * // ],
1527
1719
  * // model: "STRING_VALUE",
1528
- * // action: {// Union: only one key present
1529
- * // observe: {},
1530
- * // redact: {},
1531
- * // block: {
1532
- * // message: "STRING_VALUE",
1533
- * // },
1534
- * // end: {
1535
- * // message: "STRING_VALUE",
1536
- * // },
1537
- * // },
1538
1720
  * // mode: "blocking" || "parallel",
1539
1721
  * // errorMode: "open" || "closed",
1540
1722
  * // window: "lastMessage" || "lastWithPrior",
@@ -1568,9 +1750,7 @@ declare const CreateAgentCommand_base: {
1568
1750
  * // sqs: { // AgentSqsEngine
1569
1751
  * // url: "STRING_VALUE", // required
1570
1752
  * // key: "STRING_VALUE", // required
1571
- * // secret: { // SecretRef
1572
- * // id: "STRING_VALUE", // required
1573
- * // },
1753
+ * // secret: "<SecretRef>", // required
1574
1754
  * // },
1575
1755
  * // },
1576
1756
  * // settings: { // AgentSettings