Ilyes Hachani

Results 6 comments of Ilyes Hachani

Another issue is the ```BotTester``` tests for ```undefined``` when a card is returned The bot returns the message in the example above. ```javascript return botTester .sendMessageToBot('someText', undefined) .runTest(); ``` This...

Can some one add this? That would save some effort.

What I did to test the library was create a Bot then mapped the library default Dialog to the bot default Dialog. ```javascript let bot = new botbuilder.UniversalBot(new TestConnector()); let...

I will give it a try. Do you have some guidelines?

I added `enumerable: true` and it is working now. May I ask why deep-eql ignores enumerables? What would I gain/lose when I set it to true. Thanks.

Any update. Or is there a way to get cloud code without Gemini AI parts? All I want is the connection to GCP projects.