Gabriele Maira

Results 22 comments of Gabriele Maira

As already flagged on #159 this fix won't address a similar issue with BusyBox, which runs on most docker images including the composer official one. Neither `--no-backup-if-mismatch`, nor `--posix`, nor...

In the meanwhile to fix the issue mentioned above with docker composer official image I've create a POC image [gambry/composer](https://hub.docker.com/r/gambry/composer/). I'm going to test it a bit and if fixes...

I agree with @linus . Currently I'm not 100% sure how to make use of the Sync API followup calls. Links are not resolved, and fetching again the updated entry...

https://github.com/iboldurev/dialogflow/pull/9 has been merged, this issue can now be closed.

No, I haven't worked with action yet. I can see there is a model for that in this library, but haven't tried it yet. Sorry.

By having a look at https://dialogflow.com/docs/reference/v1-v2-migration-guide-fulfillment , definitelly V2 is not supported. Also this is only a library, no implementations - i.e. authentication type - are covered. You need to...

I've started some work in order to support API V2 in here: https://github.com/gambry/dialogflow/tree/v2.x Contribution are welcome and I'm more than happy to converge the effort (and the code) in here...

I've migrated the Request model (and dependencies) to V2, I will soon move to the Response and then finally clean up any other bits still in V1. Contributions are always...

[I completed the first draft of V1 to V2 Api migration for webhook fulfillment.](https://github.com/gambry/dialogflow/) I was moving to the client bit and then I noticed https://github.com/GoogleCloudPlatform/google-cloud-php-dialogflow , which is the...

> do you know if v2 only supports parameter parsing via a webhook? @ctrlaltdylan I assume parameters are sent either using webhook or the API, and so I also assume...