dialogflow-botkit-client
dialogflow-botkit-client copied to clipboard
bot.identity.id error with Botkit.botframeworkbot
I'm attempting to use the library with a Microsoft Bot Framework bot (Botkit.botframeworkbot
) and running into an error with the references to bot.identity.id
, which doesn't appear to be defined for these bots.
According to the README, these bots might not yet be supported, so this may be more of a feature request.
What's needs to be done to push this forward? I really like to use the API.ai / Botkit / Bot framework combo :bowtie:
Hi @jrowen and @robinvdvleuten
I've added some changes that should fix the issue.
But I don't publish the package yet. So could you please check current sources (install it using npm install api-ai/api-ai-botkit
) if it works as you expected.
Thanks!
This seems to be working pretty well. Thanks for making the updates.
@jrowen you are welcome! :)