jovo-nlu-dialogflow
TypeScript icon, indicating that this package has built-in type declarations

3.6.1 • Public • Published

Dialogflow NLU Integration

To view this page on the Jovo website, visit https://v3.jovo.tech/marketplace/jovo-nlu-dialogflow

Learn how to use Google Dialogflow as NLU (Natural Language Understanding) integration with the Jovo Framework.

Installation

npm install --save jovo-nlu-dialogflow
// @language=javascript

// src/app.js

const { DialogflowNlu } = require('jovo-nlu-dialogflow');

platform.use(
	new DialogflowNlu({
		credentialsFile: 'path/to/credentials'
	})
);

// @language=typescript

// src/app.ts

import { DialogflowNlu } from 'jovo-nlu-dialogflow';

platform.use(
	new DialogflowNlu({
		credentialsFile: 'path/to/credentials'
	})
);

Readme

Keywords

none

Package Sidebar

Install

npm i jovo-nlu-dialogflow

Weekly Downloads

2

Version

3.6.1

License

Apache-2.0

Unpacked Size

33.8 kB

Total Files

13

Last publish

Collaborators

  • jovotech