@koredev/agentai-web-sdk 3.4.0-rc → 3.5.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.
|
@@ -272,7 +272,11 @@ export declare class rootService {
|
|
|
272
272
|
handlePreviousAutomationNode(entityNode: any, automationNodeObj: any, templateClick: boolean, hostInstance: any): void;
|
|
273
273
|
handleHistoryPreviousAutomationNode(entityNode: any, automationNodeObj: any, hostInstance: any): void;
|
|
274
274
|
checkTransferDetailsAndDisableWidget: (hostInstance: any) => void;
|
|
275
|
-
findTaskInStringAndMake(prefsData: any, dialogPos: any, replacement: any):
|
|
275
|
+
findTaskInStringAndMake(prefsData: any, dialogPos: any, replacement: any): {
|
|
276
|
+
firstSt: any;
|
|
277
|
+
lastSt: any;
|
|
278
|
+
replaceSt: any;
|
|
279
|
+
};
|
|
276
280
|
checkDialogGroupingAndMake: (hostInstance: any, suggestionArr: any, prefsData: any) => any;
|
|
277
281
|
defaultGroupMake(dialogs: any, suggestionArr: any): any;
|
|
278
282
|
groupsMake: (dialogGroups: any, suggestionArr: any) => [][];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { h } from 'preact';
|
|
2
2
|
export declare function FeedbackWrapperInsideDialog(props: any): h.JSX.Element;
|
|
3
3
|
export declare function Automation(props: any): h.JSX.Element;
|
|
4
|
-
export declare function DialogStart(props: any):
|
|
5
|
-
export declare function DialogEnd(props: any):
|
|
4
|
+
export declare function DialogStart(props: any): h.JSX.Element;
|
|
5
|
+
export declare function DialogEnd(props: any): h.JSX.Element;
|
|
6
6
|
export declare function AskCustomer(props: any): h.JSX.Element;
|
|
7
7
|
export declare function TellCustomer(props: any): h.JSX.Element;
|
|
8
8
|
export declare function WelcomeMessage(props: any): h.JSX.Element;
|