Mise à niveau de notre service commercial Bot Libre for Business pour seulement $4.99 par mois
Bot Libre Forum : Create a greeting with data from Google BigQuery

RE: Create a greeting with data from Google BigQuery

par admin posté 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
Posté: Jan 20 2017, 20:56
Mise à jour: Jan 20 2017, 20:57
Réponses: 0
Vues: 1533, aujourd'hui: 2, semaine: 5, mois: 12
0 0 0.0/5