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
0
votes
1 answer

How to make div text appear line by line instead of all at once?

I'm using IBM's Watson and right now my text is split by

with any number of spaces between
's. I tried splitting my JSON text at the
's and mapping with a slight delay, but it doesn't really work. I've also tried opacity and…
sharknado
  • 25
  • 12
0
votes
1 answer

How to pass JSON object to IBM Watson Assistant through an action?

I have an instance of Watson Assistant that I want to use to provide calculation services for my site's users. I followed the doc here and the service seems to correctly pick up the slots for each bit of information and my client app's method tests…
0
votes
1 answer

Swedish language Watson Conversation bot

I'd like to know what my options are for creating a Swedish language chatbot using Watson Conversation? To give some background, I am an English speaking developer and I have a requirement to develop a chatbot for a Swedish speaking client company.…
user60786
  • 387
  • 4
  • 16
0
votes
2 answers

how to define intents and entities on IBM watson conversation with Node.js app?

I have made a chatbot on IBM WC and now I have a Node.js application from which I want to design a chatbot on Watson Conversation. Is there a way I can set my intents and entities with some API through my Node app? What is the best way to do this?…
0
votes
1 answer

Export/Generate Conversation Dialogue? Watson Conversation (Assistant)

After completion of a conversation in Assistant (Formerly Conversation) - I am looking to post a transcript of the conversation, posting out the text or .txt file, etc. I have not been able to figure out any methods for this, was hoping for any…
0
votes
0 answers

@sys-time inconsistency and improvements

I don't know if is the best channel to talk about it, but I identified some inconsistency in @sys-time. Maybe some dev could see and confirm or explain some hidden flag. Obs: I tested using Portuguese Brazil workspace. Input worked as…
Bruno Braga
  • 117
  • 10
0
votes
1 answer

Insert hyperlink inside Watson dialog conversation

I'm programming a dialog with Watson conversation API. And now I want to insert a hyperlink inside the dialog box. I tried these solutions here and here, but they don't work for me.
OiRc
  • 1,602
  • 4
  • 21
  • 60
0
votes
1 answer

version.properties file could not be found IBM watson bot sdk

I am developing a chat bot using IBM Watson conversation. When I build the project and run, it gives null in inputStream in the RequestUtils.java class in the java-sdk/conversation. but when I run it from the ide it works. InputStream inputStream =…
Dimuth Ruwantha
  • 671
  • 2
  • 12
  • 26
-1
votes
1 answer

does watson assistant know if there is null response from user?

I have created a chatbot in Watson assistant and I need a condition where if there the user goes silent for 10 seconds I continue the conversation. is there a way for Watson to know if there is no response (null response)? Also, does Watson know if…
-1
votes
1 answer

How to add various numbers of button to RecyclerView?

Basically, my question is similar to this one:IBM Watson Assistant in Flutter: How to show options? There is only one answer, telling me to decode the response and show the options as clickable UI elements. I already know how to decode it, but how…
-1
votes
1 answer

ibm watson webhook without ibm cloud function

Please is it possible to use a specific rest API, in IBM Watson webhook, without using IBM Cloud Function. I want to develop a rest API with nodeJs and expose it to be used in webhook call Url(IBM Assistant) Hear what I have done: I tried to use the…
-1
votes
2 answers

Watson Assistant and node-red

I am trying to use node-red to connect to my Watson chatbot using the Watson assistant v2 node. For some reason, I keep getting forbidden returns and It doesn't seem to connect properly? Has anyone managed to successfully connect to a Watson service…
Seanb
  • 3
  • 3
-1
votes
1 answer

How to extent sample project for IBM Watson Assistant to display more than text answers?

I am currently testing the IBM Watson Assistant and one of its Node.js sample projects. I have configured options like (options, images, connect to agent and pause) in Watson Assistant. In the sample app, those options are not shown in the chat…
-1
votes
1 answer

IBM Cloud Functions Python API to open a local file browser to upload file

I'm working on a Watson Assistant chatbot that connects to IBM Cloud Functions through Python API. I want to make the chatbot open a local browser window to upload a file from local machine to save it into a database. I'm intending to do that…
-1
votes
2 answers

Deploy Watson AI (with option response function) in Node-RED

I'm using watson assistant were i have created a skill and in that i have used "option response". so i am deploying it in node-RED. The problem is that in UI when watson interact with user upto when its not came up with "option response" but when…
1 2 3
34
35