Questions tagged [watson-conversation]

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. See https://www.ibm.com/watson/services/conversation/ for details. For API reference see: https://www.ibm.com/watson/developercloud/conversation/api/v1/

790 questions
3
votes
0 answers

Dealing with newlines in a chatbot

Have you seen people asking questions to a chatbot like it is instant messaging? People are so used to writing in Whatsapp and other instant messaging platforms with a newline after every clause. Watson seems in general takes newline as an entire…
iamreddave
  • 39
  • 5
2
votes
1 answer

extracting alpha numeric string from customer speech

I am working on a voice bot at the moment. I am having difficulty in extracting pan card number (hazwr2312g). Customer can give it in many different ways. for example they can say my pan id is (hazwr2312g). I have created a regex based on pan rules,…
Meet
  • 243
  • 2
  • 13
2
votes
1 answer

Watson assistant entity created with pattern is not setting the matched value in context variable

I have created a entity which has pattern to match 5 digits only, below is the pattern for that. ^([0-9]{5})*?$ But in the node when I am checking for slots and adding the value into a context variable, it is always taking the value name from…
Rahul
  • 269
  • 2
  • 10
  • 25
2
votes
1 answer

Watson assistant api calls details

We have developed a watson assistant chatbot and integrated with client application. Now we want know how many times each user calling watson service from client application and its billing details per person. I have enabled the user metrics option…
user2319726
  • 143
  • 1
  • 1
  • 10
2
votes
0 answers

IBM Watson Assistant: Entity (number) extraction in French

I'm doing the restaurant tutorial for IBM Watson Assistant and I need to extract the number of persons for the reservation. Since I'm French, I wanted to try this tutorial in French. However, French language being what it is, when you make a…
P.Poirier
  • 21
  • 3
2
votes
1 answer

How can I obtain tokens for IBM Watson's Text-to-Speech service?

we are creating a medical chatbot that utilizes Watson Assistant and Discovery using OpenWhisk. We would now like to be able to use speech-to-text and text-to-speech, but are having trouble obtaining tokens for the synthesize() function. Right now,…
2
votes
1 answer

IBM Watson Assistant: How to enable user metrics

We want know how many times each user calls IBM Watson Assistant service from client application and its billing details per user. I am trying to enable user metrics for watson assistant service based on this…
user2319726
  • 143
  • 1
  • 1
  • 10
2
votes
1 answer

Monitoring and Logging for Watson Services

what is the best way or service in IBM Cloud Platform to monitoring and logging Watson services? I would be interested in extracting information like the response time for each request. Thanks in advance
g_tech
  • 251
  • 1
  • 4
  • 13
2
votes
2 answers

Dealing with newlines or multi line responses from a user with a chatbot?

Is there a known way to deal with users writing responses over multiple lines? - is it best to handle this case on the client level? as in checking if the user is still typing and have a delay between responses, or can this be handled on Watson…
Nour
  • 777
  • 1
  • 8
  • 25
2
votes
2 answers

using third party api on watson assistant

i'm using the open weather map api in order to get information on the current weather and then integrate it with watson assistant (i used this as a reference for the watson assistant code) before deploying on the terminal. here's my code: var city =…
2
votes
1 answer

Watson Voice Agent getting splited values in @sys-number

first of all, I'm using Voice Agent with Watson Assistant, so everything here is in a phone call with Voice Agent. I'm having trouble when prompting my users for their 'ticket' code for me to call my external API to get the status of the ticket. The…
2
votes
2 answers

can watson assistant check for null value during a loop

Wondering if WA is capable of checking for objects in an array that may be null? I'm able to print the loop in the "try it out panel", but still get an error message in the panel as well: Dialog node error SpelEvaluationException when evaluating…
K Choi
  • 31
  • 1
2
votes
1 answer

How to connect an action on IBM Cloud Functions with a database?

I have a conversation in watson assistant and i want be able to call an action from IBM cloud function to make some query on my database (Azure). I'm not familiar with cloud function so this may be a dumb question, i don't understand how to make a…
2
votes
2 answers

What does Watson Assistant use to check regex?

I'm trying to use entities to get a match on some data, and the regex seems like it doesn't really match well with other similar engines in Python or even sites like regexr.com. Here some examples: Pattern:…
2
votes
2 answers

IBM Chatbot Assistant - Array with same values

I have this piece of code in JSON editor of Watson: "context": { "array": "", "array_size": "" When the input of the user, for example, is "Hello, I need a valve, and the part number of the…