添加聊天
This commit is contained in:
11
TUIKit/components/TUIChat/aiRobotManager/const.ts
Normal file
11
TUIKit/components/TUIChat/aiRobotManager/const.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { BreakAiRobotPayload } from './interface';
|
||||
|
||||
export const ChatbotPlugin = 2;
|
||||
export const ChatbotBreakMsgType = 22;
|
||||
export const ChatbotErrorMsgType = 23;
|
||||
|
||||
export const breakAiRobotPayload: BreakAiRobotPayload = {
|
||||
chatbotPlugin: ChatbotPlugin,
|
||||
src: ChatbotBreakMsgType,
|
||||
msgKey: '',
|
||||
};
|
||||
Reference in New Issue
Block a user