Questions tagged [watson-conversation]

Watson Assistant (formerly Watson Conversation) is a Watson Developer Cloud service that combines a number of cognitive technologies to easily simulate a more human-like conversational interface. See https://www.ibm.com/watson/services/conversation/ for details. For API reference see: https://www.ibm.com/watson/developercloud/conversation/api/v1/

790 questions
-1
votes
1 answer

Delay response jumps

What is the best way to show a user multiple responses? Currently I have a few nodes that jump to another node without a condition to tigger a new response to show a new line of content to the user. The issue is that it all comes in the same…
Robert Lavoie
  • 81
  • 1
  • 4
-1
votes
1 answer

IBM WATSON Unity SDK can't reach child node

I am back with more questions. I am using Unity 5.5.1f1 and Watson Developer Cloud Unity SDK v0.13.0. And instead of using widgets, I am using the scripts inside of Watson/Examples/ServiceExamples/Scripts, they worked out pretty well, and I was able…
Ghettokon
  • 63
  • 8
-1
votes
1 answer

How can i break loop in a watson conversation

When a user inputs an insult on a conversation node, I detect the insult, send the user a message and then send the user, using continue from, asking him the question again. If the user types an insult again, I will get a loop. How can break this…
-2
votes
1 answer

HOW TO USE IBM WATSON SERVICE IN AN ANGULAR4 PROJECT?

I am trying to use the IBM Watson services / APIs in MY ANGULAR 4 project under CLOUD FOUNDRY (CF). But I have not been able to figure out how do I include the service in my application as the node SDK provided by Watson is very confusing. Can…
-2
votes
1 answer

failed to keep user on the same prompt when they enter the wrong nunber?

we'd like to keep user on the same prompt when they enter the wrong number, we have tried anything_else, and "true", "jump to", but it messed up, please take a look at the attached to reproduce it, Thanks pleae enter "how much" if you enter 6, it…
user6047898
-2
votes
1 answer

Library for Part of Speech tagging and Sentiment Analysis in Android?

I want to add an AI Agent specially Part of Speech tagging in Android application. Can I do it using AlchemyApi? Or any other Library that works in Android? I tried StanfordCoreNLP but I am unable to use it in Android. This link is not working for…
-3
votes
1 answer

Quick replies on watson conversation

I'm using Watson conversation to do a messenger chatbot, and i need something like that [![inserir a descrição da imagem aqui][1]][1] https://i.stack.imgur.com/UTOyI.png
-3
votes
1 answer

IBM watson i'm calling from mobile first http adapter i'm getting "resource not found" what can I do?

{ "error": "Resource not found", "isSuccessful": true, "responseHeaders": { "Connection": "Keep-Alive", "Content-Type": "application/json;charset=utf-8", "Date": "Thu, 11 May 2017 12:44:01 GMT", "ETag": "W/\"1e-EQXgN3/vZJRmPkOk8Nrjcw\"", "Server":…
-3
votes
1 answer

The json from ibm watson for conversation api does not triggering the negatives

I am trying the watson conversation api on android phone. I had made a model on watson and completed the app. Everything works fine but when i am giving irrelevant inputs it always gives one of the intent instead of giving the negative response. I…
-3
votes
1 answer

how to send URL in Watson conversation?

I am building a chat bot to send URL in Watson conversation bot which can sometime send URL of the required information.
1 2 3
52
53