OfficineArduinoTorino / ITS-IoT-2019-2021

Corso di IoT tenuto presso l'ITS-ICT di Torino.
2 stars 14 forks source link

[SOLVED] bot non aspetta input utente da chat #9

Open davidefusco9 opened 4 years ago

davidefusco9 commented 4 years ago

Soluzione:

[{"id":"51ba57f8.a80ea8","type":"chatbot-telegram-receive","z":"e39d2e8d.ddea7","bot":"","botProduction":"","x":270,"y":380,"wires":[["bba14cea.d984c"]]},{"id":"bba14cea.d984c","type":"chatbot-inline-buttons","z":"e39d2e8d.ddea7","name":"","buttons":[{"type":"postback","label":"panini","value":"0","answer":"hai scelto panini","alert":false,"style":"primary"},{"type":"postback","label":"pizza","value":"1","answer":"hai scelto pizza","alert":false,"style":"primary"}],"message":"Ciao. Cosa vuoi ordinare?","x":460,"y":380,"wires":[["9db6c772.ef3648","5c9848f5.c30838","5163c121.48f88","b59a87e2.8f64c8"]]},{"id":"9db6c772.ef3648","type":"debug","z":"e39d2e8d.ddea7","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":610,"y":540,"wires":[]},{"id":"5c9848f5.c30838","type":"debug","z":"e39d2e8d.ddea7","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":590,"y":580,"wires":[]},{"id":"5163c121.48f88","type":"debug","z":"e39d2e8d.ddea7","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"originalMessage.text","targetType":"msg","x":650,"y":620,"wires":[]},{"id":"c7609497.6df788","type":"switch","z":"e39d2e8d.ddea7","name":"","property":"originalMessage.text","propertyType":"msg","rules":[{"t":"eq","v":"0","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":870,"y":380,"wires":[["5f90faad.484354"]]},{"id":"b59a87e2.8f64c8","type":"chatbot-telegram-send","z":"e39d2e8d.ddea7","bot":"","botProduction":"","track":true,"passThrough":true,"outputs":1,"x":660,"y":380,"wires":[["c7609497.6df788"]]},{"id":"553709b3.6b9d28","type":"chatbot-parse","z":"e39d2e8d.ddea7","name":"","parseType":"number-integer","parseVariable":"nPanini","x":1160,"y":320,"wires":[["727b6015.d2981"],[]]},{"id":"5f90faad.484354","type":"chatbot-message","z":"e39d2e8d.ddea7","name":"nPanini","message":[{"message":"Quanti?"}],"language":"it","x":910,"y":320,"wires":[["e0825fdf.4b88c"]]},{"id":"727b6015.d2981","type":"chatbot-message","z":"e39d2e8d.ddea7","name":"Done","message":[{"message":"Fatto!"}],"language":"it","x":1320,"y":320,"wires":[["ac619160.51336"]]},{"id":"e0825fdf.4b88c","type":"chatbot-telegram-send","z":"e39d2e8d.ddea7","bot":"","botProduction":"","track":true,"passThrough":true,"outputs":1,"x":1010,"y":240,"wires":[["553709b3.6b9d28"]]},{"id":"ac619160.51336","type":"chatbot-telegram-send","z":"e39d2e8d.ddea7","bot":"","botProduction":"","track":false,"passThrough":false,"outputs":0,"x":1490,"y":320,"wires":[]}]