# botmaster-fulfill-actions

> standard actions for botmaster-fulfill

Latest version **1.1.2** (published 2017-03-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install botmaster-fulfill-actions
pnpm add botmaster-fulfill-actions
yarn add botmaster-fulfill-actions
bun add botmaster-fulfill-actions
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2017-03-08 |
| First published | 2017-01-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Jonathan R Wickens |
| Maintainers | jwickens |
| Keywords | keys, skills, bot, orchestration, chatbot, toolkit, pipeline, framework, apis |

## Links

- npm: https://www.npmjs.com/package/botmaster-fulfill-actions
- Repository: https://github.com/botmasterai/botmaster-fulfill-actions
- Homepage: https://github.com/botmasterai/botmaster-fulfill-actions#readme
- Issues: https://github.com/botmasterai/botmaster-fulfill-actions/issues
- npm.io page: https://npm.io/package/botmaster-fulfill-actions

## Dependencies (4)

- [debug](https://npm.io/package/debug.md) ^2.6.0
- [ramda](https://npm.io/package/ramda.md) ^0.23.0
- [moment-timezone](https://npm.io/package/moment-timezone.md) ^0.5.11
- [botmaster-fulfill](https://npm.io/package/botmaster-fulfill.md) ^3.1.2

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 1.1.2 (latest) — 2017-03-08
- 1.1.1 — 2017-03-06
- 1.1.0 — 2017-03-06
- 1.0.0 — 2017-03-02
- 0.2.2 — 2017-02-09
- 0.2.1 — 2017-02-09
- 0.2.0 — 2017-02-09
- 0.1.2 — 2017-02-04
- 0.1.1 — 2017-02-04
- 0.1.0 — 2017-01-27
- 0.0.2 — 2017-01-19
- 0.0.1 — 2017-01-19

## README

[![Build Status](https://travis-ci.org/botmasterai/botmaster-fulfill-actions.svg?branch=master)](https://travis-ci.org/botmasterai/botmaster-fulfill-actions)
[![Coverage Status](https://coveralls.io/repos/github/botmasterai/botmaster-fulfill-actions/badge.svg?branch=master)](https://coveralls.io/github/botmasterai/botmaster-fulfill-actions?branch=master)

# Botmaster actions

Useful actions for botmaster fulfill <http://botmasterai.com/>).

Enable chatbots to perform actions on Node.js.

Find the documentation at the main botmaster website: <http://botmasterai.com/middlewares/fulfill/>

# Reference

<!-- Generated by documentation.js. Update this documentation by updating the source code. -->

## pause

Break text up with a separate messages pausing before each one

```xml
<pause wait=2000 />
```

 evaluated in series
 after evaluating all text / xml before removed
 controller sends text before and then waits before allowing rest of text/xml to be evaluated
 if the bot implements typing a typing status is sent between pauses.

**Parameters**

-   `wait`  {String} how long to wait in ms between each defaults to 1000

## greet

Greet users with a greeting that reflects the time of day

```xml
<greet />
<greet tz='America/New_York' lang='es' />
```

Outputs based on the detected system language

**English (en)**

-   between 4 am and 12 pm say "Good morning"
-   between 12 pm and 5pm  say "Good afternoon"
-   between 5 pm and 4am  say "Good evening"

**Spanish (es)**

-   between 4 am and 12 pm say "Buenos dias"
-   between 12 pm and 8pm  say "Buenas tardes"
-   between 8 pm and 4am  say "Buenas noches"

**Dutch (nl)**

-   between 4 am and 12 pm say "Goedemorgen"
-   between 12 pm and 6 pm  say "Goedemiddag"
-   between 6 pm and 12 am  say "Goedenavond"
-   between 12 am and 4 am  say "Goedenacht"

**Parameters**

-   `tz` **[String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** Which timezone to use for the time-based greeting. Defaults to GMT. To see available options see <http://momentjs.com/timezone/>
-   `lang` **[String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** Which language to use. Defaults to system locale setting

---
_Source: https://npm.io/package/botmaster-fulfill-actions · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
