chatterbot-corpus icon indicating copy to clipboard operation
chatterbot-corpus copied to clipboard

Support multiple responses to the same statement

Open gunthercox opened this issue 8 years ago • 2 comments

User story: As a developer, I want to be able to specify multiple responses to the same statement in a conversation so that I don't have to create multiple copies of the same conversation with each variation.

For example,

1. Hello how are you?
  a. I am well.
  b. I am not well.

gunthercox avatar Nov 29 '17 12:11 gunthercox

To add to this, there is the case where -- may have multiple inputs against one or more responses. The syntax could be something like

-- how are you | how is your day today | what's up | how is it going | what up
- not bad | I'm great, how about you | very well thanks

If you can point me in the right direction regarding the possible headaches you foresee in implementing this and I might try it on my fork.

mikkokotila avatar Dec 31 '17 20:12 mikkokotila

Have this been implemented or is it still a suggestion?

caranguyen avatar Jul 01 '21 21:07 caranguyen