Download der open-source - Bot Libre Community Edition und installieren Sie Bot Libre auf Ihrem eigenen server
Bot Libre Forum : Create a greeting with data from Google BigQuery

RE: Create a greeting with data from Google BigQuery

durch admin gepostet Jan 20 2017, 20:56

You can access any web service using a Self script.
See,
https://www.botlibre.com/forum-post?id=13020078

For a greeting you can use a "redirect" or "srai" template to redirect to a script.
i.e.
Template("{redirect "call bigquery"}")

Then you have a script like,

state Greeting { pattern "call bigquery" answer callBigQuery(); function callBigQuery() { var json = Http.requestJSON(...); ... }


Id: 15236899
Gepostet: Jan 20 2017, 20:56
Aktualisiert: Jan 20 2017, 20:57
Antworten: 0
Ansichten: 1519, heute: 1, Woche: 2, Monat: 23
0 0 0.0/5