zef-dev / convoworks-core

PHP framework for handling conversational services like Amazon Alexa skills, Google Assistant, Viber, FB messenger ...
https://convoworks.com
MIT License
25 stars 2 forks source link

Move preview building to blocks #28

Closed Tefached95 closed 3 years ago

Tefached95 commented 3 years ago

We should deprecate the current preview builder class and have each block be responsible for generating its own preview.

This allows for much more flexibility in generating preview sections, not the least of which being that we'd no longer have to assume a simple 3-part structure of bot says, user says, bot responds.

Tefached95 commented 3 years ago

Closed by #31