bot-graph-dialog icon indicating copy to clipboard operation
bot-graph-dialog copied to clipboard

support plugins custom step types

Open amiturgman opened this issue 9 years ago • 1 comments

images, carrousel, etc..

amiturgman avatar Aug 12 '16 17:08 amiturgman

I think this it might be more effecient to embed this in data instead of adding complexity to the step layer. Since images and carrousels and etc are just ways of abstracting text based ui

For example

  "id": "workout",
  "type": "prompt",
  "data": { 
    "type": "choice",
    "text": "What kind of workout do you do?",
    "image": "url(../img/sports.png)",
    "options":  [ "None", "Crossfit", "TRX", "Kung-Fu" ]
  }

aribornstein avatar Aug 24 '16 08:08 aribornstein