@koredev/agentai-web-sdk 3.19.1-rc → 3.20.0-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 (59) hide show
  1. package/dist/assets/images/logo/agentic_pattern.svg +21 -0
  2. package/dist/components/common/constants/errorcodes.d.ts +8 -0
  3. package/dist/components/common/constants/events.cnst.d.ts +28 -4
  4. package/dist/components/common/constants/projConsts.d.ts +64 -1
  5. package/dist/components/common/constants/settingsConsts.d.ts +34 -0
  6. package/dist/components/common/i18n/ar.d.ts +12 -0
  7. package/dist/components/common/i18n/as.d.ts +12 -0
  8. package/dist/components/common/i18n/az.d.ts +12 -0
  9. package/dist/components/common/i18n/bn.d.ts +12 -0
  10. package/dist/components/common/i18n/ca.d.ts +12 -0
  11. package/dist/components/common/i18n/da.d.ts +12 -0
  12. package/dist/components/common/i18n/de.d.ts +12 -0
  13. package/dist/components/common/i18n/en.d.ts +14 -0
  14. package/dist/components/common/i18n/es.d.ts +12 -0
  15. package/dist/components/common/i18n/fa.d.ts +12 -0
  16. package/dist/components/common/i18n/fi.d.ts +12 -0
  17. package/dist/components/common/i18n/fr.d.ts +12 -0
  18. package/dist/components/common/i18n/gu.d.ts +12 -0
  19. package/dist/components/common/i18n/he.d.ts +12 -0
  20. package/dist/components/common/i18n/hi.d.ts +12 -0
  21. package/dist/components/common/i18n/ht.d.ts +12 -0
  22. package/dist/components/common/i18n/id.d.ts +12 -0
  23. package/dist/components/common/i18n/it.d.ts +12 -0
  24. package/dist/components/common/i18n/ja.d.ts +12 -0
  25. package/dist/components/common/i18n/kn.d.ts +12 -0
  26. package/dist/components/common/i18n/ko.d.ts +12 -0
  27. package/dist/components/common/i18n/ml.d.ts +12 -0
  28. package/dist/components/common/i18n/mr.d.ts +12 -0
  29. package/dist/components/common/i18n/ms.d.ts +12 -0
  30. package/dist/components/common/i18n/my.d.ts +12 -0
  31. package/dist/components/common/i18n/ne.d.ts +12 -0
  32. package/dist/components/common/i18n/nl.d.ts +12 -0
  33. package/dist/components/common/i18n/or.d.ts +12 -0
  34. package/dist/components/common/i18n/pa.d.ts +12 -0
  35. package/dist/components/common/i18n/pl.d.ts +12 -0
  36. package/dist/components/common/i18n/pt.d.ts +12 -0
  37. package/dist/components/common/i18n/pt_pt.d.ts +12 -0
  38. package/dist/components/common/i18n/ru.d.ts +12 -0
  39. package/dist/components/common/i18n/sv.d.ts +12 -0
  40. package/dist/components/common/i18n/ta.d.ts +12 -0
  41. package/dist/components/common/i18n/te.d.ts +12 -0
  42. package/dist/components/common/i18n/th.d.ts +12 -0
  43. package/dist/components/common/i18n/tl.d.ts +12 -0
  44. package/dist/components/common/i18n/tr.d.ts +12 -0
  45. package/dist/components/common/i18n/uk.d.ts +12 -0
  46. package/dist/components/common/i18n/ur.d.ts +12 -0
  47. package/dist/components/common/i18n/vi.d.ts +12 -0
  48. package/dist/components/common/i18n/zh_cn.d.ts +12 -0
  49. package/dist/components/common/i18n/zh_tw.d.ts +12 -0
  50. package/dist/components/common/services/rootService.d.ts +20 -0
  51. package/dist/components/common/templatemanager/tabs/agentic-CoPilot/agentic-CoPilot.d.ts +7 -0
  52. package/dist/components/common/templatemanager/tabs/atom/dialogPopups.d.ts +1 -0
  53. package/dist/components/common/templatemanager/tabs/atom/dynamic-send-action-btn.d.ts +4 -0
  54. package/dist/components/common/templatemanager/tabs/feedback/feedback.d.ts +1 -0
  55. package/dist/components/common/templatemanager/tabs/suggestions/agentic-results/agentic-results.d.ts +2 -0
  56. package/dist/esm/agentai-web-sdk.min.js +1 -1
  57. package/dist/plugins/i18n.d.ts +530 -0
  58. package/dist/umd/agentai-web-sdk-umd.min.js +1 -1
  59. package/package.json +1 -1
