add full page chatbot and react chatbot

This commit is contained in:
Henry
2023-06-26 02:37:40 +01:00
parent f4755947ff
commit e554ac54dd
12 changed files with 924 additions and 148 deletions
+1
View File
@@ -13,6 +13,7 @@ export interface IChatFlow {
deployed: boolean
updatedDate: Date
createdDate: Date
chatbotConfig?: string
}
export interface IChatMessage {