Add new microservice: BotBehaviourCompiler
Expose API endpoint to validate a bot behaviour. It should return true/false
Expose API endpoint to compile a bot behaviour. It should compile the script into a dll and store it into an Azure Blob Storage. Upon success it should post a RabbitMQ message.
Event Simulation message to react to this message and fetch from Azure Blob Storage into Redis.
Add new microservice: BotBehaviourCompiler Expose API endpoint to validate a bot behaviour. It should return true/false Expose API endpoint to compile a bot behaviour. It should compile the script into a dll and store it into an Azure Blob Storage. Upon success it should post a RabbitMQ message. Event Simulation message to react to this message and fetch from Azure Blob Storage into Redis.