I have a use case. When the user says "Hey Google(Alexa), connect to housekeeping" then I have to call a housekeeping service or other services. Can we call an IP Phones/EPBAX using Alexa or Google Assistant using voice?
You cannot place calls from an Alexa custom skill at this time.
Related
I have a free SNOW developers instance ,and i want to be able to raise an incident from Google DialogFlow. I have the user name and reason for the call transcribed into text and need to pass it to SNOW to create the incident. I have already created an integration where i can query the status of a SNOW incident from Google.
Here you go, you can do this with fulfillment.
Enable fulfillment on that intent.
Write it in NodeJS or JAVA or python.
Raise the ticket from your fulfillment (use service now API make http call from your server)
Once you get the response, send the ticket number back to google assistant, reply to the user.
This the way you can implement this. Directly from dialogflow you can not integrate any other 3rd party API.
I have node js app built on Firebase with firebase cloud function and I want to send a custom notification to my Google Home Mini like system alerts.
example: Hello. You have a new user registered on your website
How I can do that with cloud function?
Notifications with Actions on Google are not currently supported on Smart Speakers.
I have created a custom cortana skill using bot frame work.My channel name or invocation phrase is "S********O".When I tried to invoke Cortana skill in Windows Phone, it doesn't invoke the skill. Instead, it keeps directing me to Bing results.
I invoke skill using Ask Keyword Ask "S********O" and it redirects to bing search. Its is working fine in Andriod. Is anyone have idea about this.
There are a few reasons why you get directed to Bing instead of a skill.
The account you are using on the device is not the same one used for development (self publish / default settings)
Your region and/or language settings are not US / en-US in the App
The account you are using is an AAD joined account, not Microsoft account
You've discovered a bug
I am developing an Azure bot, and I am intending to link it to Cortana channel. But not sure if that need the speech to text to be part of the services needed to create that bot. or Cortana client handles the communication between cortana and the bot with the text?
Responding via speech is completely under your control. The entire Cortana experience can be driven via text entry on Windows 10 and mobile app. However, your skill may not pass certification if published because of screen-less devices like the Invoke and best practice of responding with voice is triggered by voice. You can pull DeviceInfo and fail gracefully if there is no display.
I am trying to call the node service developed in actions in ibm watson conversation.
I am inputting two values say username and father name:
.
Right now there is just a link to call the external API (link for user details). I want to get the user details directly in chatbot as response once the username and fathername are entered.
I developed a node service for this. But I am not able to figure out how to connect chatbot dialog to node service.
Can anyone help?
You can either make programmatic calls from the dialog node using IBM Cloud Functions.
https://console.bluemix.net/docs/services/conversation/dialog-actions.html#dialog-actions
or you need to carry out an action, based on the detected intents.
https://console.bluemix.net/docs/services/conversation/develop-app.html#implementing-app-actions