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
1
vote
1 answer

Using Entity Type for Profile Variable in Watson Dialog

I noticed that we can use Watson EntityType to extract time reference from user input, e.g.: What time is your…
totoro
  • 195
  • 1
  • 9
1
vote
3 answers

Watson Dialog Dynamic Data variable input/output

I'm trying to build a simple dialog that the user will write: "My name is Joe", and I want the Dialog to set a userName variable to "Joe". I found this example, but the response is always empty string.
Itai Soudry
  • 338
  • 1
  • 6
  • 17
1
vote
1 answer

Watson dialog cURL conversation post request not passing form data

When making a post cURL request as below to try and continue a created conversation watson instead returns a new conversation. curl -u "USERNAME":"PASSWORD" -X POST --form conversation_id=CONVOID --form client_id=CLIENTID --form input="What type…
HarborneD
  • 23
  • 6
1
vote
2 answers

Watson Dialog does not recognize continuation of conversation

When trying to use the Dialog tool to get a feel for how the APIs work, I ran into a problem where a POST to /conversation creates a new conversation, instead of continuing an existing one. I am using the docs found at :…
Alex P
  • 530
  • 1
  • 6
  • 13
1
vote
1 answer

File stream pause error in Watson Dialog service with Node.js

I am trying to use the IBM Watson Dialog service with Node.js. I'm following the API reference for Node.js here https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/dialog/api/v1/?node# According to that, the way to create a dialog is…
Atirag
  • 1,660
  • 7
  • 32
  • 60
1
vote
1 answer

IBM Watson Dialog - entity not working / resolved

I am trying to get input (say gender - male / female) from user using entity and store it in profile variable and the code snippet below. I did not quite get that.
jack
  • 803
  • 3
  • 15
  • 26
1
vote
1 answer

How do I use the IBM Watson Dialog service using c#?

A client is using IBM's Watson Dialog service and I cannot find any examples of someone doing even the most basic stuff using .Net (c# specifically). IBM only shows examples using Curl, Node, and Java... My first goal is to be able to add a new xml…
David
  • 2,173
  • 3
  • 25
  • 36
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…
0
votes
1 answer

How enable or disable the Watson assistant based on the user query in search bar in a website

I have an website were I have search bar to search the articles. So when a user searches anything in the search bar I want to check whether there is a guided flow in the Watson assistant, if it is available then I wanted to enable the Watson…
0
votes
1 answer

Dialog in IBM Watson question answering system

Does the IBM Watson question answering system that won the Jeopardy game in 2011, support dialogue with users in its new versions?
Fasun
  • 73
  • 10
0
votes
1 answer

How to parse out a preferred name in Watson Assistant?

Watson asks "What is your name?" The user responds, "My friends call me Dick, my colleagues call me Richard, but you can call me Rich." or "I prefer Steve, but most people call me Steven." or "I prefer Bill over William and Will." How can I get…
0
votes
2 answers

unable to extra/list all event log on watson assistant wrokspace

Please help I was trying to call watson assistant endpoint https://gateway.watsonplatform.net/assistant/api/v1/workspaces/myworkspace/logs?version=2018-09-20 to get all the list of events and filter by date range using this params var param = {…
Afeez Olawale
  • 65
  • 4
  • 13
0
votes
1 answer

how do I Integrate Watson text to speech with speech to text in unity

I'm building an AR CV app in unity using the watson SDK. I'm a complete noob but I've managed to follow the videos and create something kinda cool. The idea is that it will give the candidate a more interesting way to describe themselves than a…
0
votes
1 answer

Watson Assistant Maximum dialog_nodes limit exceeded (100 nodes)

I'm using Watson Assistant to create a chatbot. I am currently having the Lite plan. In the dialog of skill I'm now facing the following error: Unable to add a node. Error: Maximum dialog_nodes limit exceeded. Limit = 100. What is the limit of…
machinery
  • 5,972
  • 12
  • 67
  • 118
0
votes
2 answers

How to trigger a specific node in IBM Watson Assistant from URL

I have a website which links to a chatbot built on IBM Watson Assistant. There are some hyperlinks on the website that I want to trigger specific nodes/ intents the watson dialog. Example: User clicks on "Provide feedback" link, the watson chatbot…
RJAS
  • 11
  • 2