watson-developer-cloud / botkit-middleware

A middleware to connect Watson Conversation Service to different chat channels using Botkit
https://www.npmjs.com/package/botkit-middleware-watson
Apache License 2.0
207 stars 255 forks source link

deleteUserData #186

Closed Naktibalda closed 5 years ago

Naktibalda commented 5 years ago

I would like to invoke deleteUserData method of AssistantV1 class in ibm-watson package and I would like to use an existing instance of AssistantV1 from watson middleware to do that, but conversation property is marked as private, so I can't access it. https://github.com/watson-developer-cloud/botkit-middleware/blob/v2.1.1/src/index.ts#L58

What would be the best way to solve this issue?

watson-github-bot commented 5 years ago

:tada: This issue has been resolved in version 2.1.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: