Skip to content

Commit 005fcdd

Browse files
Merge pull request #216 from YounesTea/master
2 parents 7c0f24c + 9948c3d commit 005fcdd

27 files changed

+16
-1157
lines changed

lib/.gitkeep

Whitespace-only changes.

lib/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ import Botkit = require('botkit');
1717
import AssistantV1 = require('ibm-watson/assistant/v1');
1818
import { MessageParams, MessageResponse } from 'ibm-watson/assistant/v1';
1919
import { Context } from 'ibm-watson/assistant/v1';
20+
import { Storage } from 'botbuilder';
2021
import { BotkitMessage } from 'botkit';
2122
export interface WatsonMiddlewareConfig extends AssistantV1.Options {
2223
workspace_id: string;
2324
minimum_confidence?: number;
25+
storage?: Storage;
2426
}
2527
/**
2628
* @deprecated please use AssistantV1.MessageParams instead

lib/index.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/index.d.ts

Lines changed: 0 additions & 54 deletions
This file was deleted.

lib/src/index.js

Lines changed: 0 additions & 175 deletions
This file was deleted.

0 commit comments

Comments
 (0)