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

How to perform case-insensitive matching on Watson Dialog input.text

Good day Guys, Please how can i perform case-insensitive matching on text that i read from the user input? i noticed that this code snippet "context": { "number_extract": "" …
user980643
  • 113
  • 2
  • 8
1
vote
0 answers

Watson is not accepting 3 digit numeric input

I am new to watson conversation and trying to create a chatbot for online shopping. So far every thing worked fine for me apart from payment step. On the payment when I am trying to enter cvv code for credit card it is redirecting me back to start…
Abhi
  • 11
  • 1
1
vote
1 answer

Watson Conversation Engine Parallel Intents Processing

I have a conversation service with intents and entities. I don't really have a dialog flow as my conversation agent would have to respond to a query which is not tiered or rather have a cadence. For e.g. Intent1Intent2...Intent n These are parallel…
tx fun
  • 569
  • 5
  • 19
1
vote
1 answer

From Dialog to Conversation: how to do what do?

In Watson Dialog, could be used to handle objections. If in middle of some dialog user type an objection, folder Global could answer and after that keep the dialog at the same point. I trying to do the same with Watson…
Bruno Braga
  • 117
  • 10
1
vote
1 answer

Trying to build a cognitive bot using IBM's Watson Knowledge Studio and API's

I am trying to build a Cognitive bot , I have trained a very basic model using IBM Watson's Knowledge Studio and is ready for deployment. I am also using IBM's Virtual Agent for the 'Conversational' part as it seems to cover much of the initial…
1
vote
3 answers

Watson Conversation+TTS

I am trying to develop a web application using Watson Conversation service and Watson TTS service. The conversation output is sent to the TTS service for conversion. I am doing this in NodeRED and also i have put a function node between conversation…
1
vote
2 answers

Retrieve matched text from input.text.matches and store into context variable in watson conversation

I am dealing with IBM Watson Conversation. I have a text that contains few letters and digits i.e. age is 26. I have written a regex to match the digits from the text. It is done using .*?[0-9]+.*?. Now, I want those matched digits into context…
iNikkz
  • 3,729
  • 5
  • 29
  • 59
1
vote
1 answer

How to use #out_of_scope intent with Watson's Conversation service?

I have defined #out_of_scope intent in the conversation workspace and added several user examples. Now when I ask a question that is not specified as an example, the JSON returned has #out_of_scope intent with a very low confidence score. Why is…
1
vote
1 answer

Best practices in dealing with "utterance" in dialog/conversation?

We want the chat-bot to behave as human in taking questions and to response with the proper answers. The normal conversations from human made with many "utterance" which means there could be some nonsense, emotion and pauses while in the dialog.…
nyker
  • 57
  • 4
1
vote
1 answer

Watson Dialog service on BlueMix: Forwarding error

I have created an instance for the Watson Dialog service on Bluemix. I'm authenticating to the Dialog API through a Mobilefirst Adapter using Basic authentication as specified in IBM Watson Dialog API reference. I'm providing the username and…
1
vote
2 answers

What types are available for profile variables in Watson Dialog Service?

The Watson Dialog Service on IBM Bluemix allows to create profile variables and to pass values to them. In the examples these variables always seem to have the type "TEXT" (see "myVariable" below). Are there any other types available? How would I…
data_henrik
  • 16,724
  • 2
  • 28
  • 49
1
vote
1 answer

Integration example of the Watson NLC service with the Dialog service

From the Watson Dialog document, it indicates the configuration setups for connecting with NLC. But it is hard to understand how this works without a running sample application. Most of examples can be googled are without such settings. I were…
nyker
  • 57
  • 4
1
vote
1 answer

How to create a newline in Watson dialog xml?

If I have something like the following in watson dialog xml: Your options are: option1, …
1
vote
1 answer

How to create Multiple Choice answer IBM Watson Dialog?

I have set of questions Yes or No and Some of Questions Multiple Choice Could you Please help me How to Create Dialog xml file for Multiple Choice Question Thanks
Aruljothi
  • 497
  • 1
  • 6
  • 14
1
vote
1 answer

Extract Array of Values for Watson Dialog Variables

In DevPost Watson Developer Challenge for Conversational Applications post, I saw Watson (maybe) able to analyze following phrase "I want to visit Tokyo, Sydney, Manchester, and Reykjavik during a trip that takes 30 days". Is there a better way to…
totoro
  • 195
  • 1
  • 9