- Card = for buttons with payload/url
- Text = for simple text
- Dropdown = for quick reply
- Carousel = for buttons with payload/url & image (url in subtitle)
- Response
- Prompt
- Handoff
- Clone https://github.com/tsmsg/botpress-script.git repo inside botpress folder (i.e.
botpress-v12_15_2-darwin-x64/) which can be downloaded from https://botpress.com/download - Go to cloned
botpress-scriptrepo & run following commond in terminal ->python app.py
There are 3 types of tabs for a node in botpress worflow
onEnter- only for HandOff nodesonReceive- for Prompt and Response nodesTransitions:- based on 'quick reply values' (used in 2nd point) which node to go next.
- If we want trasition based on a specific value then put that value ONLY in
Raw Expression (advanced)field - If we want trasition no matter what user gives input then select
Always - If we want trasition based on Affirm/Decline then put 'affirm' or 'decline' in
Raw Expression (advanced)field