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
+3
View File
@@ -19,6 +19,9 @@ export class ChatFlow implements IChatFlow {
@Column()
deployed: boolean
@Column({ nullable: true })
chatbotConfig?: string
@CreateDateColumn()
createdDate: Date