Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.16 KB

File metadata and controls

22 lines (16 loc) · 1.16 KB

Template for linking your Bouygues Telecom personal account to your google assistant service

This tutorial uses :

. An actions-on-google action consisting in a dialogflow conversation

. The dialogflow fulfillment environment.

Steps for reproducing the account linking

Fill the Account linking section in Actions on google

Copy dialogflow conversation to your own action

Copy the conversation zip file from this repo to Dialogflow from the following window: ![](import or export a zip file.PNG?raw=true)

Optionally, you can create your own intents and entities in Dialogflow if you want customised behaviour

Access the Bytel API with some https requests

Access the Bouygues Télécom Restfull API in Fullfillment Javascript environment by using the code provided in the fullfillment.js and package.json files provided in this repository.

Optionally, you can use your preferred code and all the extra functionalities provided by Dialogflow-fullfillment. [link to Fullfillment doc!] (https://dialogflow.com/docs/fulfillment)