SlowTick
SlowTick
@Canain newer version of [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) seems to fix this. would this advisory be fixed in next release?
Extended @diegodalbosco 's gist with documentation and fields here https://gist.github.com/slowtick/b6164491ce47d0c5c4aa51c5fbe5e7fd
Currently worked around by setting platform to 'PLATFORM_UNSPECIFIED' in request before initializing the WebhookClient ``` if (!request.body.queryResult.fulfillmentMessages) return; request.body.queryResult.fulfillmentMessages = request.body.queryResult.fulfillmentMessages.map(m => { if (!m.platform) m.platform = 'PLATFORM_UNSPECIFIED'; return m;...
Hi @dmvtech for the React based bundling (install webchat `npm install botframework-webchat` and call `createDirectLine`, `renderWebChat` from react application, bundle application with `webpack`) how can we minimize the size? is...
Glad to hear 20.12.x would be coming, official package would be best for us. Will wait for it / watch for updates here.