Skip to main content

All Questions

0 votes
0 answers
201 views

Dialogflow Facebook messenger webhook - TTS response

I integrated my Dialogflow chatbot with Facebook Messenger and I was so far able to successfully send custom text and audio files from my node.js webhook. The problem is that in order to send audio it ...
Johnny Am's user avatar
1 vote
0 answers
148 views

get user address in messenger chatbot with python in dialogflow

I am working on facebook messenger chatbot development i am having these facebook webhook error showing in picture. i want to make it with dialog flow using python language. the idea is to get user ...
Technlogics's user avatar
1 vote
1 answer
2k views

Webhook Global Variable

I have created a node.js webhook for my facebook messenger bot. The bot is built in dialog flow and the database is connected to firebase. My question when a function is invoked in the webhook to log ...
Karthik Venkatesh's user avatar
0 votes
2 answers
533 views

Error Happened while Verify webhook

Facing this issue while verifying webhook in facebook chatbot also It's happening in dialogflow. The URL couldn't be validated. Callback verification failed with the following errors: HTTP Status ...
Sheraz Khan's user avatar
0 votes
1 answer
526 views

Facebook Developer- Messenger- add multiple webhooks for a single facebook page

I am trying to build a chatbot using Facebook developer platform. I want my bot to respond differently under different scenarios. So, basically I have my standard bot implementation on Heroku server. ...
Pavan Ulichi's user avatar
0 votes
1 answer
583 views

Facebook Webhooks and Custom Interface

I have a situation where a conversation will initially take place through a web interface I've built in .NET. This will call API.AI chatbot and return the next question for the user to answer. We save ...
Mike Upjohn's user avatar
  • 1,283
0 votes
1 answer
438 views

Python webhook called multiple times from Facebook Chatbot - Api.ai

I am developing a fb chatbot where for specific intents, webhooks are been fired and process via python. The python app is hosted in Heroku cloud. I'm facing a typical problem, whenever any webhook is ...
Swap's user avatar
  • 41
0 votes
1 answer
273 views

Api.ai webhook integration

I integrated webhook with demo hotel example provided by api.ai. when i add my code for webhook responses, basic user queries such as "HI","Hello" also get custom response from webhook. how to call ...
Swapnil's user avatar
  • 654
1 vote
2 answers
2k views

Can't get the response from webhook

I created a webhook using python ( using this example) for my project in api.ai My code is here : #!/usr/bin/env python import urllib import json import os from flask import Flask from flask ...
user2454923's user avatar