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
4
votes
3 answers

IBM Watson APIs Java SDK use Watson token authentication fail

I use Watson APIs Java SDK and my Authentication was use function setUsernameAndPassword(username, password), but now I want to use Tokens for authentication. my "Username and Password" Code mAssistant = new…
4
votes
1 answer

Watson conversation reset conversation

There is any way to tell to watson that he sould reset the conversation "after this point everty asked will be just like conversation_start"? tks
Fabio Ebner
  • 2,613
  • 16
  • 50
  • 77
4
votes
1 answer

IBM Watson Unity 3D SDK Conservation Service (Almost working!)

Found in service examples, a working conversation script. Thanks again to @Taj! I feel like I am very very close to get it to work. I have done the samething on Raspberry Pi with TJBot, so I have all the accounts, and I linked all the credentials…
4
votes
2 answers

How to set a level of confidence for watson conversation?

I would like to understand how to create a way to redirect the conversation to the anything_else node when confidence is lower then a established limit. I am creating a node triggered by intents[0].confidence < 0.5 that jumps to the anything_else…
4
votes
1 answer

Watson Conversation supports nested Intents?

Does anyone have a good example of nested Intents especially where #yes and #no are child nodes. The situation i am getting is that the API is returning with Intent value but the output text from "Anything else"!
Nitesh
  • 51
  • 4
4
votes
1 answer

Using IBM Watson Conversation from an API in C#

I am developing an API that will be consumed by a mobile app that I am developing. In this app, I want to use the IBM Watson Conversation to create a bot that will "talk" to my end user. I created the workspace on the Watson Conversation…
Artur Quirino
  • 486
  • 6
  • 21
4
votes
3 answers

How to give personalised greeting in Watson Conversation?

While Defining the Dialog in the Watson Conversation I'm not able to greet user with his/her name or I'm not able to detect contact number sent by the user and rephrase it to the user. Is it possible to do it in the Watson Conversation Api or not.
user2881430
  • 367
  • 1
  • 5
  • 17
3
votes
2 answers

Watson Assistant V2 API: change session timeout

Using the Watson Assistant V2 API it is necessary to create a session handle first (create_session(assistantid)) which returns the session ID to use in the individual call to message(assistantid,sessionid,request). The session maintains the…
3
votes
3 answers

Importing dialogflow intents and entities to IBM conversation workspace

I have an exported intents & entities zip file from Dialogflow workspace and tried to import this to IBM Watson workspace its not working is there anyway we could do this ? Is there any methods we could use to migrate intents from Dialogflow to IBM…
Akhil Raj
  • 89
  • 10
3
votes
1 answer

IBM Chatbot Assistant - How to skip to the next slot

I have a node in which I have enabled slots and within the node there are several slots. The first slot asks the customer to provide a specific number. After 3 unsuccessful inputs, I want the bot to automatically skip to the next slot. Is this…
3
votes
3 answers

Webhook integration with Watson Assistant?

I want to know whether IBM Watson Assistant has the feature of calling webhook. It means when an intent of workspace is matched Watson Assistant need to send a post request to an external server including the intent in the request body. Example for…
Dhanushka Sampath
  • 217
  • 1
  • 5
  • 17
3
votes
1 answer

Programmatically start a call with IBM Voice Gateway

I have connected a IBM Voice Agent (https://console.bluemix.net/docs/services/voice-agent/getting-started.html) with a Watson Assistant and a Twilio number. I am able to call my Twilio number and follow a conversation with the assistant. Now…
Nathan H
  • 48,033
  • 60
  • 165
  • 247
3
votes
2 answers

Error in jumps in IBM Watson

We are implementing Watson technology for an assistant to help certain users. The dialogues are somewhat complex, and sometimes it is necessary to do jump answers that relate with certain questions, the downside of this is that it may be that the…
3
votes
3 answers

How to capture the multiple values of one entity in IBM watson assistant after asking slot?

In my Watson Assistant app, I want to capture the multiple entities in the context and also have a slot to ask a question to user. Here is an example: User: I want to fly from Toronto to Boston And the Watson correctly detects: intent: 'booking',…
Hannan
  • 1,171
  • 6
  • 20
  • 39
1
2
3
52 53