I just want a simple chat bot to embed on a website that functions like this:
Visitor opens a chat by clicking the chat widget
Chat bot greets the visitor and begins asking a series of questions (name, email, phone, business name, etc)
Chat bot thanks visitor and ends the chat
The data collected in the chat is sent to a Google sheet.
All I can find is how to create an AI chat bot, but I don’t think AI is needed here. It should be a simple rules based bot.
Please help!