@botmock/dialogflow-cx-connector
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

@botmock/dialogflow-cx-connector

A package used to connect botmock exported file with dialogflow CX.

Installation

npm install @botmock/dialogflow-cx-connector

Usage

To upload botmock cx file into dialogflow cx

const connector = new DialogflowCXConnector({
          dialogflowCXConfig: {
              projectId: DF_PROJECT_ID,
              projectRegion: DF_REGION,
          }
});

await connector.upload({
        file: `PATH-TO-file` //Replace this with your path of cxJson
});

/@botmock/dialogflow-cx-connector/

    Package Sidebar

    Install

    npm i @botmock/dialogflow-cx-connector

    Weekly Downloads

    1

    Version

    0.1.2

    License

    ISC

    Unpacked Size

    47 kB

    Total Files

    19

    Last publish

    Collaborators

    • obaidahmed
    • gauharshakeel
    • calledrahul