First of all i'm new to this Rivescript which is used for making chat bots. can any one help me how to trigger Rest API which is already implemented in NodeJS. i heard that some <call>
tag will help for this but i'm not getting how to do that. Any example will be appreciated. Thanks in advance.
How to Trigger API with Rivescript?
232 views Asked by Nithin Kumar At
1
We wanted to keep control on our side. So we ended up putting meta info in the rivescript file and wrote a custom parser which will make API call.
Parser splits the response by | and then all values on right side are for API. This can be extended to have any number of parameter to support all kinds of API calls.