Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "dialogflow"
-
Small agency, wants to try out some voice tech. Bought a Google AIY to get started, found some limits, worked round them.
Junior developer thought it would be fun to 'teach' it to swear.
Played around with some nice dialogflow intents, etc and got it all working.
Looking pretty good, loaded it with some quippy answers and case studies to show off our services.
Just got in to find out the boss has taken it to a presentation to a client about some of the new stuff we're doing... Now we are all sitting here waiting to see how many of us have a job tomorrow :-/15 -
Built a pretty slick chat bot for my company’s conferences that used Google’s Dialogflow for natural language processing and conversation state
It worked from a web chat or SMS. Allowed manual responding by agents as well as the chat bot. Pulled dynamic answers through a 3rd party API integration
Most common questions “what is the wifi password” and “tell me a joke”
Project was killed after 2 conferences - thankfully it only took me a few weeks to build4 -
Anyone with dialogflow experience? I wanna create a bot asking many questions with choices. But the no. Of questions that are needed to be asked depend upon a certain variable (eg if X=5, ask 5 questions; x=10 ask 10 questions)
How can one implement such thing in their sdk?8 -
Dialogflow documentation is ABSOLUTE TRASH. Trying to run the example code? It gives you a super helpful error: `Unexpected error determining execution environment`. Uh, yes, indeed. What it means? IT MEANS THAT YOU PROVIDED NO CREDENTIALS. Because, as we all know, providing no credentials should end in an error of 'determining execution environment', of fucking course.
You want to know how to provide credentials? Think again, all examples in the ENTIRE DOCUMENTATION assume that you're running the code... from their servers. Seriously. You wanna know how to authenticate your shit? NOT IN THIS DOCUMENTATION, LOSER. You want to know what exactly is happening when you're initializing your client with `new dialogflow.SessionsClient()`? Good luck, documentation is on another platform. For .NET. Because fuck you.
Also, you think you can store your auth info in a neat .env file? THINK AGAIN, because google is above such petty things as industry standards, you're getting a .json file and you're gonna like it, HAVE FUCKING FUN.
Dear google, die in a fire.
Sincerely yours.1 -
Well it's not exactly a startup idea but something that I and my team built during my first-ever hackathon.
The theme was to build some tools for developers to improve their speed and be more productive.
In our team we were some bunch of students who just knew how to build a basic front end and a little bit of backend and we came up with an application that lets developer query any command line shortcut through his voice and the website will return the keyboard shortcut for that. For example the developer can ask what is the shortcut for splitting the view into two halves in vs code and the website will look it up in database and give back the shortcut
Now when I look back it feels so funny. I still remember that the judges gave us a funny look but they appreciated our efforts as we were too young to be there.. lol
btw If anyone is curious about the project it is present here ..
https://github.com/LaurenAssistant/... -
So Google’s Gemini API challenge is currently ongoing and I am looking for idea suggestions.
- The goal is to create an AI enabled platform for web or mobile with Gemini API integration.
- The idea is expected to be unique or creative (unique ideas are favored so I heard)
- I found out the last winner of Google’s Dialogflow competition created a Mobile app for the elderly that provides screen flow guide on usage of some of Google’s product (ie: Youtube, Gmail, Drive etc.). This is just an idea guide and I see why such would win. It’s not a must requirement.
The final code will be open source and surely would credit the original idea owner. I need your ideas fellow devranters. What AI enabled app do you think have the best chance of winning this challenge? I have some time to spare on this one.5 -
Just finished a WP chatbot plugin with dialogflow.
implementation took a while week and many pains in arse.2 -
Hey my bros. I’m trying to create a simple messenger bot just for fun using this tutorial:
https://medium.com/crowdbotics/...
But it seems that I’m kinda stuck with setting up the webhook on the fb page, it displays an error
“the url couldn’t be validated, callback verification failed...”
I googled for answers but it seems that it doesn’t work for me. Can you please help me? Thank you so much.4 -
So, I've been losing my mind trying to use account linking on my action-on-google to link with amazon.
I've tried a bunch of stuff and I got this to work with jovo but I'm using firebase now so I need it to work like this:
This is what happend when I try to start the app:
https://i.stack.imgur.com/FZBIB.png
My account linking setup rn:
https://i.stack.imgur.com/8kO5I.png
And the debugger:
https://i.stack.imgur.com/vhfLy.png
I've been doing this for about 3 weeks, so not that long. Any help would be appreciated! -
I am new to this so bare with me ,
how do you create intents for dialogue flow using c# so that you can use them in your agent .
I scavaged the internet for the solution for this but i only found the official documentation by google i need help or a tutorial to understand how do i create intents ,entities in c# code