You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Hi folks! 👋
I want to send multiple custom payloads through one intent handler.
Appears like multiple
agent.adds with custom payloads (e.g usingagent.FACEBOOK) currently fail.From the Cloud Function log:
Error: Payload response for FACEBOOK already defined. at WebhookClient.addResponse_I could look into it and open a PR, but I noticed #173, #35 and #146 which appear related.
What do you suggest I try?