Building a chatbot and trying to implement the handover protocol. SO far I have it handing off to the inbox, so that if someone asks for customer service, the bot hands over to the inbox and presumably someone who is monitoring the page can answer. Once the inbox is the primary receiver, I can't find a good way to hand it back to the bot ... I know that I can set a timer and have the bot request for the conversation to be handed back, but this does not seem like the best approach
How do I implement a "hand back" from Facebook Inbox once I "hand off" from my chatbot
254 views Asked by user379468 At
2
There are 2 answers
Related Questions in FACEBOOK
- Facebook Post Images from local system on own Page
- Provide an archipelago name that humans cannot utter
- How can I look this email address
- Not getting all leads from Meta/Facebook using webhook for page leadgens
- Unsupported post request when trying to create a custom audience via the endpoint https://graph.facebook.com/lapi-version), (custom-audience-id/users)
- Java resized JPEG seems to be invalid format for Facebook?
- How to implement facebook pixel in flutter in 2024 any example?
- Need WhatsApp Data Backup from Api
- Facebook login via JS-SDK via OAuth will get stuck half-way
- Short time token with the Graph API and Facebook login through the iOS SDK
- Facing the "Messaging may be unavailable" error - WhatsApp Cloud API
- Facebook Graph API - Story endpoint does not return all active stories
- Javascript / Dynamically append text element above embedded facebook posts
- When I post text with media on Facebook, the text does not show
- How to search a list of groups using facebook APIs
Related Questions in CHATBOT
- Text_input is not being cleared out/reset using streamlit
- Node.js Chatbot Error: GoogleGenerativeAIError - Content should have 'parts' property with an array of Parts
- chatbot respond to onequery type
- The chatbot code works well on the console but not when deployed on the website
- Customize prompt llamaindex
- Gradio chatbot: how to export individual conversation histories?
- Integrating Custom Trained ChatGPT Models for Individual Customer Accounts in a SaaS Offering
- How to Implement Chatbot at Scale
- Problems with using the most recent version if Tensorflow
- Chat with custom data
- How to make a chatbot using python which can understand my question and then answer it
- How to unload AutoGPTQForCausalLM.from_quantized model to free up GPU memory
- What are the best practices and tools to do NLU testing?
- Google Chat app not found. To create a Chat app, you must turn on the Chat API and configure the app in the Google Cloud console. Error in python
- Want to show what is show when verbose=True in streamlit app
Related Questions in FACEBOOK-MESSENGER-BOT
- Facebook Messenger Chat throws CORS errors, conflicts with Facebook Login
- Facebook's Send to Messenger Plugin Not Working on In-App Browser
- Facebook Messenger API not sending "messaging" webhook
- Facebook Messenger Chat Plugin Not Showing Guest Mode Webflow
- Facebook messenger media template send problem
- Integrate chatbots into messenger
- Facebook Messenger Extension getContext 2018154 error on iOS and Android
- Sending POST messages using endpoint "me/messages" : code: -1, error_code: 2018012
- Facebook Pages Messaging Permission Issue: Standard vs. Advanced Access Levels
- Delete Messenger conversations via API
- Facebook messenger API. Can you disable inbox?
- Review process for the Messenger App without setting up a test user account
- I am looking to add Messenger support to my app, but I do not require facebook login button
- Can't verify facebook callback url or verify token using python chalice
- Integrate WhatsApp Product Catalogue to Whats App business api account
Related Questions in HANDOFF
- Integration Rasa chatwoot with Chatwoot Application
- Swift Detect if Url Handoff Successful
- Microsoft botframework chatbot integration with Dynamic 365 customer service omnichannel
- Live agent hand-off using Azure chat bot
- onContinueUserActivity not Called with Handoff & SwiftUI
- Bot Framework Handoff Scenario to live person on MS Teams
- Is there a way to integrate Microsoft Bot Framework handoff to Salesforce Live agent
- How to share attachments from user to agent (Human handoff) using Bot?
- watchOS 6 and iOS 13 NSUserActivity Handoff Not Working
- Duplicated display of NSUserActivity in Spotlight
- application:continueUserActivity:restorationHandler: is not getting called when using handoff
- Hand Off Bot to Human in azure bot framework SDK V4
- iOS 12 Handoff delegate methods are not called
- How do I implement a "hand back" from Facebook Inbox once I "hand off" from my chatbot
- Desktop Safari to iOS native app Handoff opens iOS Safari
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
mark the chat as 'Done' in the Page inbox and thread control will be returned to the primary receiver app.