Questions tagged [watson-assistant]

IBM 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.

To discuss questions with other developer, join the Slack workspace through this inviter: http://wdc-slack-inviter.mybluemix.net/

Important links:
* Documentation: https://cloud.ibm.com/docs/services/assistant
* Development SDKs on GitHub: https://github.com/watson-developer-cloud/

521 questions
2
votes
1 answer

Multiple intents in other languages than English

Using Watson with workspace in Portuguese Brazil I'm always receiving the response.intents array with max one item. Only one intent. So I can't handle for example pizza + business hours in the same request. Is there any limitation for multiple…
Bruno Braga
  • 117
  • 10
2
votes
3 answers

What should I use IBM Watson Conversation or Discovery?

I'm creating a chatbot to suggest the best course for a student based on their profile. I'm supposed to execute queries like 'Which course had a maximum cut-off percentage in the year 2016?', 'Which are the top 3 courses where the cut-off…
2
votes
3 answers

how to post a curl command using python

I need help with this.. Basically i need to use this command. This is the example given using CURL. All i need to do is simply paste this in cmd and it does its job. curl \ -H "Content-Type: application/json" -X POST \ -u "{username}":"{password}"…
Uraforclain
  • 325
  • 2
  • 8
  • 18
2
votes
1 answer

Different Outputs for the same intent

I'm getting different @sys-time outputs for the same intent #what-time when deployed on the server and when testing in the Watson conversation. Where am I going wrong here? The context variable is set to my Country timezone:Asia/calcutta. I have…
1
vote
1 answer

Disable Watson Assistant Environment not working for live and draft env

I have created a Watson Assistant service and created a simple action bot. My aim is to control the amount of user that can access the service monthly. Checking on the API Docs I found out that is possible to update my environment to disable my…
Joao Pedro P.P
  • 125
  • 2
  • 7
1
vote
1 answer

Not able to see response elements in watson assistant using custom extension

I am facing same problem as "https://stackoverflow.com/questions/76126165/ibm-watson-assistant-custom-extension-variable-assignments" asked a fortnight before. I am getting a complete json response but not able to access anything. Below is my…
1
vote
1 answer

HAPI FHIR OpenAPI Document - Modifying Responses

I have an OpenAPI document for HAPI FHIR that I am using to build a custom extension in Watson Assistant. Currently, when I make a call using this document, I only receive a "success" response. However, when I am examining the JSON response in the…
C Chen
  • 25
  • 4
1
vote
1 answer

How to map a Watson Assistant conversation to a user of my application?

I integrated a Watson Assistant to my Website. To access the assistant, a user needs to log in. Now in my frontend, I know who my user is. When the user goes to the page with the watson assistant, I want to store some information of the conversation…
L.Gashi
  • 183
  • 1
  • 11
1
vote
1 answer

Can Oauth 2.0 be used with Watson Assistant WebHook?

Within Watson Assistant WebHook setup, if the URL for the external API to be invoked from a dialog node requires Oauth 2.0 authentication can this level of authentication be supported from the WebHook using the header, and basic auth fields…
mhm-gmf
  • 11
  • 1
1
vote
2 answers

How can I use the Watson Assistant API to create an assistant?

I know how to use the Watson Assistant API to create a skill, but I also need to create an assistant and add the skill to it. How can I do this with Watson API or SDK?
1
vote
0 answers

How to add a pattern in arabic characters or digits inibm watson assistant to be recognized as entity

I am trying to add an entity to be detected when there are 3 subsequent arabic characters followed by 3 arabic digits in IBM watson assistant. I have adjusted the settings of the chatbot to be in arabic since the chatbot is in the arabic language,…
MAH
  • 21
  • 1
1
vote
1 answer

How to send a question from an external resource too IBM Watson assistant so that the chatbot can answer

I have a speech to text converter implemented in python and I want the text result to be sent to the chatbot so that it can answer me. Example: Guy (voice): I need my bank account info The code translates that to text and sends "I need my bank…
MAH
  • 21
  • 1
1
vote
1 answer

Watson Assistant: How can I check all the URLs referenced still work?

I have a large skill which has URL references in the context variables and responses to the end user. I would like to be able to check all these URLs and see if they still work. So that if one fails we can fix it as quickly as possible. Is there a…
Simon O'Doherty
  • 9,259
  • 3
  • 26
  • 54
1
vote
1 answer

How to find Watson Assistant assistantId

Watson instructions don't seem accurate. They say to "open the assistant settings and click API Details." according to this page: https://cloud.ibm.com/apidocs/assistant/assistant-v2?code=node#messagestateless-request I don't see any of those…
Steven
  • 149
  • 1
  • 10
1
vote
2 answers

How to get IBM Watson's intents / dialog nodes to work in tandem with actions

At a high level, I am trying to build a Watson Assistant that: (1) Follows a fixed conversation structure (currently containing 25 steps) (2) At each step, evaluates whether the user is saying anything that might be considered as a safety issue /…
Ogi
  • 11
  • 1