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

Spring REST Web Service | Update an XML and send it in response

I am working on a Spring Restful Web service wherein I am returning an xml file as a response. This XML file is placed inside the main/resources folder of the MAVEN project build in eclipse. The service accepts certain parameters from the caller and…
Manav Bhanot
  • 113
  • 3
  • 16
0
votes
1 answer

Watson API in Android

I am new to this API (Watson API) and my Android experience is kind a rusty so please bear with me if I cannot catch up with your terminologies/ideas right away. According to Watson API guide (you can check it in here…
Fealrone Alajas
  • 159
  • 1
  • 2
  • 12
0
votes
1 answer

Where can I find the required IDs for Watson Dialog Service?

When I create createDialog () have an id response dialogue but I do not know where this condigo client_id and conversation_id. Where can I get this IDs?I do not know where to find them. DialogService service = new…
gonz
  • 123
  • 6
0
votes
2 answers

watson dialogService return null when I try to update. Error

I created a dialog and generated a response with an id. When I try to update the dialog, the API call returns a null answer instead of the dialog ID. Is my code wrong or is this a bug? ServiceCall dialog = service.updateDialog("ID", new…
gonz
  • 123
  • 6
0
votes
1 answer

Postman requests keep creating new conversations

I've deployed the "pizza" dialog to my Bluemix account. I'm using Postman to verify the REST interactions prior to my coding implementation. I'm able to retrieve the dialog id using the dialog REST GET. Taking the returned dialog id I establish a…
Michael Mirt
  • 361
  • 1
  • 3
  • 14
0
votes
1 answer

How long does IBM's Watson Dialog Service retain conversation and client details?

I'm just getting started with Watson Dialog service and I'm trying to ensure that I don't allow my users to attempt to resume a conversation with the bot if their conversation session is no longer valid. Is there an expiration on Dialog…
Trey
  • 356
  • 2
  • 10
0
votes
1 answer

IBM Watson Dialog Concept

I am creating Watson Dialog Service. My question is : do we always need the formatted XML file for the input or is there a way by which we can feed data in to Watson from other sources like from several web URLs etc? Because when we will have a huge…
0
votes
2 answers

Is there a tool to develop/design Watson Dialog XML

In sample dialog XML files I can see that some Id's like, getUserInput_2508591, output_2508575, search_2414738. Are these ids generated from a tool ? I am new to Watson Dialog XML , and just wondering whether there are any tutorials which cover…
user43332
  • 13
  • 2
0
votes
1 answer

Watson Q/A Health to Dialog Service/Natural language classifier

I have been learning on building a simple application by replicating the Watson Health Q/A application(https://watsonhealthqa.mybluemix.net/) but the Q/A application seems to have been deprecated and documentation/forums seem to say that I should…
0
votes
1 answer

Structuring recovery message for invalid input in Watson Dialog

I'm designing Watson dialog to support following scenario: user to select intent 1,2, or 3. When user select intent 2, Watson will ask user to specify either option 1 or 2 or alternatively other valid intents. Following is my current dialog…
totoro
  • 195
  • 1
  • 9
0
votes
1 answer

Watson Dialog Saving & Accessing Both Name and Value of Entity

I am trying to save off both an entities value and name into two separate variables (if possible) but I am unable to do so easily. I currently have an entity similar to this...
eric MC
  • 766
  • 2
  • 10
  • 36
0
votes
1 answer

Update dialog profile variables or post directly to chat interface?

I'm build an JS app that posts restaurant suggestions to users via a simple chat interface. I'm trying to reverse-engineer the movie assistant app, but I’m not sure how to write the part where the JS app posts data from DB to the UI. Unlike the…
0
votes
3 answers

Watson Services + Cross Origin Resource Sharing

I am developing an application using Watson's Dialog service, where the API is accessed in client-side javascript, but ran into the following problem when trying to access the API. XMLHttpRequest cannot load…
Alex P
  • 530
  • 1
  • 6
  • 13
0
votes
1 answer

How to create a NLC in watson

I am trying to create a classifier using Watson Natural language classifier(NLC) but the status of that classifier is set to Training but if I have to use it should be in Available state. How or when it will change to Available state. Regards
ImGenie
  • 323
  • 1
  • 15
0
votes
1 answer

Watson Dialog service error invalid schema for xml file

I'm using node.js to use the Watson Dialog system. I'm using a function to create a new dialog but somewhere along the code I'm getting a weird error related to the xml file that reads { code: 400, error: 'Failed to import file. Possibly due to…
Atirag
  • 1,660
  • 7
  • 32
  • 60