<dependency>
<groupId>co.aurasphere.botmill</groupId>
<artifactId>fb-botmill</artifactId>
<version>2.0.0-RC1</version>
</dependency>
Hi @alvin-reyes, first of all, thanks for this lib, It really makes fb messenger bot easier.
I'm building a bot for my organization and fb-botmill seems to be useful for what I need. I understand the lack of documentation for some resources (altough what you have is very helpful), so I'd like to make some questions:
I could not find at the Wiki Page anything about botMillSession. How does it work? My bot will open some kind of ticket (car assistance, for instance) and I need to create a flow depending on the user answers so I have to have a session with the user in order to have access to the data previously provided.
I also couldn't find anything about how to encrypt botmill.properties file. Where can I find information about that?
Thank you in advance, as soon as I make improvements in my bot, I'm willing to contribute with the improvement of fb-botmill.