@koredev/agentai-web-sdk 3.19.1-rc → 3.20.1-rc

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 (60) hide show
  1. package/dist/assets/images/logo/agentic_pattern.svg +21 -0
  2. package/dist/components/aaWindow/aaWindow.d.ts +1 -0
  3. package/dist/components/common/constants/errorcodes.d.ts +8 -0
  4. package/dist/components/common/constants/events.cnst.d.ts +28 -4
  5. package/dist/components/common/constants/projConsts.d.ts +64 -1
  6. package/dist/components/common/constants/settingsConsts.d.ts +34 -0
  7. package/dist/components/common/i18n/ar.d.ts +12 -0
  8. package/dist/components/common/i18n/as.d.ts +12 -0
  9. package/dist/components/common/i18n/az.d.ts +12 -0
  10. package/dist/components/common/i18n/bn.d.ts +12 -0
  11. package/dist/components/common/i18n/ca.d.ts +12 -0
  12. package/dist/components/common/i18n/da.d.ts +12 -0
  13. package/dist/components/common/i18n/de.d.ts +12 -0
  14. package/dist/components/common/i18n/en.d.ts +14 -0
  15. package/dist/components/common/i18n/es.d.ts +12 -0
  16. package/dist/components/common/i18n/fa.d.ts +12 -0
  17. package/dist/components/common/i18n/fi.d.ts +12 -0
  18. package/dist/components/common/i18n/fr.d.ts +12 -0
  19. package/dist/components/common/i18n/gu.d.ts +12 -0
  20. package/dist/components/common/i18n/he.d.ts +12 -0
  21. package/dist/components/common/i18n/hi.d.ts +12 -0
  22. package/dist/components/common/i18n/ht.d.ts +12 -0
  23. package/dist/components/common/i18n/id.d.ts +12 -0
  24. package/dist/components/common/i18n/it.d.ts +12 -0
  25. package/dist/components/common/i18n/ja.d.ts +12 -0
  26. package/dist/components/common/i18n/kn.d.ts +12 -0
  27. package/dist/components/common/i18n/ko.d.ts +12 -0
  28. package/dist/components/common/i18n/ml.d.ts +12 -0
  29. package/dist/components/common/i18n/mr.d.ts +12 -0
  30. package/dist/components/common/i18n/ms.d.ts +12 -0
  31. package/dist/components/common/i18n/my.d.ts +12 -0
  32. package/dist/components/common/i18n/ne.d.ts +12 -0
  33. package/dist/components/common/i18n/nl.d.ts +12 -0
  34. package/dist/components/common/i18n/or.d.ts +12 -0
  35. package/dist/components/common/i18n/pa.d.ts +12 -0
  36. package/dist/components/common/i18n/pl.d.ts +12 -0
  37. package/dist/components/common/i18n/pt.d.ts +12 -0
  38. package/dist/components/common/i18n/pt_pt.d.ts +12 -0
  39. package/dist/components/common/i18n/ru.d.ts +12 -0
  40. package/dist/components/common/i18n/sv.d.ts +12 -0
  41. package/dist/components/common/i18n/ta.d.ts +12 -0
  42. package/dist/components/common/i18n/te.d.ts +12 -0
  43. package/dist/components/common/i18n/th.d.ts +12 -0
  44. package/dist/components/common/i18n/tl.d.ts +12 -0
  45. package/dist/components/common/i18n/tr.d.ts +12 -0
  46. package/dist/components/common/i18n/uk.d.ts +12 -0
  47. package/dist/components/common/i18n/ur.d.ts +12 -0
  48. package/dist/components/common/i18n/vi.d.ts +12 -0
  49. package/dist/components/common/i18n/zh_cn.d.ts +12 -0
  50. package/dist/components/common/i18n/zh_tw.d.ts +12 -0
  51. package/dist/components/common/services/rootService.d.ts +20 -0
  52. package/dist/components/common/templatemanager/tabs/agentic-CoPilot/agentic-CoPilot.d.ts +7 -0
  53. package/dist/components/common/templatemanager/tabs/atom/dialogPopups.d.ts +1 -0
  54. package/dist/components/common/templatemanager/tabs/atom/dynamic-send-action-btn.d.ts +4 -0
  55. package/dist/components/common/templatemanager/tabs/feedback/feedback.d.ts +1 -0
  56. package/dist/components/common/templatemanager/tabs/suggestions/agentic-results/agentic-results.d.ts +2 -0
  57. package/dist/esm/agentai-web-sdk.min.js +1 -1
  58. package/dist/plugins/i18n.d.ts +530 -0
  59. package/dist/umd/agentai-web-sdk-umd.min.js +1 -1
  60. package/package.json +1 -1
@@ -170,6 +170,20 @@ declare class aai18nPlugin {
170
170
  AGENT_INPUT: string;
171
171
  CUSTOM_EMPTY_MSG: string;
172
172
  CUSTOM_TAB_DESC: string;
173
+ SUBMIT_OVERALL_FEEDBACK: string;
174
+ FEEDBACK_POPUP_SUBTITLE: string;
175
+ FEEDBACK_SATISFIED: string;
176
+ FEEDBACK_UNSATISFIED: string;
177
+ FEEDBACK_PROVIDE_REASONS: string;
178
+ FEEDBACK_TITLE: string;
179
+ HINTS_WRAPPER_FIXED: string;
180
+ NUDGES_WRAPPER_FIXED: string;
181
+ AGENTIC_THINKING: string;
182
+ AGENTIC_AGENT_TITLE: string;
183
+ AGENTIC_COPILOT_MODE_TITLE: string;
184
+ AGENTIC_SENDING_MESSAGE: string;
185
+ AGENTIC_COPILOT_DESC: string;
186
+ AGENTIC_SEARCH_RESULTS: string;
173
187
  };
