Questions tagged [watson-dialog]

The IBM Watson Dialog service provides a comprehensive, technology platform for managing conversations between virtual agents and users through an Application Programming Interface (API).

The Dialog service enables your applications to use natural language to automatically respond to user questions, cross-sell and upsell, walk users through processes or applications, or even hand-hold users through difficult tasks. The Dialog service can track and store user profile information to learn more about end users, guide them through processes based on their unique situation, or pass their information to a back-end system to help them take action and get the help they need.
More information: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/dialog.html

111 questions
2
votes
1 answer

Using Java to pass variables to IBM Watson Conversation Dialog

I'm currently trying to integrate some Java code with a Watson Conversation Dialog. At the moment, I'm using the following code to pass a simple text input to the Watson dialog: MessageRequest emptyReq = new MessageRequest.Builder().inputText("…
ilzeilvld
  • 79
  • 1
  • 5
2
votes
1 answer

how to write mathematical equations and symbols in IBM Conversation

I have created a chat bot using Conversation Service of IBM Watson but I am not able to write mathematical equations and symbols in the intents, entities and dialog. Can anyone help me with this?
2
votes
3 answers

Does watson conversation intents and entities support regular expressions?

I'm testing Watson Conversation API with a possible dialog my company wants to create. We are developing with Brazilian Portuguese. Given the portugues is a rich language and sometimes the users can make mistakes, we want to predict these possible…
Felipe Oriani
  • 37,948
  • 19
  • 131
  • 194
2
votes
1 answer

Watson Dialog service to Conversation service

We created dialogs with Bluemix Dialog service and now we would like to import them into the new Bluemix Conversation service. The export-import failed. Do you know if an transfert process exists ? Thank you
Anthony
  • 21
  • 1
2
votes
2 answers

How to get dates from user input in Watson's conversation API?

Does anybody already figured out how to get dates that were inputed by the User in the Watson's Conversation API? In the Dialog API, we could use the standard entities, like DATE_TIME_RANGE and FROM_DATE, but I wont find any way that doesn't end…
2
votes
1 answer

IBM Watson dialog emoji inputs

Does the Dialog service support emoji inputs? I was able to output emojis using both: HTML Entity (decimal)  HTML Entity (hex)  http://www.fileformat.info/info/unicode/char/1f37b/index.htm However, I can't get the dialog service to understand…
1
vote
1 answer

Watson Assistant - How to get size of specific entities

For example I have 3 different entities @action = eat,run,walk @person = Michael, John, Fred @emotion = angry,sad,happy I want to count user entered action and person entities If bot recognizes entities['action'].size() + entities['person'].size()…
1
vote
0 answers

How to resume dialogue

Currently I can resume a dialogue with the primary node, I developed an action in my application that gets context and when I put in the dialog: "I want to resume my service", the action takes the context and puts it in Watson and so resumes the…
Nicolas
  • 11
  • 1
1
vote
0 answers

How to edit/save IBM watson assistant conditional slot values for context variables?

I am trying to create a chatbot for booking flight tickets in watson assistant. The problem is that I want to enable the slot of return_date only when the trip is a roundtrip. But on testing the bot the context variable of $return_date is not…
1
vote
2 answers

Watson Assistant @sys-date returning next year's month

Scenario : When using the @sys-date entity within assistant for the current month, the date range for the same month for next year is returned: However, it works correctly when it is explicitly mentioned "this {MONTH}". Problem : Is this the…
1
vote
2 answers

Serverless Watson Deployment? (Questions about integrations with other RESTful services)

Introduction: I feel like I'm missing something terribly obvious about how Watson Assistant should be designed at an architecture level, but maybe I'm not. The specific problem I'm having is that I can't seem to get API calls for information back…
1
vote
1 answer

Watson Conversation and Facebook Messenger Rich-Text

How to use facebook message templates to offer a rich-text as integrating buttons, images, lists and other facebook messenger features in Watson. I'm following Facebook Messenger Developer but I don't know where should I insert the appropriate code?…
Xirb
  • 85
  • 1
  • 8
1
vote
3 answers

Show images or PDFs files in a response in IBM watson conversation service

I built a watson conversation service and I connected it to Slack using the provided wizard in Bluemix. This is not connected to an application yet (such as Java, etc), it was built using the bluemix dialog tool. My question is: How can I show…
Juan Hoyos
  • 11
  • 1
  • 4
1
vote
1 answer

How to deploy my chatbot in bluemix itself to be accessible via a web url?

I just built my first basic chatbot on IBM's bluemix using their own tutorial. However, I'm unable to connect the thread of how it gets deployed on bluemix so as to be accessible via web/a url- like the chatbot in this url for example: chatbot in an…
1
vote
2 answers

Quick replies or suggestion with watson conversation

We are working on FB messenger app which use IBM watson conversation for AI bot. But, we need quick replies like provided by wit.ai. Is there any way to get quick replies or suggestion from watson conversation while getting message.
shashank
  • 439
  • 1
  • 4
  • 17