Skip to content

DevExpress-Examples/devextreme-chat-google-dialogflow

Repository files navigation

DevExtreme Chat - Integration with Google Dialogflow

This repository contains code referenced in the following DevExtreme help topic: Integrate with AI Service - Google Dialogflow.

This example integrates Google Dialogflow into DevExtreme Chat.

How to Run the Example

Follow these instructions to run client applications available in this repository (jQuery, Angular, Vue, or React). To run the ASP.NET Core example, follow steps 1-3, and then refer to ASP.NET Core Readme.md.

  1. Clone the repository and navigate to the example folder.
  2. Replace the placeholder in the key.json file with your Dialogflow API key.
  3. Navigate to the server folder, install dependencies, and start the server:
    cd server
    npm install
    npm run start:server
  4. Navigate to the client folder of your preferred framework, install dependencies, and start the client application while the server is running:
    cd <framework>
    npm install
    npm run start

Files to Review

Documentation

Does This Example Address Your Development Requirements/Objectives?

(you will be redirected to DevExpress.com to submit your response)