assistant-api | A simple CRM for managing tattoo shops
kandi X-RAY | assistant-api Summary
kandi X-RAY | assistant-api Summary
A simple CRM for managing tattoo shops.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of assistant-api
assistant-api Key Features
assistant-api Examples and Code Snippets
Community Discussions
Trending Discussions on assistant-api
QUESTION
I've set up an app/agent in google's Dialogflow. I've gotten my assistant to talk to it, and perform Web-hooks to a service that i've set up.
The user talks to the google assistant in English, the service Google is talking to, essentially just randomizes a swedish word, and presents it back as text to speech in swedish.
For instance, "Ok Google, talk to testapp today's word." and google responds with "Dagens ord: köttfärs".
However, the google voice speaking back to the user, is stuck in English and I can't seam to change it to Swedish response. I want the app to listen in English, but respond in Swedish if that makes sense, it's a training exercise for english friends to learn swedish words.
I found some API documentation mentioning locale
, so I tried fiddling with it but that seams to be bound to the client/agent's source language determaining the outcome voice..
Here's the response data (in python format):
...ANSWER
Answered 2020-Jan-04 at 20:17Unfortunately, there is no directly supported way to have the Assistant reply in a different language than the conversation is setup for (which is what it expects the input to be).
For simple things, instead of using text-to-speech, you can use SSML to play pre-recorded audio. Something like
QUESTION
I've been doing the Codelabs tutorial on "Facts about You: Build a conversational app for the Google Assistant" but have run into a problem.
Page 4 of the tutorial is devoted to using Cloud Functions for Firebase for setting up a webhook to provide custom responses. Step 7 on that page says "Once the Cloud Functions is deployed, the Function URL will be printed in the Firebase CLI logs. This URL is separate from the Project Console URL.”
My problem is that I only see the Console URL. I don’t see a Function URL anywhere.
Can anyone please clarify where I should find the Function URL? My app won’t run properly without knowing the endpoint URL for the webhoook.
Thanks!
...ANSWER
Answered 2017-Sep-06 at 21:19When the codelab instructs you to run firebase deploy --only functions
, it will output the URL for the HTTP function that you created. It will be the last line of output and look something like this:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install assistant-api
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page