Skip to content

Commit

Permalink
Merge pull request #216 from YounesTea/master
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio authored Nov 11, 2020
2 parents 7c0f24c + 9948c3d commit 005fcdd
Show file tree
Hide file tree
Showing 27 changed files with 16 additions and 1,157 deletions.
Empty file removed lib/.gitkeep
Empty file.
2 changes: 2 additions & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ import Botkit = require('botkit');
import AssistantV1 = require('ibm-watson/assistant/v1');
import { MessageParams, MessageResponse } from 'ibm-watson/assistant/v1';
import { Context } from 'ibm-watson/assistant/v1';
import { Storage } from 'botbuilder';
import { BotkitMessage } from 'botkit';
export interface WatsonMiddlewareConfig extends AssistantV1.Options {
workspace_id: string;
minimum_confidence?: number;
storage?: Storage;
}
/**
* @deprecated please use AssistantV1.MessageParams instead
Expand Down
3 changes: 3 additions & 0 deletions lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 0 additions & 54 deletions lib/src/index.d.ts

This file was deleted.

175 changes: 0 additions & 175 deletions lib/src/index.js

This file was deleted.

Loading

0 comments on commit 005fcdd

Please sign in to comment.