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?
68 Views Asked by Yohann Nizon At
0
There are 0 best solutions below
Related Questions in DIALOGFLOW-ES
- Get data from a Google Sheet within a Google Home Action?
- Can I send images back to API.AI?
- How to classify a sentence based on a few templates?
- Detect the speaker of Google Home or Amazon's Alexa
- Design custom entities for api.ai
- I'm sending an Api.ai carousel message to Smooch.io but it ends up being rendered as text
- How to end the conversation with API.AI
- API.AI does not connect to my back-end
- Why fallback intent is not working in api.ai?
- After I've built a conversation flow in a chatbot, how'd I get the chatbot to actually perform the desired actions?
- How to integrate google search engine to a chatbot using api.ai?
- How to get API.AI simply send me the JSON data of the conversation?
- Hooking up a web service, which can ask things back and receives answers?
- API.AI developer composite entity definition and Json results
- Using key-value pairs as api.ai entities for Google Actions
Related Questions in GOOGLE-ASSISTANT-SDK
- Running Google Assistant SDK on Android 4.0?
- Any standard for speech recognition sentiment analysis?
- Actions with webhook is responding : "Sorry, I didn't get any response."
- Decode conversation state in Google Assistant SDK
- How to make local area network HTTP request from Google Assistant?
- can I REQUEST_SYNC to update devices?
- Start of Response Audio Cuts Out and Screen Blinks
- How can I use an API (https) in JSON format with Google Actions?
- how can I deeplink an app from Google Assistant?
- Nest doorbell with google assistant speaker
- Can I write an iOS app that supports hotword detection like Siri?
- Can't make a XMLHttpRequest inside a Google Action Webhook
- How identify source from google assistant on dialogflow?
- Google Actions With Spring: java.lang.ClassNotFoundException: kotlin.TypeCastException
- I am confused on faq dialogflow project
Related Questions in GOOGLE-HOME
- Get data from a Google Sheet within a Google Home Action?
- Install or connect Google Home to a third party "Action"
- Detect the speaker of Google Home or Amazon's Alexa
- How to end the conversation with API.AI
- How can I help Google Assistant understand (not auto-correct) non-word inputs.
- How to fetch device location using API AI?
- Can I initiate an action on Google Home from another application without a voice command?
- Can Google Home wait indefinitely for a response?
- Hooking up a web service, which can ask things back and receives answers?
- Using key-value pairs as api.ai entities for Google Actions
- Is it possible to use another services linked on Google Home?
- Google Home integration with cordova App
- redirect_uri_mismatch when OAuth2 account linking from Google Home Simulator
- How to close mic for a conversation action?
- How do I get Actions on Google to speak using Google Home's normal voice?
Related Questions in SONOS
- Send "stop playback" to Sonos Controller
- Sonos - The information returned under "information" on the Now Playing Screen should be under "On Now"
- #sonos unable to play live radio having streaming url m3u8 extension
- Sonos API Extendedmetadata probleem
- What is an expired account in SonosAPI and which error code should be returned?
- Unable to browse music for new SONOS integration
- How do I retrieve the catalog of a music service?
- Retrieving the catalog of a music service
- Browsing back to the root browser container
- How identify source from google assistant on dialogflow?
- Sonos API createToken returns a server error
- How I connect Sonos with Flutter
- SONOS API Question: AudioClip can you queue up more than one clip?
- Sonos SMAPI unable to start playback of cloudQueue when receiving GET context and itemWindow
- Programmed radio playback fails
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 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?