Web Messaging - Bot Connector Intents and Slot Values

Hello,

I want to integrate out 3rd party bot with Web messenger via Bot Connector integration in Architect Inbound Message Flow.
Our 3rd party bot handles everything itself, so I don't want to define any specific Intents or SlotValues in the Bot Schema.
I just want the Bot Connector to send the utterances to the Bot and get the reply messages and the rest will be handled by the Bot, thats it.
Also, 3rd party Bot will respond the Intent and the Slot values as empty string in the reply.

Is that possible if I don't define any intent or slot values in Bot Schema with that structure?

Regards,

Currently no. You can do this with MOREDATA presented as the result 4 times and the bot session will end. This is to allow us to ensure that the session is still alive and working and not just cycling the same message constantly. You must set a value at some point, but it doesn't need to end the bot or even be used in the Architect flow.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.