You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we have our regular expression to extract a licence plate, we can use is in our extractor
@@ -101,7 +101,7 @@ duration: 5
101
101
Got to <ahref="https://app.botfuel.io"target="_blank">https://app.botfuel.io</a>, open your project and create a new intent called `licenceplate`
102
102
103
103
<center>
104
-
<imgsrc="images/trainer.png"alt="intent in trainer"title="Intent in trainer"/>
104
+
<imgsrc="https://github.com/Botfuel/tutorials/raw/master/regexp-imatriculation/images/trainer.png"alt="intent in trainer"title="Intent in trainer"/>
105
105
</center>
106
106
107
107
Add a few training phrases the user may enter to give you his licence plate.
@@ -165,7 +165,7 @@ BOTFUEL_APP_TOKEN=<the BOTFUEL_APP_TOKEN> BOTFUEL_APP_ID=<the BOTFUEL_APP_ID> BO
165
165
166
166
You can then try your new intent in your bot.
167
167
<center>
168
-
<imgsrc="images/terminal.png"alt="Bot test in terminal"title="Bot test in terminal"/>
168
+
<imgsrc="https://github.com/Botfuel/tutorials/raw/master/regexp-imatriculation/images/terminal.png"alt="Bot test in terminal"title="Bot test in terminal"/>
0 commit comments