german-st

Results 16 comments of german-st

Hello @guidone I found a workaround. To do this, you need to use the storage of the context in a file. So after the first message we save it and...

Not relevant. See comment. A bug with buttons is fixed and their correct sending is done. Also sending the card fixes this bug with the text. By adding a new...

Hello. This can be fixed by changing to empty array for image. In **_\lib\platforms\microsoft-teams\index.js_** ``` MicrosoftTeams.out('inline-buttons', function(message) { // https://docs.microsoft.com/en-us/javascript/api/botframework-schema/cardaction?view=botbuilder-ts-latest const card = CardFactory.heroCard( message.payload.content, // put transparent image [],...

Not relevant. See comment. A bug with buttons is fixed and their correct sending is done [Comment](https://github.com/guidone/node-red-contrib-chatbot/issues/469#issuecomment-781391289)

Hello. This is fixed by sending a card like Adaptive Cards. Then buttons work in the mobile version as well. To do this, you need to change: In file: **lib\platforms\microsoft-teams\index.js**...

@guidone Hello Unfortunately no. About this I know and actively use. I need the second node after the call of the web service, I was waiting there for receiving the...

@guidone Any ideas? Or I have not explained it clearly)

Hello, @guidone Yes, I created an [issue](https://github.com/node-red/node-red/issues/1556). Also advised to contact Slask group. I just thought that for the functionality of the RedBot it would be very useful that. Since...

Hello @guidone I am tested and it works fine ;) Checked in two configurations. `telegram: { 'Knowledge': { token: 'test:test', polling: 1000, parseMode: 'html', } }, facebook: { 'KnowledgeBOT': {...

@guidone All is well. I do not know, maybe we should add Smooch example?