Questions tagged [watson-assistant-solutions]
25 questions
7
votes
2 answers
What is the difference between Watson Assistant (formerly Watson Conversation) and Watson Assistant Solutions
I'm only familiar with Watson Assistant because I've done some work with it but I've never used Watson Assistant Solutions.
Is it a new API or an app on top of Watson Assistant? When should I use one or the other?

German Attanasio
- 22,217
- 7
- 47
- 63
2
votes
2 answers
Getting Same response to any query in Watson Assistant V2 : Watson-Unity-SDK
I just got to a point where I could set-up the Watson Assistant V2 with Unity and trying to converse with an Assistant I created with a single Skill. I need further help to get the assistant set up to work with my Unity app.
In V1 of the assistant,…

the_nandavar
- 41
- 6
1
vote
1 answer
Problem with dialog nodes and intents in Watson Assistent
I'm using IBM Watson Assistant for creating a chatbot. I'm using the web interface with the intents, entities and dialog flow|tree (I don't know how it is called, I'm just calling it web interface). I have four problems and hope that someone can…

machinery
- 5,972
- 12
- 67
- 118
1
vote
2 answers
Synonyms for what?
I implemented regexp.json file as follows, but I'm not sure if synonyms are for intents or for entities.
What are synonyms for? Could you please show me some examples of synonyms in this case?
{
"intents" : [
{
"name" : ["greetings"],
…

t smile
- 35
- 4
1
vote
1 answer
How do I add synonyms in regexp.json?
After I added the following synonyms in regexp.json, regexp engine has failed to start.
How is the rule of adding synonyms in regexp.json?
{
"intents" : [
{
"name" : ["greetings"],
"grammar" : [
"morning"
]
}
],
…

t smile
- 35
- 4
1
vote
1 answer
Cannot authorize Watson assistant audio client
I am developing a simple audio client for Watson assistant solutions and I am having problems authorizing the client.
I am following this guide https://watson-personal-assistant.github.io/developer/audio/audio_authentication/ but the Api Key I am…

crowde
- 321
- 1
- 12
1
vote
0 answers
Watson assistant API get token returns 403 ERCD NOCONFIG error
I am trying to integrate Watson assistant with my website. When I try to get a token for authentication I get this error.
"code" : 403 , "error" : "Forbidden" , "description" : "2018-09-11T13:37:57-05:00, Error ERCD-NOCONFIG occurred when…

bigburger554
- 78
- 2
- 8
1
vote
1 answer
Watson disambiguation
I am trying to create a disambiguate node between the top two intents in a generic fashion. So during run time watson will not know which would be the intents that would cause disambiguation so I cannot hard code the value for the options I want to…

Sandy Venkat
- 41
- 2
1
vote
1 answer
Cannot delete skill
I cannot delete a skill from the Skills tab.
The checkboxes to select the skill (pre-existing or added by me) are disabled.
Is it a bug or I am missing something?
Thank you

crowde
- 321
- 1
- 12
1
vote
2 answers
WAS Slack Bot Integration - VCAP_SERVICES environment variable set up
"https://watson-personal-assistant.github.io/developer/further-topics/slackbot-integration/"
Based on the instructions from the above link, I am able to make the python app work locally. However, I am not able to set up the VCAP_SERVICES environment…

Forest Lin
- 21
- 1
1
vote
2 answers
WAS Slackbot Integration from WAS Landing Page errors when following the instructions
"https://watson-personal-assistant.github.io/developer/further-topics/slackbot-integration/"
I am not able to make it work by following the steps on WAS Slack Bot Integration (above link).
My slack setting should be ok as I tried use the same ID…

Forest Lin
- 21
- 1
0
votes
1 answer
How to use and control IBM carbon components inside Watson Assistant web chat?
Currently, I am working on a chatbot using Watson assistant, and I want to ask how I can use the IBM carbon components inside the chatbot interface by using it in the dialog responses and have control over them, and also how I can make a connection…
0
votes
1 answer
Can IBM Watson Assistant use more than one webhook
I am making a chat bot that requires the use of 3 external APIs to be used as responses. When wanting to call an external API from within Watson Assistant, webhooks would be required to connect to one API either locally or on the cloud (IBM…

Ibrahim Sherif
- 518
- 1
- 4
- 15
0
votes
1 answer
Watson Assistant to catch the elements in the webpage
I have a Watson Assistant chatbot embedded in a webpage using the Web Chat embedding integration JavaScript.
I need to make the embedded chatbot catch the login information from the webpage the chatbot is embedded in. Like, making the chatbot starts…

MG G
- 3
- 1
0
votes
0 answers
IBM Watson Assistant: How to get json response into button options
I'm working on a flight reservation chatbot using Watson Assistant chatbot that connects to IBM Cloud SDK through Java API. My idea is to get the API results, from a client's flight search, and set the json response into different button options…

Ernesto Morán
- 1
- 1