dialogflow-ruby-client
dialogflow-ruby-client copied to clipboard
Ruby SDK for Dialogflow
Can I find any examples for uses Dialogflow API v2?
I am getting this error on using dialogflow-ruby-client **HTTP::Error Exception: Unknown MIME type: text/plain** How can I resolve this.
Hi Team, At our current project stage i cannot update ruby, but can i use lower version of gem file for that? gem install api-ai-ruby -v 2.0.0 I tried above...
Quite a few issues or offers of patches seem to be related to people wanting to do "developer access token" requests, as opposed to "client access token" requests. Although you...
I'm getting the following error when trying to activate the controller action that executes the api call: `NameError (uninitialized constant MyController::ApiAiRuby): app/controllers/maya_controller.rb:5:in `my_action' Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.6/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered...
When API.ai does not respond with json calling `#parse` on a HTTP response raises an exception as no other Mime Type handler is registered yet. (HTTP implements json handler as...
Howdy! Just wondering if you could release a new version of the gem to pick up the changes made since the last release in December. Thanks!
When i tried to trigger webhook via rails console(text_request) it is working, I tried using ngrok(which gives https url which points to localhost) I have 2 machines where if i...
Hello @Gugic , Please let me know how can I connect API AI , In my rails app with Databases, For examples we need to fetch project status, Then How's...