@@ -159,4 +159,16 @@ export declare const my: {
159
159
  AGENT_INPUT: string;
160
160
  CUSTOM_EMPTY_MSG: string;
161
161
  CUSTOM_TAB_DESC: string;
162
+ SUBMIT_OVERALL_FEEDBACK: string;
163
+ FEEDBACK_POPUP_SUBTITLE: string;
164
+ FEEDBACK_SATISFIED: string;
165
+ FEEDBACK_UNSATISFIED: string;
166
+ FEEDBACK_PROVIDE_REASONS: string;
167
+ FEEDBACK_TITLE: string;
168
+ AGENTIC_THINKING: string;
169
+ AGENTIC_AGENT_TITLE: string;
170
+ AGENTIC_COPILOT_MODE_TITLE: string;
171
+ AGENTIC_SENDING_MESSAGE: string;
172
+ AGENTIC_COPILOT_DESC: string;
173
+ AGENTIC_SEARCH_RESULTS: string;
162
174
  };
@@ -160,4 +160,16 @@ export declare const ne: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -160,4 +160,16 @@ export declare const nl: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -160,4 +160,16 @@ export declare const or: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -160,4 +160,16 @@ export declare const pa: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -160,4 +160,16 @@ export declare const pl: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -160,4 +160,16 @@ export declare const pt: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -160,4 +160,16 @@ export declare const pt_pt: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -160,4 +160,16 @@ export declare const ru: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -160,4 +160,16 @@ export declare const sv: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -160,4 +160,16 @@ export declare const ta: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -160,4 +160,16 @@ export declare const te: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -160,4 +160,16 @@ export declare const th: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -160,4 +160,16 @@ export declare const tl: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -160,4 +160,16 @@ export declare const tr: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -160,4 +160,16 @@ export declare const uk: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -160,4 +160,16 @@ export declare const ur: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -160,4 +160,16 @@ export declare const vi: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -153,4 +153,16 @@ export declare const zh_cn: {
153
153
  AGENT_INPUT: string;
154
154
  CUSTOM_EMPTY_MSG: string;
155
155
  CUSTOM_TAB_DESC: string;
156
+ SUBMIT_OVERALL_FEEDBACK: string;
157
+ FEEDBACK_POPUP_SUBTITLE: string;
158
+ FEEDBACK_SATISFIED: string;
159
+ FEEDBACK_UNSATISFIED: string;
160
+ FEEDBACK_PROVIDE_REASONS: string;
161
+ FEEDBACK_TITLE: string;
162
+ AGENTIC_THINKING: string;
163
+ AGENTIC_AGENT_TITLE: string;
164
+ AGENTIC_COPILOT_MODE_TITLE: string;
165
+ AGENTIC_SENDING_MESSAGE: string;
166
+ AGENTIC_COPILOT_DESC: string;
167
+ AGENTIC_SEARCH_RESULTS: string;
156
168
  };
