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/
Questions tagged [watson-conversation]
790 questions
0
votes
1 answer
Conversation + text-speech API in a single application
I am using Node-Red to develop a application with both conversation and text to speech services. Goal is give text input and get both text and voice as output. I am able to create the application at node-red but facing trouble with how the template…

Daisy_s
- 109
- 9
0
votes
1 answer
How to get accurate response from Conversation service for multi line input?
I want to send multiple line text input to conversation service in that i want response that will check whether input is in positive tone or in negative tone.

Aakash Gaikwad
- 58
- 8
0
votes
1 answer
Unable to retrieve the list of workspaces for Watson Conversation service
While launching tool for Watson Conversation Service, I get error:

Megha Jain
- 1
- 1
0
votes
1 answer
watson conversation API giving Gateway Error Code : ERCD04-INVLDCHR-USERID from curl
I am getting an invalid userid error regardless of having checked everything carefully.
I am posting a very simple call with service credentials taken from the conversation service in Bluemix and workspace ID taken from the specific workspace…

elodeans
- 1
- 1
0
votes
1 answer
watson conversation service dialog node editor doesn't allow context setting
In the Watson Conversation Service documentation says, "You can store information by modifying the context part of the dialog node definition in an editor. To open the editor, select the node menu and select Advanced".
However, when I try modifying…

tbeavin
- 11
- 4
0
votes
1 answer
Detect a number in entity in IBM Watson Conversation
I need the user to input his flight number in order to fetch its details for him.
Is there any way to detect and store the flight number (3-4 digits + words) that he entered?
I know that I can create an entity in order to store some parts of the…

harshithdwivedi
- 1,411
- 16
- 37
0
votes
1 answer
Watson Retrieve & Rank : Difference in answer when asked using Web UI versus an application
Please see this JSON returned when asked the question : What are the basic methods of Optional ? This is not the perfect match answer that is being returned in the Retrieve and Rank Tooling ( pasted below this JSON snippet). Can you please help me…

Sandhya Kapoor
- 170
- 9
0
votes
2 answers
How to get a user selection value in Watson Conversation
I am trying that the user selects an option from a

Malolo
- 11
0
votes
1 answer
throw new RangeError node js
I'm trying to work with IBM Watson Conversation service with Node.js.
I use 'express' to post a message:
app.post( '/api/message', function(req, res) {
}
and to print the message got from the service:
conversation.message( payload, function(err,…

N.Nicolas
- 23
- 1
- 5
0
votes
1 answer
Watson Retrieve and Rank does not return any document though Content and Questions are populated
I am getting
Retrieve and Rank failed to handle question even though documents and training questions with answers are available as shown follows :
and the Questions are as follows :
Thank you,
Sandhya

Sandhya Kapoor
- 170
- 9
0
votes
1 answer
How to improve the cognitive accuracy of a chat bot that is created on IBM Bluemix?
How can we optimize the domain-specific accuracy of a chat bot that gives cognitively reply to the end user? Or, how can we train our bots to make its context full to reply for a specific set of questions on Bluemix?

Sandip Patel
- 501
- 4
- 14
0
votes
1 answer
Create dialog using json file
I have been working on watson dialog for few days now, and I am able to create a dialog using .xml file after following few tutorials.
0
votes
2 answers
How to bind my javascript web app on IBM Bluemix with any Watson API service created by me in Manifest.yml?
How to bind my javascript web app on IBM Bluemix with any Watson API service created by me in Manifest.yml?
We followed the following tutorials to make tthis Watson Car Conversation - Simple app demo to work on my local computer and Bluemix…

eGlobeBiz
- 87
- 1
- 10
0
votes
1 answer
How to get output text when using watson conversation api
I have created a workspace and created the intent, entities and dialogs for a conversation service
Where we use the launch tool and "try it out", i can see the watson text response for the question i asked. But however when i use the api command via…

Jyothis Jose
- 21
- 1
- 6
0
votes
1 answer
Watson API on Node.js: error invalid text representation
I'm using Watson API on my Node.js application. I successfully connected my application with the API, but I when I run my app I got this message:
"error invalid text representation"
This is my code :
var watson =…

Daniel Wamo
- 41
- 1
- 6