Hi All. Amazing bit of software, enjoying playing around.
I've spent last hour trying to get some "Human Touch" going. A user prompt, a computer question, a user prompt, and a computers response and action. I've watched the youtube videos on "human touch" which almost gets it done but in that it is achieved by starting a new branch, which really isn't part of the original conversation, or branch, and there fore seems it could be triggered at any time out of place. Let me explain what I want to achieve - if I can do this I will apply it to all sorts of other uses.
Me: Hello Computer
VC: Hello. Who am I speaking too?
(Now from this point I would like to have 3 possible people that would then branch to seperate replies and actions. It would be nice if I could say any other name for a simple polite end of tree. IE, User: "Guest".... VC) "Hello 'Guest' enjoy using VoxCommando. Would you like to listen to music?" I tried using payload but i hit a brick wall past one user input and one computer response in the same branch.)
*branch 1*User: Michael
VC: Hello Michael. Would you like to watch recent TV episodes.?
User: "yes"
VC) Displays recent TV
*branch 2*User: Lisa
VC: Hello Lisa would you like to listen to your favourite Music?
----you get the idea!....
Seems like it should be easily achievable but no matter how I mess around with logic, and payloads past the first input output I hit a wall.