dialogflow-fulfillment-webhook-php icon indicating copy to clipboard operation
dialogflow-fulfillment-webhook-php copied to clipboard

Question: is it possible to trigger event (followupEvent)?

Open MaxInMoon opened this issue 5 years ago • 2 comments

Regarding this documentation, I'm wondering if we can trigger event threw this lib? Thanks.

{
  "followupEventInput": {
    "name": "event-name",
    "parameters": {
      "parameter-name-1": "parameter-value-1",
      "parameter-name-2": "parameter-value-2"
    },
    "languageCode": "en-US"
  }
}

MaxInMoon avatar Apr 19 '19 13:04 MaxInMoon

Hi @MaxInMoon !

Did you get this to work? I have some working example available if you'd like to.

Cheers, Bas

basiteaal avatar Sep 03 '19 13:09 basiteaal

Hi @basiteaal, thank you for your interest.

To be honest I dont' exactly remember how this try ended for me :) I would love to see your working example. 👀

MaxInMoon avatar Sep 06 '19 08:09 MaxInMoon