How to program simple chat bot AI?
Posted
by Larsenal
on Stack Overflow
See other posts from Stack Overflow
or by Larsenal
Published on 2008-09-10T19:00:40Z
Indexed on
2010/05/22
22:10 UTC
Read the original article
Hit count: 240
I want to build a bot that asks someone a few simple questions and branches based on the answer. I realize parsing meaning from the human responses will be challenging, but how do you setup the program to deal with the "state" of the conversation?
EDIT: It will be a one-to-one conversation between a human and the bot.
© Stack Overflow or respective owner