项目作者: reti2vc-2018

项目描述 :
Example shown during the "Conversational Interfaces" lecture
高级语言: JavaScript
项目地址: git://github.com/reti2vc-2018/dialogflow-weather.git
创建时间: 2018-05-13T19:58:19Z
项目社区:https://github.com/reti2vc-2018/dialogflow-weather

开源协议:

下载


Dialogflow weather sample

This repository is an example, developed in classroom, for getting started with Dialogflow.

The repository contains a simple agent to speak about the weather (WeatherAgent.zip), to be imported in Dialogflow.

Moreover, it contains an example of how to interact with the Dialogflow API (v1) through HTML5 and JavaScript. It uses the HTML5 Web Speech API to providing both speech-to-text and text-to-speech functionality in the browser. It was tested on Chrome 57+ and Safari 10.1+.

Screenshot of the example

The JavaScript code present in the example has been inspired by the gist provided in the Dialogflow documentation.

Try it!

The example contained in this repository is published at https://reti2vc-2018.github.io/dialogflow-weather/