1.0.0 • Published 8 months ago

dialogflow-wrapper v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Dialogflow NPM Wrapper

A Node.js wrapper for interacting with the Dialogflow API, allowing you to create, update, and delete intents easily.

Prerequisites

  • Node.js (>=12.x)
  • A Dialogflow service account with the required permissions

Installation

Install the package using npm:

npm install dialogflow-wrapper

Initialize

import DialogflowClient from 'dialogflow-wrapper';
const serviceAccountPath = './env.json';

DialogflowClient.initialize(serviceAccountPath);
1.0.0

8 months ago