botium-exporter-botmock
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Botmock Botium Export

NPM

Codeship Status for codeforequity-at/botium-exporter-botmock npm version license pullrequests awesome

Botmock Exporter to Botium Text Format

Note: This exporter is experimental, not all features of Botmock, and Botium are supported.

Table of Contents

Overview

Limitation

Botmock features not yet supported:

  • More languages (english is supported and tested)
  • More platforms (generic platform is supported and tested)
  • Audio
  • Ssml
  • Message delay
  • Root intents (Conversations are starting always from root messages)
  • Connector conditions (It is possible that this exporter creates an invalid conversation. Where a condition is false)
  • Alternative bot replies
  • Full support for variables. (now in bot messages Botmock variables are replaced by Botium variables.)

Usage

Note: prerequisites

Running the following commands should allow you to generate restorable content from your Botmock project.

  • git clone git@github.com:Botmock/botium-botmock-export.git
  • cd botium-botmock-export
  • npm install
  • mv ./sample.env ./.env and edit .env to contain your token and project ids
  • npm start

The exported Botium Text Format can be used with all Botium Stack components:

Readme

Keywords

Package Sidebar

Install

npm i botium-exporter-botmock

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

40.7 kB

Total Files

15

Last publish

Collaborators

  • ftreml