i have 2 sonos speaker. I have done an application on dialogflow where i can say "play muse" to listen my mp3 on them. The sentence is send to a php webserver (with a webhook) and the sound is send to the sonos with the api. But, the only solution i have found to identify the source, is to add: "play muse on the kitchen", or "play muse on the bedroom". I dont know how to identify the source where the request comes from, and to deliver the sound on the correct speaker. Have you an idea ?
How identify source from google assistant on dialogflow?
70 Views Asked by Yohann Nizon At
0
There are 0 best solutions below
Related Questions in DIALOGFLOW-ES
- Dialogflow failing to dectect the correct intent
- Dialogflow Webhook response format (Dialogflow messenger)
- How to integrate form in Dialogflow CX?
- Google Dialogflow Messenger Integrations not working
- Can I use other voices than »standard« and »wavenet« for Dialogflow within Twilio?
- Error using DialogflowPHP: How do i use Dialogflow PHP?
- when trying to implement DialogFlowtter in flutter , I get error for .fromFile()
- Dialogflow returns an empty list of conversations
- not able to connect mongodb with dialogflow
- time capturing in appropriate while doing conversation in morning
- datastore not working when we declare intent route to a page containing datastore in DialogFlow CX
- Consecutive questions in DialogFlow ES
- Empty response being returned on setting up too many dialogflow web integrations in the website
- Creating an In-Bot Language Selection Menu for a Multilingual Dialogflow Agent
- Google Dialogflow es - I get few intents repeated twice- happens where i have dynamic values
Related Questions in GOOGLE-ASSISTANT-SDK
- Installing Python Google Assistant SDK Backtracks to Unusable Older Version
- Google SDK for Raspberry pi
- Google Assistant App Action Integration in android app from Close Beta Test
- Testing custom intent Google Assistant capability in beta close (Close Testing)
- Error installing the Google Assistant SDK for my Python Project
- Callback invocation in Android when Google Assistant starts listening
- Device Registration page is broken
- Dialogflow returns an empty list of conversations
- Is the Raspberry Pi 4 already supported by the google assistant library?
- Using Voice Assistants (Siri or Google) to control launch and actions in an app - React Native
- Setting up webhooks (to my Server) called by special keywords from Google Speaker
- Google Assistant wont show my apps shortcuts after publish
- How could I scrap the data from any website like an AI using python
- Custom Actions stoped working for testing but works last week
- Using BARD for my Personal Assistant - instead of ChatGPT
Related Questions in GOOGLE-HOME
- followup response not working for Google Smart home action
- Trying to write a string to return a value from a device in Google Home Script Editor
- Google Home Graph API & Limited Connectivity for OAuth
- RESTApi endpoint for google home for accessing google NestHub gen2 notification
- Google Smart Speaker How To Make Use Custom Intent?
- Setting up webhooks (to my Server) called by special keywords from Google Speaker
- Cannot reinstall com.google.android.gms.home
- Not able to create project in Google actions console
- Retrieving Make, Model, and Device Type Details in Matter App Development using Google Home Sample App (GHA)
- How does pairing a smart home device actually work?
- Are there any matter examples for speaker devices?
- Google-Home: NOTIFICATION_ENABLED_BY_USER_FALSE error even if all rights have been enabled
- Make Google Assistant asking a text input, and send to a Webhook
- Not able to get the GetGuestNetworkPassword trait work on the router device
- The request payloads from Google Home iOS app were incorrect
Related Questions in SONOS
- Discover/scan SONOS speakers on network
- How I connect Sonos with Flutter
- Sonos API createToken returns a server error
- Can I use The Sonos API to play Dolby Atmos music?
- Logging into music partners site
- Current track information for HLS livestreams
- Recent issue with production code. SONOS Control API is returning forbidden 403 error
- troubleshooting playback failure while implementing music service for Sonos
- how to interpret ERROR_UNSUPPORTED_NAMESPACE on getGroups?
- SONOS getMediaURI endpoint not called by player
- How access tokens look like
- Is there a way to play a single track using Sonos Control API without cloud queue?
- SONOS API - Is there a way to get player model?
- Is there a way to trigger rateItem API as a Sonos control device?
- node-ssdp API for Sonos is missing
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)
Popular # Hahtags
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?