wit-php
wit-php copied to clipboard
Wit.ai php sdk
I have a bot being used in production that uses wit-php. I am sure you are aware that wit.ai is[ deprecating Bot Engine and the Stories UI ](https://wit.ai/blog/2017/07/27/sunsetting-stories), and so...
Hi, thank you for the package. How can I use this sdk in laravel 5.4?
I'm getting the following error when I tried to implement ActionMapping. `MyActionMapping::action() must be compatible with Tgallice\\Wit\\ActionMapping::action($sessionId, $actionName, Tgallice\\Wit\\Model\\Context $context, array $entities = Array)` I implemented the function as you...
Messages now contain quick replies (https://wit.ai/docs/http/20170307#get-your-bots-next-step). Support for these quick replies added to StepFactory and Message objects.
Hi, I tried to run `composer require tgallice/wit-php` but I think it gives me an outdated version, I looked and `abstract class ActionMapping` does not use the Step object. I...
Hello, I just wondering how to get quickreplies response from /converse ? thanks you
Value object : - `Context` - `Entity` - `EntityValue` - `Location` are now `final` and `immutable`. close #16
I think the `Context` must be immutable to prevent side effects. This way we can track all context modifications and why not provide a history ?