api-ai-speech-context
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "api-ai-speech-context ", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Generates a Google Cloud Speech API SpeechContext for an API.AI agent.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,6 +12,6 @@ # API.AI Speech Context | ||
- `summary`: An API.AI agent summary object with the keys `name`, `entities`, and `intents`.* | ||
- `summary`: An API.AI agent summary object with the keys `name`, `entities`, and `intents`. | ||
- `blacklist`: An array of words to blacklist from the context. | ||
* as produced by [`api-ai-agent-downloader`](https://www.npmjs.com/package/api-ai-agent-downloader). | ||
The summary can be created with [`api-ai-agent-downloader`](https://www.npmjs.com/package/api-ai-agent-downloader). | ||
@@ -18,0 +18,0 @@ It returns an array containing words and phrases based on your agent's entities and intents. |
83752