174
188
  ar: {
175
189
  TRIGGER_LISTEN: string;
@@ -327,6 +341,18 @@ declare class aai18nPlugin {
327
341
  AGENT_INPUT: string;
328
342
  CUSTOM_EMPTY_MSG: string;
329
343
  CUSTOM_TAB_DESC: string;
344
+ SUBMIT_OVERALL_FEEDBACK: string;
345
+ FEEDBACK_POPUP_SUBTITLE: string;
346
+ FEEDBACK_SATISFIED: string;
347
+ FEEDBACK_UNSATISFIED: string;
348
+ FEEDBACK_PROVIDE_REASONS: string;
349
+ FEEDBACK_TITLE: string;
350
+ AGENTIC_THINKING: string;
351
+ AGENTIC_AGENT_TITLE: string;
352
+ AGENTIC_COPILOT_MODE_TITLE: string;
353
+ AGENTIC_SENDING_MESSAGE: string;
354
+ AGENTIC_COPILOT_DESC: string;
355
+ AGENTIC_SEARCH_RESULTS: string;
330
356
  };
331
357
  da: {
332
358
  TRIGGER_LISTEN: string;
@@ -489,6 +515,18 @@ declare class aai18nPlugin {
489
515
  AGENT_INPUT: string;
490
516
  CUSTOM_EMPTY_MSG: string;
491
517
  CUSTOM_TAB_DESC: string;
518
+ SUBMIT_OVERALL_FEEDBACK: string;
519
+ FEEDBACK_POPUP_SUBTITLE: string;
520
+ FEEDBACK_SATISFIED: string;
521
+ FEEDBACK_UNSATISFIED: string;
522
+ FEEDBACK_PROVIDE_REASONS: string;
523
+ FEEDBACK_TITLE: string;
524
+ AGENTIC_THINKING: string;
525
+ AGENTIC_AGENT_TITLE: string;
526
+ AGENTIC_COPILOT_MODE_TITLE: string;
527
+ AGENTIC_SENDING_MESSAGE: string;
528
+ AGENTIC_COPILOT_DESC: string;
529
+ AGENTIC_SEARCH_RESULTS: string;
492
530
  };
493
531
  de: {
494
532
  TRIGGER_LISTEN: string;
@@ -645,6 +683,18 @@ declare class aai18nPlugin {
645
683
  AGENT_INPUT: string;
646
684
  CUSTOM_EMPTY_MSG: string;
647
685
  CUSTOM_TAB_DESC: string;
686
+ SUBMIT_OVERALL_FEEDBACK: string;
687
+ FEEDBACK_POPUP_SUBTITLE: string;
688
+ FEEDBACK_SATISFIED: string;
689
+ FEEDBACK_UNSATISFIED: string;
690
+ FEEDBACK_PROVIDE_REASONS: string;
691
+ FEEDBACK_TITLE: string;
692
+ AGENTIC_THINKING: string;
693
+ AGENTIC_AGENT_TITLE: string;
694
+ AGENTIC_COPILOT_MODE_TITLE: string;
695
+ AGENTIC_SENDING_MESSAGE: string;
696
+ AGENTIC_COPILOT_DESC: string;
697
+ AGENTIC_SEARCH_RESULTS: string;
648
698
  };
649
699
  es: {
650
700
  TRIGGER_LISTEN: string;
@@ -801,6 +851,18 @@ declare class aai18nPlugin {
801
851
  AGENT_INPUT: string;
802
852
  CUSTOM_EMPTY_MSG: string;
803
853
  CUSTOM_TAB_DESC: string;
854
+ SUBMIT_OVERALL_FEEDBACK: string;
855
+ FEEDBACK_POPUP_SUBTITLE: string;
856
+ FEEDBACK_SATISFIED: string;
857
+ FEEDBACK_UNSATISFIED: string;
858
+ FEEDBACK_PROVIDE_REASONS: string;
859
+ FEEDBACK_TITLE: string;
860
+ AGENTIC_THINKING: string;
861
+ AGENTIC_AGENT_TITLE: string;
862
+ AGENTIC_COPILOT_MODE_TITLE: string;
863
+ AGENTIC_SENDING_MESSAGE: string;
864
+ AGENTIC_COPILOT_DESC: string;
865
+ AGENTIC_SEARCH_RESULTS: string;
804
866
  };
805
867
  fa: {
806
868
  TRIGGER_LISTEN: string;
@@ -964,6 +1026,18 @@ declare class aai18nPlugin {
964
1026
  AGENT_INPUT: string;
965
1027
  CUSTOM_EMPTY_MSG: string;
966
1028
  CUSTOM_TAB_DESC: string;
1029
+ SUBMIT_OVERALL_FEEDBACK: string;
1030
+ FEEDBACK_POPUP_SUBTITLE: string;
1031
+ FEEDBACK_SATISFIED: string;
1032
+ FEEDBACK_UNSATISFIED: string;
1033
+ FEEDBACK_PROVIDE_REASONS: string;
1034
+ FEEDBACK_TITLE: string;
1035
+ AGENTIC_THINKING: string;
1036
+ AGENTIC_AGENT_TITLE: string;
1037
+ AGENTIC_COPILOT_MODE_TITLE: string;
1038
+ AGENTIC_SENDING_MESSAGE: string;
1039
+ AGENTIC_COPILOT_DESC: string;
1040
+ AGENTIC_SEARCH_RESULTS: string;
967
1041
  };
968
1042
  fi: {
969
1043
  TRIGGER_LISTEN: string;
@@ -1127,6 +1201,18 @@ declare class aai18nPlugin {
1127
1201
  AGENT_INPUT: string;
1128
1202
  CUSTOM_EMPTY_MSG: string;
1129
1203
  CUSTOM_TAB_DESC: string;
1204
+ SUBMIT_OVERALL_FEEDBACK: string;
1205
+ FEEDBACK_POPUP_SUBTITLE: string;
1206
+ FEEDBACK_SATISFIED: string;
1207
+ FEEDBACK_UNSATISFIED: string;
1208
+ FEEDBACK_PROVIDE_REASONS: string;
1209
+ FEEDBACK_TITLE: string;
1210
+ AGENTIC_THINKING: string;
1211
+ AGENTIC_AGENT_TITLE: string;
1212
+ AGENTIC_COPILOT_MODE_TITLE: string;
1213
+ AGENTIC_SENDING_MESSAGE: string;
1214
+ AGENTIC_COPILOT_DESC: string;
1215
+ AGENTIC_SEARCH_RESULTS: string;
1130
1216
  };
1131
1217
  fr: {
1132
1218
  TRIGGER_LISTEN: string;
@@ -1283,6 +1369,18 @@ declare class aai18nPlugin {
1283
1369
  AGENT_INPUT: string;
1284
1370
  CUSTOM_EMPTY_MSG: string;
1285
1371
  CUSTOM_TAB_DESC: string;
1372
+ SUBMIT_OVERALL_FEEDBACK: string;
1373
+ FEEDBACK_POPUP_SUBTITLE: string;
1374
+ FEEDBACK_SATISFIED: string;
1375
+ FEEDBACK_UNSATISFIED: string;
1376
+ FEEDBACK_PROVIDE_REASONS: string;
1377
+ FEEDBACK_TITLE: string;
1378
+ AGENTIC_THINKING: string;
1379
+ AGENTIC_AGENT_TITLE: string;
1380
+ AGENTIC_COPILOT_MODE_TITLE: string;
1381
+ AGENTIC_SENDING_MESSAGE: string;
1382
+ AGENTIC_COPILOT_DESC: string;
1383
+ AGENTIC_SEARCH_RESULTS: string;
1286
1384
  };
1287
1385
  hi: {
1288
1386
  TRIGGER_LISTEN: string;
@@ -1446,6 +1544,18 @@ declare class aai18nPlugin {
1446
1544
  AGENT_INPUT: string;
1447
1545
  CUSTOM_EMPTY_MSG: string;
1448
1546
  CUSTOM_TAB_DESC: string;
1547
+ SUBMIT_OVERALL_FEEDBACK: string;
1548
+ FEEDBACK_POPUP_SUBTITLE: string;
1549
+ FEEDBACK_SATISFIED: string;
1550
+ FEEDBACK_UNSATISFIED: string;
1551
+ FEEDBACK_PROVIDE_REASONS: string;
1552
+ FEEDBACK_TITLE: string;
1553
+ AGENTIC_THINKING: string;
1554
+ AGENTIC_AGENT_TITLE: string;
1555
+ AGENTIC_COPILOT_MODE_TITLE: string;
1556
+ AGENTIC_SENDING_MESSAGE: string;
1557
+ AGENTIC_COPILOT_DESC: string;
1558
+ AGENTIC_SEARCH_RESULTS: string;
1449
1559
  };
1450
1560
  he: {
1451
1561
  TRIGGER_LISTEN: string;
@@ -1609,6 +1719,18 @@ declare class aai18nPlugin {
1609
1719
  AGENT_INPUT: string;
1610
1720
  CUSTOM_EMPTY_MSG: string;
1611
1721
  CUSTOM_TAB_DESC: string;
1722
+ SUBMIT_OVERALL_FEEDBACK: string;
1723
+ FEEDBACK_POPUP_SUBTITLE: string;
1724
+ FEEDBACK_SATISFIED: string;
1725
+ FEEDBACK_UNSATISFIED: string;
1726
+ FEEDBACK_PROVIDE_REASONS: string;
1727
+ FEEDBACK_TITLE: string;
1728
+ AGENTIC_THINKING: string;
1729
+ AGENTIC_AGENT_TITLE: string;
1730
+ AGENTIC_COPILOT_MODE_TITLE: string;
1731
+ AGENTIC_SENDING_MESSAGE: string;
1732
+ AGENTIC_COPILOT_DESC: string;
1733
+ AGENTIC_SEARCH_RESULTS: string;
1612
1734
  };
1613
1735
  gu: {
1614
1736
  TRIGGER_LISTEN: string;
@@ -1772,6 +1894,18 @@ declare class aai18nPlugin {
1772
1894
  AGENT_INPUT: string;
1773
1895
  CUSTOM_EMPTY_MSG: string;
1774
1896
  CUSTOM_TAB_DESC: string;
1897
+ SUBMIT_OVERALL_FEEDBACK: string;
1898
+ FEEDBACK_POPUP_SUBTITLE: string;
1899
+ FEEDBACK_SATISFIED: string;
1900
+ FEEDBACK_UNSATISFIED: string;
1901
+ FEEDBACK_PROVIDE_REASONS: string;
1902
+ FEEDBACK_TITLE: string;
1903
+ AGENTIC_THINKING: string;
1904
+ AGENTIC_AGENT_TITLE: string;
1905
+ AGENTIC_COPILOT_MODE_TITLE: string;
1906
+ AGENTIC_SENDING_MESSAGE: string;
1907
+ AGENTIC_COPILOT_DESC: string;
1908
+ AGENTIC_SEARCH_RESULTS: string;
1775
1909
  };
1776
1910
  id: {
1777
1911
  TRIGGER_LISTEN: string;
@@ -1935,6 +2069,18 @@ declare class aai18nPlugin {
1935
2069
  AGENT_INPUT: string;
1936
2070
  CUSTOM_EMPTY_MSG: string;
1937
2071
  CUSTOM_TAB_DESC: string;
2072
+ SUBMIT_OVERALL_FEEDBACK: string;
2073
+ FEEDBACK_POPUP_SUBTITLE: string;
2074
+ FEEDBACK_SATISFIED: string;
2075
+ FEEDBACK_UNSATISFIED: string;
2076
+ FEEDBACK_PROVIDE_REASONS: string;
2077
+ FEEDBACK_TITLE: string;
2078
+ AGENTIC_THINKING: string;
2079
+ AGENTIC_AGENT_TITLE: string;
2080
+ AGENTIC_COPILOT_MODE_TITLE: string;
2081
+ AGENTIC_SENDING_MESSAGE: string;
2082
+ AGENTIC_COPILOT_DESC: string;
2083
+ AGENTIC_SEARCH_RESULTS: string;
1938
2084
  };
1939
2085
  as: {
1940
2086
  TRIGGER_LISTEN: string;
@@ -2098,6 +2244,18 @@ declare class aai18nPlugin {
2098
2244
  AGENT_INPUT: string;
2099
2245
  CUSTOM_EMPTY_MSG: string;
2100
2246
  CUSTOM_TAB_DESC: string;
2247
+ SUBMIT_OVERALL_FEEDBACK: string;
2248
+ FEEDBACK_POPUP_SUBTITLE: string;
2249
+ FEEDBACK_SATISFIED: string;
2250
+ FEEDBACK_UNSATISFIED: string;
2251
+ FEEDBACK_PROVIDE_REASONS: string;
2252
+ FEEDBACK_TITLE: string;
2253
+ AGENTIC_THINKING: string;
2254
+ AGENTIC_AGENT_TITLE: string;
2255
+ AGENTIC_COPILOT_MODE_TITLE: string;
2256
+ AGENTIC_SENDING_MESSAGE: string;
2257
+ AGENTIC_COPILOT_DESC: string;
2258
+ AGENTIC_SEARCH_RESULTS: string;
2101
2259
  };
2102
2260
  it: {
2103
2261
  TRIGGER_LISTEN: string;
@@ -2254,6 +2412,18 @@ declare class aai18nPlugin {
2254
2412
  AGENT_INPUT: string;
2255
2413
  CUSTOM_EMPTY_MSG: string;
2256
2414
  CUSTOM_TAB_DESC: string;
2415
+ SUBMIT_OVERALL_FEEDBACK: string;
2416
+ FEEDBACK_POPUP_SUBTITLE: string;
2417
+ FEEDBACK_SATISFIED: string;
2418
+ FEEDBACK_UNSATISFIED: string;
2419
+ FEEDBACK_PROVIDE_REASONS: string;
2420
+ FEEDBACK_TITLE: string;
2421
+ AGENTIC_THINKING: string;
2422
+ AGENTIC_AGENT_TITLE: string;
2423
+ AGENTIC_COPILOT_MODE_TITLE: string;
2424
+ AGENTIC_SENDING_MESSAGE: string;
2425
+ AGENTIC_COPILOT_DESC: string;
2426
+ AGENTIC_SEARCH_RESULTS: string;
2257
2427
  };
2258
2428
  ja: {
2259
2429
  TRIGGER_LISTEN: string;
@@ -2410,6 +2580,18 @@ declare class aai18nPlugin {
2410
2580
  AGENT_INPUT: string;
2411
2581
  CUSTOM_EMPTY_MSG: string;
2412
2582
  CUSTOM_TAB_DESC: string;
2583
+ SUBMIT_OVERALL_FEEDBACK: string;
2584
+ FEEDBACK_POPUP_SUBTITLE: string;
2585
+ FEEDBACK_SATISFIED: string;
2586
+ FEEDBACK_UNSATISFIED: string;
2587
+ FEEDBACK_PROVIDE_REASONS: string;
2588
+ FEEDBACK_TITLE: string;
2589
+ AGENTIC_THINKING: string;
2590
+ AGENTIC_AGENT_TITLE: string;
2591
+ AGENTIC_COPILOT_MODE_TITLE: string;
2592
+ AGENTIC_SENDING_MESSAGE: string;
2593
+ AGENTIC_COPILOT_DESC: string;
2594
+ AGENTIC_SEARCH_RESULTS: string;
2413
2595
  };
2414
2596
  kn: {
2415
2597
  TRIGGER_LISTEN: string;
@@ -2573,6 +2755,18 @@ declare class aai18nPlugin {
2573
2755
  AGENT_INPUT: string;
2574
2756
  CUSTOM_EMPTY_MSG: string;
2575
2757
  CUSTOM_TAB_DESC: string;
2758
+ SUBMIT_OVERALL_FEEDBACK: string;
2759
+ FEEDBACK_POPUP_SUBTITLE: string;
2760
+ FEEDBACK_SATISFIED: string;
2761
+ FEEDBACK_UNSATISFIED: string;
2762
+ FEEDBACK_PROVIDE_REASONS: string;
2763
+ FEEDBACK_TITLE: string;
2764
+ AGENTIC_THINKING: string;
2765
+ AGENTIC_AGENT_TITLE: string;
2766
+ AGENTIC_COPILOT_MODE_TITLE: string;
2767
+ AGENTIC_SENDING_MESSAGE: string;
2768
+ AGENTIC_COPILOT_DESC: string;
2769
+ AGENTIC_SEARCH_RESULTS: string;
2576
2770
  };
2577
2771
  ko: {
2578
2772
  TRIGGER_LISTEN: string;
@@ -2729,6 +2923,18 @@ declare class aai18nPlugin {
2729
2923
  AGENT_INPUT: string;
2730
2924
  CUSTOM_EMPTY_MSG: string;
2731
2925
  CUSTOM_TAB_DESC: string;
2926
+ SUBMIT_OVERALL_FEEDBACK: string;
2927
+ FEEDBACK_POPUP_SUBTITLE: string;
2928
+ FEEDBACK_SATISFIED: string;
2929
+ FEEDBACK_UNSATISFIED: string;
2930
+ FEEDBACK_PROVIDE_REASONS: string;
2931
+ FEEDBACK_TITLE: string;
2932
+ AGENTIC_THINKING: string;
2933
+ AGENTIC_AGENT_TITLE: string;
2934
+ AGENTIC_COPILOT_MODE_TITLE: string;
2935
+ AGENTIC_SENDING_MESSAGE: string;
2936
+ AGENTIC_COPILOT_DESC: string;
2937
+ AGENTIC_SEARCH_RESULTS: string;
2732
2938
  };
2733
2939
  ml: {
2734
2940
  TRIGGER_LISTEN: string;
@@ -2892,6 +3098,18 @@ declare class aai18nPlugin {
2892
3098
  AGENT_INPUT: string;
2893
3099
  CUSTOM_EMPTY_MSG: string;
2894
3100
  CUSTOM_TAB_DESC: string;
3101
+ SUBMIT_OVERALL_FEEDBACK: string;
3102
+ FEEDBACK_POPUP_SUBTITLE: string;
3103
+ FEEDBACK_SATISFIED: string;
3104
+ FEEDBACK_UNSATISFIED: string;
3105
+ FEEDBACK_PROVIDE_REASONS: string;
3106
+ FEEDBACK_TITLE: string;
3107
+ AGENTIC_THINKING: string;
3108
+ AGENTIC_AGENT_TITLE: string;
3109
+ AGENTIC_COPILOT_MODE_TITLE: string;
3110
+ AGENTIC_SENDING_MESSAGE: string;
3111
+ AGENTIC_COPILOT_DESC: string;
3112
+ AGENTIC_SEARCH_RESULTS: string;
2895
3113
  };
2896
3114
  mr: {
2897
3115
  TRIGGER_LISTEN: string;
@@ -3055,6 +3273,18 @@ declare class aai18nPlugin {
3055
3273
  AGENT_INPUT: string;
3056
3274
  CUSTOM_EMPTY_MSG: string;
3057
3275
  CUSTOM_TAB_DESC: string;
3276
+ SUBMIT_OVERALL_FEEDBACK: string;
3277
+ FEEDBACK_POPUP_SUBTITLE: string;
3278
+ FEEDBACK_SATISFIED: string;
3279
+ FEEDBACK_UNSATISFIED: string;
3280
+ FEEDBACK_PROVIDE_REASONS: string;
3281
+ FEEDBACK_TITLE: string;
3282
+ AGENTIC_THINKING: string;
3283
+ AGENTIC_AGENT_TITLE: string;
3284
+ AGENTIC_COPILOT_MODE_TITLE: string;
3285
+ AGENTIC_SENDING_MESSAGE: string;
3286
+ AGENTIC_COPILOT_DESC: string;
3287
+ AGENTIC_SEARCH_RESULTS: string;
3058
3288
  };
3059
3289
  ms: {
3060
3290
  TRIGGER_LISTEN: string;
@@ -3218,6 +3448,18 @@ declare class aai18nPlugin {
3218
3448
  AGENT_INPUT: string;
3219
3449
  CUSTOM_EMPTY_MSG: string;
3220
3450
  CUSTOM_TAB_DESC: string;
3451
+ SUBMIT_OVERALL_FEEDBACK: string;
3452
+ FEEDBACK_POPUP_SUBTITLE: string;
3453
+ FEEDBACK_SATISFIED: string;
3454
+ FEEDBACK_UNSATISFIED: string;
3455
+ FEEDBACK_PROVIDE_REASONS: string;
3456
+ FEEDBACK_TITLE: string;
3457
+ AGENTIC_THINKING: string;
3458
+ AGENTIC_AGENT_TITLE: string;
3459
+ AGENTIC_COPILOT_MODE_TITLE: string;
3460
+ AGENTIC_SENDING_MESSAGE: string;
3461
+ AGENTIC_COPILOT_DESC: string;
3462
+ AGENTIC_SEARCH_RESULTS: string;
3221
3463
  };
3222
3464
  ne: {
3223
3465
  TRIGGER_LISTEN: string;
@@ -3381,6 +3623,18 @@ declare class aai18nPlugin {
3381
3623
  AGENT_INPUT: string;
3382
3624
  CUSTOM_EMPTY_MSG: string;
3383
3625
  CUSTOM_TAB_DESC: string;
3626
+ SUBMIT_OVERALL_FEEDBACK: string;
3627
+ FEEDBACK_POPUP_SUBTITLE: string;
3628
+ FEEDBACK_SATISFIED: string;
3629
+ FEEDBACK_UNSATISFIED: string;
3630
+ FEEDBACK_PROVIDE_REASONS: string;
3631
+ FEEDBACK_TITLE: string;
3632
+ AGENTIC_THINKING: string;
3633
+ AGENTIC_AGENT_TITLE: string;
3634
+ AGENTIC_COPILOT_MODE_TITLE: string;
3635
+ AGENTIC_SENDING_MESSAGE: string;
3636
+ AGENTIC_COPILOT_DESC: string;
3637
+ AGENTIC_SEARCH_RESULTS: string;
3384
3638
  };
3385
3639
  nl: {
3386
3640
  TRIGGER_LISTEN: string;
@@ -3544,6 +3798,18 @@ declare class aai18nPlugin {
3544
3798
  AGENT_INPUT: string;
3545
3799
  CUSTOM_EMPTY_MSG: string;
3546
3800
  CUSTOM_TAB_DESC: string;
3801
+ SUBMIT_OVERALL_FEEDBACK: string;
3802
+ FEEDBACK_POPUP_SUBTITLE: string;
3803
+ FEEDBACK_SATISFIED: string;
3804
+ FEEDBACK_UNSATISFIED: string;
3805
+ FEEDBACK_PROVIDE_REASONS: string;
3806
+ FEEDBACK_TITLE: string;
3807
+ AGENTIC_THINKING: string;
3808
+ AGENTIC_AGENT_TITLE: string;
3809
+ AGENTIC_COPILOT_MODE_TITLE: string;
3810
+ AGENTIC_SENDING_MESSAGE: string;
3811
+ AGENTIC_COPILOT_DESC: string;
3812
+ AGENTIC_SEARCH_RESULTS: string;
3547
3813
  };
3548
3814
  or: {
3549
3815
  TRIGGER_LISTEN: string;
@@ -3707,6 +3973,18 @@ declare class aai18nPlugin {
3707
3973
  AGENT_INPUT: string;
3708
3974
  CUSTOM_EMPTY_MSG: string;
3709
3975
  CUSTOM_TAB_DESC: string;
3976
+ SUBMIT_OVERALL_FEEDBACK: string;
3977
+ FEEDBACK_POPUP_SUBTITLE: string;
3978
+ FEEDBACK_SATISFIED: string;
3979
+ FEEDBACK_UNSATISFIED: string;
3980
+ FEEDBACK_PROVIDE_REASONS: string;
3981
+ FEEDBACK_TITLE: string;
3982
+ AGENTIC_THINKING: string;
3983
+ AGENTIC_AGENT_TITLE: string;
3984
+ AGENTIC_COPILOT_MODE_TITLE: string;
3985
+ AGENTIC_SENDING_MESSAGE: string;
3986
+ AGENTIC_COPILOT_DESC: string;
3987
+ AGENTIC_SEARCH_RESULTS: string;
3710
3988
  };
3711
3989
  pa: {
3712
3990
  TRIGGER_LISTEN: string;
@@ -3870,6 +4148,18 @@ declare class aai18nPlugin {
3870
4148
  AGENT_INPUT: string;
3871
4149
  CUSTOM_EMPTY_MSG: string;
3872
4150
  CUSTOM_TAB_DESC: string;
4151
+ SUBMIT_OVERALL_FEEDBACK: string;
4152
+ FEEDBACK_POPUP_SUBTITLE: string;
4153
+ FEEDBACK_SATISFIED: string;
4154
+ FEEDBACK_UNSATISFIED: string;
4155
+ FEEDBACK_PROVIDE_REASONS: string;
4156
+ FEEDBACK_TITLE: string;
4157
+ AGENTIC_THINKING: string;
4158
+ AGENTIC_AGENT_TITLE: string;
4159
+ AGENTIC_COPILOT_MODE_TITLE: string;
4160
+ AGENTIC_SENDING_MESSAGE: string;
4161
+ AGENTIC_COPILOT_DESC: string;
4162
+ AGENTIC_SEARCH_RESULTS: string;
3873
4163
  };
3874
4164
  pl: {
3875
4165
  TRIGGER_LISTEN: string;
@@ -4033,6 +4323,18 @@ declare class aai18nPlugin {
4033
4323
  AGENT_INPUT: string;
4034
4324
  CUSTOM_EMPTY_MSG: string;
4035
4325
  CUSTOM_TAB_DESC: string;
4326
+ SUBMIT_OVERALL_FEEDBACK: string;
4327
+ FEEDBACK_POPUP_SUBTITLE: string;
4328
+ FEEDBACK_SATISFIED: string;
4329
+ FEEDBACK_UNSATISFIED: string;
4330
+ FEEDBACK_PROVIDE_REASONS: string;
4331
+ FEEDBACK_TITLE: string;
4332
+ AGENTIC_THINKING: string;
4333
+ AGENTIC_AGENT_TITLE: string;
4334
+ AGENTIC_COPILOT_MODE_TITLE: string;
4335
+ AGENTIC_SENDING_MESSAGE: string;
4336
+ AGENTIC_COPILOT_DESC: string;
4337
+ AGENTIC_SEARCH_RESULTS: string;
4036
4338
  };
4037
4339
  pt: {
4038
4340
  TRIGGER_LISTEN: string;
@@ -4196,6 +4498,18 @@ declare class aai18nPlugin {
4196
4498
  AGENT_INPUT: string;
4197
4499
  CUSTOM_EMPTY_MSG: string;
4198
4500
  CUSTOM_TAB_DESC: string;
4501
+ SUBMIT_OVERALL_FEEDBACK: string;
4502
+ FEEDBACK_POPUP_SUBTITLE: string;
4503
+ FEEDBACK_SATISFIED: string;
4504
+ FEEDBACK_UNSATISFIED: string;
4505
+ FEEDBACK_PROVIDE_REASONS: string;
4506
+ FEEDBACK_TITLE: string;
4507
+ AGENTIC_THINKING: string;
4508
+ AGENTIC_AGENT_TITLE: string;
4509
+ AGENTIC_COPILOT_MODE_TITLE: string;
4510
+ AGENTIC_SENDING_MESSAGE: string;
4511
+ AGENTIC_COPILOT_DESC: string;
4512
+ AGENTIC_SEARCH_RESULTS: string;
4199
4513
  };
4200
4514
  pt_pt: {
4201
4515
  TRIGGER_LISTEN: string;
@@ -4359,6 +4673,18 @@ declare class aai18nPlugin {
4359
4673
  AGENT_INPUT: string;
4360
4674
  CUSTOM_EMPTY_MSG: string;
4361
4675
  CUSTOM_TAB_DESC: string;
4676
+ SUBMIT_OVERALL_FEEDBACK: string;
4677
+ FEEDBACK_POPUP_SUBTITLE: string;
4678
+ FEEDBACK_SATISFIED: string;
4679
+ FEEDBACK_UNSATISFIED: string;
4680
+ FEEDBACK_PROVIDE_REASONS: string;
4681
+ FEEDBACK_TITLE: string;
4682
+ AGENTIC_THINKING: string;
4683
+ AGENTIC_AGENT_TITLE: string;
4684
+ AGENTIC_COPILOT_MODE_TITLE: string;
4685
+ AGENTIC_SENDING_MESSAGE: string;
4686
+ AGENTIC_COPILOT_DESC: string;
4687
+ AGENTIC_SEARCH_RESULTS: string;
4362
4688
  };
4363
4689
  ru: {
4364
4690
  TRIGGER_LISTEN: string;
@@ -4522,6 +4848,18 @@ declare class aai18nPlugin {
4522
4848
  AGENT_INPUT: string;
4523
4849
  CUSTOM_EMPTY_MSG: string;
4524
4850
  CUSTOM_TAB_DESC: string;
4851
+ SUBMIT_OVERALL_FEEDBACK: string;
4852
+ FEEDBACK_POPUP_SUBTITLE: string;
4853
+ FEEDBACK_SATISFIED: string;
4854
+ FEEDBACK_UNSATISFIED: string;
4855
+ FEEDBACK_PROVIDE_REASONS: string;
4856
+ FEEDBACK_TITLE: string;
4857
+ AGENTIC_THINKING: string;
4858
+ AGENTIC_AGENT_TITLE: string;
4859
+ AGENTIC_COPILOT_MODE_TITLE: string;
4860
+ AGENTIC_SENDING_MESSAGE: string;
4861
+ AGENTIC_COPILOT_DESC: string;
4862
+ AGENTIC_SEARCH_RESULTS: string;
4525
4863
  };
4526
4864
  sv: {
4527
4865
  TRIGGER_LISTEN: string;
@@ -4685,6 +5023,18 @@ declare class aai18nPlugin {
4685
5023
  AGENT_INPUT: string;
4686
5024
  CUSTOM_EMPTY_MSG: string;
4687
5025
  CUSTOM_TAB_DESC: string;
5026
+ SUBMIT_OVERALL_FEEDBACK: string;
5027
+ FEEDBACK_POPUP_SUBTITLE: string;
5028
+ FEEDBACK_SATISFIED: string;
5029
+ FEEDBACK_UNSATISFIED: string;
5030
+ FEEDBACK_PROVIDE_REASONS: string;
5031
+ FEEDBACK_TITLE: string;
5032
+ AGENTIC_THINKING: string;
5033
+ AGENTIC_AGENT_TITLE: string;
5034
+ AGENTIC_COPILOT_MODE_TITLE: string;
5035
+ AGENTIC_SENDING_MESSAGE: string;
5036
+ AGENTIC_COPILOT_DESC: string;
5037
+ AGENTIC_SEARCH_RESULTS: string;
4688
5038
  };
4689
5039
  ta: {
4690
5040
  TRIGGER_LISTEN: string;
@@ -4848,6 +5198,18 @@ declare class aai18nPlugin {
4848
5198
  AGENT_INPUT: string;
4849
5199
  CUSTOM_EMPTY_MSG: string;
4850
5200
  CUSTOM_TAB_DESC: string;
5201
+ SUBMIT_OVERALL_FEEDBACK: string;
5202
+ FEEDBACK_POPUP_SUBTITLE: string;
5203
+ FEEDBACK_SATISFIED: string;
5204
+ FEEDBACK_UNSATISFIED: string;
5205
+ FEEDBACK_PROVIDE_REASONS: string;
5206
+ FEEDBACK_TITLE: string;
5207
+ AGENTIC_THINKING: string;
5208
+ AGENTIC_AGENT_TITLE: string;
5209
+ AGENTIC_COPILOT_MODE_TITLE: string;
5210
+ AGENTIC_SENDING_MESSAGE: string;
5211
+ AGENTIC_COPILOT_DESC: string;
5212
+ AGENTIC_SEARCH_RESULTS: string;
4851
5213
  };
4852
5214
  te: {
4853
5215
  TRIGGER_LISTEN: string;
@@ -5011,6 +5373,18 @@ declare class aai18nPlugin {
5011
5373
  AGENT_INPUT: string;
5012
5374
  CUSTOM_EMPTY_MSG: string;
5013
5375
  CUSTOM_TAB_DESC: string;
5376
+ SUBMIT_OVERALL_FEEDBACK: string;
5377
+ FEEDBACK_POPUP_SUBTITLE: string;
5378
+ FEEDBACK_SATISFIED: string;
5379
+ FEEDBACK_UNSATISFIED: string;
5380
+ FEEDBACK_PROVIDE_REASONS: string;
5381
+ FEEDBACK_TITLE: string;
5382
+ AGENTIC_THINKING: string;
5383
+ AGENTIC_AGENT_TITLE: string;
5384
+ AGENTIC_COPILOT_MODE_TITLE: string;
5385
+ AGENTIC_SENDING_MESSAGE: string;
5386
+ AGENTIC_COPILOT_DESC: string;
5387
+ AGENTIC_SEARCH_RESULTS: string;
5014
5388
  };
5015
5389
  tl: {
5016
5390
  TRIGGER_LISTEN: string;
@@ -5174,6 +5548,18 @@ declare class aai18nPlugin {
5174
5548
  AGENT_INPUT: string;
5175
5549
  CUSTOM_EMPTY_MSG: string;
5176
5550
  CUSTOM_TAB_DESC: string;
5551
+ SUBMIT_OVERALL_FEEDBACK: string;
5552
+ FEEDBACK_POPUP_SUBTITLE: string;
5553
+ FEEDBACK_SATISFIED: string;
5554
+ FEEDBACK_UNSATISFIED: string;
5555
+ FEEDBACK_PROVIDE_REASONS: string;
5556
+ FEEDBACK_TITLE: string;
5557
+ AGENTIC_THINKING: string;
5558
+ AGENTIC_AGENT_TITLE: string;
5559
+ AGENTIC_COPILOT_MODE_TITLE: string;
5560
+ AGENTIC_SENDING_MESSAGE: string;
5561
+ AGENTIC_COPILOT_DESC: string;
5562
+ AGENTIC_SEARCH_RESULTS: string;
5177
5563
  };
5178
5564
  tr: {
5179
5565
  TRIGGER_LISTEN: string;
@@ -5337,6 +5723,18 @@ declare class aai18nPlugin {
5337
5723
  AGENT_INPUT: string;
5338
5724
  CUSTOM_EMPTY_MSG: string;
5339
5725
  CUSTOM_TAB_DESC: string;
5726
+ SUBMIT_OVERALL_FEEDBACK: string;
5727
+ FEEDBACK_POPUP_SUBTITLE: string;
5728
+ FEEDBACK_SATISFIED: string;
5729
+ FEEDBACK_UNSATISFIED: string;
5730
+ FEEDBACK_PROVIDE_REASONS: string;
5731
+ FEEDBACK_TITLE: string;
5732
+ AGENTIC_THINKING: string;
5733
+ AGENTIC_AGENT_TITLE: string;
5734
+ AGENTIC_COPILOT_MODE_TITLE: string;
5735
+ AGENTIC_SENDING_MESSAGE: string;
5736
+ AGENTIC_COPILOT_DESC: string;
5737
+ AGENTIC_SEARCH_RESULTS: string;
5340
5738
  };
5341
5739
  uk: {
5342
5740
  TRIGGER_LISTEN: string;
@@ -5500,6 +5898,18 @@ declare class aai18nPlugin {
5500
5898
  AGENT_INPUT: string;
5501
5899
  CUSTOM_EMPTY_MSG: string;
5502
5900
  CUSTOM_TAB_DESC: string;
5901
+ SUBMIT_OVERALL_FEEDBACK: string;
5902
+ FEEDBACK_POPUP_SUBTITLE: string;
5903
+ FEEDBACK_SATISFIED: string;
5904
+ FEEDBACK_UNSATISFIED: string;
5905
+ FEEDBACK_PROVIDE_REASONS: string;
5906
+ FEEDBACK_TITLE: string;
5907
+ AGENTIC_THINKING: string;
5908
+ AGENTIC_AGENT_TITLE: string;
5909
+ AGENTIC_COPILOT_MODE_TITLE: string;
5910
+ AGENTIC_SENDING_MESSAGE: string;
5911
+ AGENTIC_COPILOT_DESC: string;
5912
+ AGENTIC_SEARCH_RESULTS: string;
5503
5913
  };
5504
5914
  ur: {
5505
5915
  TRIGGER_LISTEN: string;
@@ -5663,6 +6073,18 @@ declare class aai18nPlugin {
5663
6073
  AGENT_INPUT: string;
5664
6074
  CUSTOM_EMPTY_MSG: string;
5665
6075
  CUSTOM_TAB_DESC: string;
6076
+ SUBMIT_OVERALL_FEEDBACK: string;
6077
+ FEEDBACK_POPUP_SUBTITLE: string;
6078
+ FEEDBACK_SATISFIED: string;
6079
+ FEEDBACK_UNSATISFIED: string;
6080
+ FEEDBACK_PROVIDE_REASONS: string;
6081
+ FEEDBACK_TITLE: string;
6082
+ AGENTIC_THINKING: string;
6083
+ AGENTIC_AGENT_TITLE: string;
6084
+ AGENTIC_COPILOT_MODE_TITLE: string;
6085
+ AGENTIC_SENDING_MESSAGE: string;
6086
+ AGENTIC_COPILOT_DESC: string;
6087
+ AGENTIC_SEARCH_RESULTS: string;
5666
6088
  };
5667
6089
  bn: {
5668
6090
  TRIGGER_LISTEN: string;
@@ -5826,6 +6248,18 @@ declare class aai18nPlugin {
5826
6248
  AGENT_INPUT: string;
5827
6249
  CUSTOM_EMPTY_MSG: string;
5828
6250
  CUSTOM_TAB_DESC: string;
6251
+ SUBMIT_OVERALL_FEEDBACK: string;
6252
+ FEEDBACK_POPUP_SUBTITLE: string;
6253
+ FEEDBACK_SATISFIED: string;
6254
+ FEEDBACK_UNSATISFIED: string;
6255
+ FEEDBACK_PROVIDE_REASONS: string;
6256
+ FEEDBACK_TITLE: string;
6257
+ AGENTIC_THINKING: string;
6258
+ AGENTIC_AGENT_TITLE: string;
6259
+ AGENTIC_COPILOT_MODE_TITLE: string;
6260
+ AGENTIC_SENDING_MESSAGE: string;
6261
+ AGENTIC_COPILOT_DESC: string;
6262
+ AGENTIC_SEARCH_RESULTS: string;
5829
6263
  };
5830
6264
  ht: {
5831
6265
  TRIGGER_LISTEN: string;
@@ -5989,6 +6423,18 @@ declare class aai18nPlugin {
5989
6423
  AGENT_INPUT: string;
5990
6424
  CUSTOM_EMPTY_MSG: string;
5991
6425
  CUSTOM_TAB_DESC: string;
6426
+ SUBMIT_OVERALL_FEEDBACK: string;
6427
+ FEEDBACK_POPUP_SUBTITLE: string;
6428
+ FEEDBACK_SATISFIED: string;
6429
+ FEEDBACK_UNSATISFIED: string;
6430
+ FEEDBACK_PROVIDE_REASONS: string;
6431
+ FEEDBACK_TITLE: string;
6432
+ AGENTIC_THINKING: string;
6433
+ AGENTIC_AGENT_TITLE: string;
6434
+ AGENTIC_COPILOT_MODE_TITLE: string;
6435
+ AGENTIC_SENDING_MESSAGE: string;
6436
+ AGENTIC_COPILOT_DESC: string;
6437
+ AGENTIC_SEARCH_RESULTS: string;
5992
6438
  };
5993
6439
  ca: {
5994
6440
  TRIGGER_LISTEN: string;
@@ -6152,6 +6598,18 @@ declare class aai18nPlugin {
6152
6598
  AGENT_INPUT: string;
6153
6599
  CUSTOM_EMPTY_MSG: string;
6154
6600
  CUSTOM_TAB_DESC: string;
6601
+ SUBMIT_OVERALL_FEEDBACK: string;
6602
+ FEEDBACK_POPUP_SUBTITLE: string;
6603
+ FEEDBACK_SATISFIED: string;
6604
+ FEEDBACK_UNSATISFIED: string;
6605
+ FEEDBACK_PROVIDE_REASONS: string;
6606
+ FEEDBACK_TITLE: string;
6607
+ AGENTIC_THINKING: string;
6608
+ AGENTIC_AGENT_TITLE: string;
6609
+ AGENTIC_COPILOT_MODE_TITLE: string;
6610
+ AGENTIC_SENDING_MESSAGE: string;
6611
+ AGENTIC_COPILOT_DESC: string;
6612
+ AGENTIC_SEARCH_RESULTS: string;
6155
6613
  };
6156
6614
  az: {
6157
6615
  TRIGGER_LISTEN: string;
@@ -6315,6 +6773,18 @@ declare class aai18nPlugin {
6315
6773
  AGENT_INPUT: string;
6316
6774
  CUSTOM_EMPTY_MSG: string;
6317
6775
  CUSTOM_TAB_DESC: string;
6776
+ SUBMIT_OVERALL_FEEDBACK: string;
6777
+ FEEDBACK_POPUP_SUBTITLE: string;
6778
+ FEEDBACK_SATISFIED: string;
6779
+ FEEDBACK_UNSATISFIED: string;
6780
+ FEEDBACK_PROVIDE_REASONS: string;
6781
+ FEEDBACK_TITLE: string;
6782
+ AGENTIC_THINKING: string;
6783
+ AGENTIC_AGENT_TITLE: string;
6784
+ AGENTIC_COPILOT_MODE_TITLE: string;
6785
+ AGENTIC_SENDING_MESSAGE: string;
6786
+ AGENTIC_COPILOT_DESC: string;
6787
+ AGENTIC_SEARCH_RESULTS: string;
6318
6788
  };
6319
6789
  my: {
6320
6790
  TRIGGER_LISTEN: string;
@@ -6477,6 +6947,18 @@ declare class aai18nPlugin {
6477
6947
  AGENT_INPUT: string;
6478
6948
  CUSTOM_EMPTY_MSG: string;
6479
6949
  CUSTOM_TAB_DESC: string;
6950
+ SUBMIT_OVERALL_FEEDBACK: string;
6951
+ FEEDBACK_POPUP_SUBTITLE: string;
6952
+ FEEDBACK_SATISFIED: string;
6953
+ FEEDBACK_UNSATISFIED: string;
6954
+ FEEDBACK_PROVIDE_REASONS: string;
6955
+ FEEDBACK_TITLE: string;
6956
+ AGENTIC_THINKING: string;
6957
+ AGENTIC_AGENT_TITLE: string;
6958
+ AGENTIC_COPILOT_MODE_TITLE: string;
6959
+ AGENTIC_SENDING_MESSAGE: string;
6960
+ AGENTIC_COPILOT_DESC: string;
6961
+ AGENTIC_SEARCH_RESULTS: string;
6480
6962
  };
6481
6963
  th: {
6482
6964
  TRIGGER_LISTEN: string;
@@ -6640,6 +7122,18 @@ declare class aai18nPlugin {
6640
7122
  AGENT_INPUT: string;
6641
7123
  CUSTOM_EMPTY_MSG: string;
6642
7124
  CUSTOM_TAB_DESC: string;
7125
+ SUBMIT_OVERALL_FEEDBACK: string;
7126
+ FEEDBACK_POPUP_SUBTITLE: string;
7127
+ FEEDBACK_SATISFIED: string;
7128
+ FEEDBACK_UNSATISFIED: string;
7129
+ FEEDBACK_PROVIDE_REASONS: string;
7130
+ FEEDBACK_TITLE: string;
7131
+ AGENTIC_THINKING: string;
7132
+ AGENTIC_AGENT_TITLE: string;
7133
+ AGENTIC_COPILOT_MODE_TITLE: string;
7134
+ AGENTIC_SENDING_MESSAGE: string;
7135
+ AGENTIC_COPILOT_DESC: string;
7136
+ AGENTIC_SEARCH_RESULTS: string;
6643
7137
  };
6644
7138
  vi: {
6645
7139
  TRIGGER_LISTEN: string;
@@ -6803,6 +7297,18 @@ declare class aai18nPlugin {
6803
7297
  AGENT_INPUT: string;
6804
7298
  CUSTOM_EMPTY_MSG: string;
6805
7299
  CUSTOM_TAB_DESC: string;
7300
+ SUBMIT_OVERALL_FEEDBACK: string;
7301
+ FEEDBACK_POPUP_SUBTITLE: string;
7302
+ FEEDBACK_SATISFIED: string;
7303
+ FEEDBACK_UNSATISFIED: string;
7304
+ FEEDBACK_PROVIDE_REASONS: string;
7305
+ FEEDBACK_TITLE: string;
7306
+ AGENTIC_THINKING: string;
7307
+ AGENTIC_AGENT_TITLE: string;
7308
+ AGENTIC_COPILOT_MODE_TITLE: string;
7309
+ AGENTIC_SENDING_MESSAGE: string;
7310
+ AGENTIC_COPILOT_DESC: string;
7311
+ AGENTIC_SEARCH_RESULTS: string;
6806
7312
  };
6807
7313
  zh_cn: {
6808
7314
  TRIGGER_LISTEN: string;
@@ -6959,6 +7465,18 @@ declare class aai18nPlugin {
6959
7465
  AGENT_INPUT: string;
6960
7466
  CUSTOM_EMPTY_MSG: string;
6961
7467
  CUSTOM_TAB_DESC: string;
7468
+ SUBMIT_OVERALL_FEEDBACK: string;
7469
+ FEEDBACK_POPUP_SUBTITLE: string;
7470
+ FEEDBACK_SATISFIED: string;
7471
+ FEEDBACK_UNSATISFIED: string;
7472
+ FEEDBACK_PROVIDE_REASONS: string;
7473
+ FEEDBACK_TITLE: string;
7474
+ AGENTIC_THINKING: string;
7475
+ AGENTIC_AGENT_TITLE: string;
7476
+ AGENTIC_COPILOT_MODE_TITLE: string;
7477
+ AGENTIC_SENDING_MESSAGE: string;
7478
+ AGENTIC_COPILOT_DESC: string;
7479
+ AGENTIC_SEARCH_RESULTS: string;
6962
7480
  };
6963
7481
  zh_tw: {
6964
7482
  TRIGGER_LISTEN: string;
@@ -7122,6 +7640,18 @@ declare class aai18nPlugin {
7122
7640
  AGENT_INPUT: string;
7123
7641
  CUSTOM_EMPTY_MSG: string;
7124
7642
  CUSTOM_TAB_DESC: string;
7643
+ SUBMIT_OVERALL_FEEDBACK: string;
7644
+ FEEDBACK_POPUP_SUBTITLE: string;
7645
+ FEEDBACK_SATISFIED: string;
7646
+ FEEDBACK_UNSATISFIED: string;
7647
+ FEEDBACK_PROVIDE_REASONS: string;
7648
+ FEEDBACK_TITLE: string;
7649
+ AGENTIC_THINKING: string;
7650
+ AGENTIC_AGENT_TITLE: string;
7651
+ AGENTIC_COPILOT_MODE_TITLE: string;
7652
+ AGENTIC_SENDING_MESSAGE: string;
7653
+ AGENTIC_COPILOT_DESC: string;
7654
+ AGENTIC_SEARCH_RESULTS: string;
7125
7655
  };
7126
7656
  };
7127
7657
  };