UNPKG

@tencentcloud/chat-uikit-vue

Version:

Build In-App Chat & Audio/Video Call & Live Streaming in minutes with UIKit components for Vue.

12 lines (9 loc) 298 B
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: '', };