@@ -160,4 +160,16 @@ export declare const zh_tw: {
160
160
  AGENT_INPUT: string;
161
161
  CUSTOM_EMPTY_MSG: string;
162
162
  CUSTOM_TAB_DESC: string;
163
+ SUBMIT_OVERALL_FEEDBACK: string;
164
+ FEEDBACK_POPUP_SUBTITLE: string;
165
+ FEEDBACK_SATISFIED: string;
166
+ FEEDBACK_UNSATISFIED: string;
167
+ FEEDBACK_PROVIDE_REASONS: string;
168
+ FEEDBACK_TITLE: string;
169
+ AGENTIC_THINKING: string;
170
+ AGENTIC_AGENT_TITLE: string;
171
+ AGENTIC_COPILOT_MODE_TITLE: string;
172
+ AGENTIC_SENDING_MESSAGE: string;
173
+ AGENTIC_COPILOT_DESC: string;
174
+ AGENTIC_SEARCH_RESULTS: string;
163
175
  };
@@ -28,6 +28,7 @@ export declare class rootService {
28
28
  manualAssistOverrideMode: boolean;
29
29
  autoScrollStatus: boolean;
30
30
  isOnReadyCalled: boolean;
31
+ agenticStart: boolean;
31
32
  myBotTabSessionId: any;
32
33
  assistTabSessionId: any;
33
34
  sentSearchResponse: boolean;
@@ -37,6 +38,11 @@ export declare class rootService {
37
38
  isAnonymousFlowEnabled: boolean;
38
39
  isAnonymousFlowTriggered: boolean;
39
40
  isHooksApi: boolean;
41
+ isAgenticCoPilotEnabled: boolean;
42
+ isAgenticPaused: boolean;
43
+ isAgenticAutoSendEnabled: boolean;
44
+ sendingTimeForAgenticAutoSend: number;
45
+ timerForSendingAgenticAutoSend: any;
40
46
  selCLInx: any;
41
47
  selStInx: any;
42
48
  selSpInx: any;
@@ -47,6 +53,7 @@ export declare class rootService {
47
53
  hideSendButton: boolean;
48
54
  hideCopyButton: boolean;
49
55
  isUpdateFeedBackDetailsFlag: boolean;
56
+ moreBtnActive: boolean;
50
57
  tabs: {
51
58
  ast: string;
52
59
  mB: string;
@@ -56,6 +63,14 @@ export declare class rootService {
56
63
  tabsTitleAsKey: {
57
64
  [x: string]: string;
58
65
  };
66
+ widgetFeedbackData: {
67
+ selectedSuggestions: string[];
68
+ comment: string;
69
+ type: string;
70
+ positionId: string;
71
+ };
72
+ isWidgetFeedbackAPICalled: boolean;
73
+ widgetHistoryType: string;
59
74
  entitiesValueArray: any;
60
75
  mybotEntitiestValueArray: any;
61
76
  interruptDialogList: any;
@@ -82,6 +97,7 @@ export declare class rootService {
82
97
  summaryRetryCount: number;
83
98
  interimSummary: boolean;
84
99
  customTabEntitiesValueArray: any[];
100
+ agenticNodeArray: any[];
85
101
  constructor(hostInstance: any);
86
102
  sanitizeHTML(html: string): string;
87
103
  updateDefaultFeedbackData(): void;
@@ -134,6 +150,7 @@ export declare class rootService {
134
150
  checkAnswerAndToggleForSearch(faq: any, index: number, hostInstance: any): void;
135
151
  renderEachFaqInSuggestionList(searchResponse: any, faqListHTML: any, hostInstance: any, isAssistSuggestion: boolean, props: any): void;
136
152
  renderEachSnippetInSuggestionList(searchResponse: any, snippetListHtml: any, hostInstance: any): void;
153
+ handleSendCopyForAgenticSearchResults(agenticSearchResultsElement: any, response: any, hostInstance: any): void;
137
154
  renderEachArticleInSuggestionList(searchResponse: any, articlesListHTML: any, hostInstance: any): void;
138
155
  renderEachFileInSuggestionList(searchResponse: any, filesListHtml: any, hostInstance: any): void;
139
156
  handleSearchText(searchText: any, hostInstance: any): void;
@@ -237,6 +254,8 @@ export declare class rootService {
237
254
  renderFeedbackForEachSuggestion(suggestionListTemplate: any, suggestionList: any, feedbackType: string, hostInstance: any): void;
238
255
  handleFeedbackType(automation: any, dialogWrapper: any, feedbackType: string, hostInstance: any): void;
239
256
  handleFeebackClickEvents(helpSection: any, negativeFeedbackSection: any, feedbackWrapper: any, dislikeList: any, showComments: boolean, automation: any, hostInstance: any): void;
257
+ handleWidgetFeedbackClickEvents(widgetFeedbackSection: any, type: string, hostInstance: any): void;
258
+ prepareAndMakeWidgetFeedbackRequest(hostInstance: any): void;
240
259
  prepareAndMakeFeedbackRequest(automation: any, negativeFeedbackSection: HTMLElement, commentBox: HTMLInputElement, helpSection: HTMLElement, type: string, dislikeList: any, showComments: boolean, hostInstance: any): void;
241
260
  addSmallTalkTemplate(smallTalkObj: any, activeTab: string, hostInstance: any): void;
242
261
  getSmallTalkTemplate(smallTalkObj: any, activeTab: string, hostInstance: any): HTMLElement | null;
@@ -290,6 +309,7 @@ export declare class rootService {
290
309
  showNetworkToastr(hostInstance: any): void;
291
310
  addLoaderForAutomation(automationNodeObj: any, hostInstance: any): void;
292
311
  removeLoaderForAutomation(hostInstance: any, parentNode: any): void;
312
+ getWidgetFeedbackHistory(params: any, hostInstance: any): Promise<any>;
293
313
  getAssistHistory(params: any, hostInstance: any): Promise<any>;
294
314
  getAssistFeedback(params: any, hostInstance: any): Promise<any>;
295
315
  getMybotHistory(params: any, hostInstance: any): Promise<any>;
@@ -0,0 +1,7 @@
1
+ import { h } from 'preact';
2
+ import './agentic-CoPilot.scss';
3
+ export declare function RenderEmptyAgenticCoPilotScreen(props: any): h.JSX.Element;
4
+ export declare function RenderAgenticOverrideInput(props: any): h.JSX.Element;
5
+ export declare function agenticCoPilotNodeHeaderSection(props: any): h.JSX.Element;
6
+ export declare function agenticCoPilotMessageSection(props: any): h.JSX.Element;
7
+ export declare const AgenticCoPilot: ({ hostInstance }: any) => h.JSX.Element;
@@ -5,6 +5,7 @@ export declare function RenderCustomTabDialog(props: any): h.JSX.Element;
5
5
  export declare function RenderTerminatePopup(props: any): h.JSX.Element;
6
6
  export declare function RenderInterruptionPopup(props: any): h.JSX.Element;
7
7
  export declare function RenderListView(props: any): h.JSX.Element;
8
+ export declare function RenderMultipleOptionsPopup(props: any): h.JSX.Element;
8
9
  export declare function RenderAttachmentImageView(props: any): h.JSX.Element;
9
10
  export declare function RenderSettingsPopup(props: any): h.JSX.Element;
10
11
  export declare function customTabShowAllDialogsPopup(props: any): h.JSX.Element;
@@ -0,0 +1,4 @@
1
+ import './dynamic-send-action-btn.scss';
2
+ import { h } from 'preact';
3
+ export declare function initializeProgressOnButton(buttonElement: HTMLElement, timeOut: number, hostInstance: any): (() => void) | null;
4
+ export declare function DynamicSendActionBtn(props: any): h.JSX.Element;
@@ -1,3 +1,4 @@
1
1
  import { h } from 'preact';
2
2
  export declare function HelpfulFeedbackSection(props: any): h.JSX.Element;
3
3
  export declare function NegativeFeedbackSection(props: any): h.JSX.Element;
4
+ export declare function OverallFeedbackSection(props: any): h.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { h } from "preact";
2
+ export declare function AgenticSearchResultsHTML(props: any): h.JSX.Element;