Questions tagged [watson-assistant]

IBM 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.

To discuss questions with other developer, join the Slack workspace through this inviter: http://wdc-slack-inviter.mybluemix.net/

Important links:
* Documentation: https://cloud.ibm.com/docs/services/assistant
* Development SDKs on GitHub: https://github.com/watson-developer-cloud/

521 questions
2
votes
1 answer

How do I pass response values from extension to custom response type in IBM Watson Assistant chat?

The below JSON defines custom response for the client to allow custom UI. As per the documentation https://cloud.ibm.com/docs/watson-assistant?topic=watson-assistant-response-types-reference#user_defined I can define "anything" for the…
Peter Pajchl
  • 2,699
  • 21
  • 24
2
votes
1 answer

Send/Email Chat Transcript to customers in Watson Assistant Chatbot

I'm using free(lite) plan of IBM Watson Assistant exploring the possible scenarios for conversations & I'm new to this platform. I'm trying to send/email the entire chat conversations to the customers email but I could not retrieve/store/send the…
2
votes
1 answer

How to change end point url in ibm watson with facebook chat bot

The watsonplatform.net endpoint URL is retired. Update your code to use the specific watson.cloud.ibm.com URL for your service. I am getting the above error in my facebook chat bot. I have created new API service credentials as per this link …
2
votes
1 answer

Watson Assistant (Chatbot) cannot display images on its response

I tried using the dialog Image response but, my chatbot cannot display images and shows this Warning: "Cannot load image from url:" This chatbot is Integrated in Facebook messenger. I tried using google drive public links | Imgur | Facebook links…
2
votes
1 answer

Watson Assistant creating a go back option for all nodes

I would like to create a "back to previous" button after each response for users who realize that they inputted the wrong answer and would like to start over
Mmihi
  • 21
  • 2
2
votes
1 answer

Why the IBM natural language classifier is returning DecodeError. python

Why the IBM natural language classifier is returning DecodeError ? Im try to classifier a collection, but now it returning error. A week ago, its was runing perfect MY CODE classes_values = [] for i in range(0, len(materiasg), 10): classes =…
Sansone
  • 41
  • 1
  • 4
2
votes
2 answers

How to export IBM Watson conversation history?

Before running the code, install ibm-watson & ibm-cloud-sdk-core package and also pip instll PyJWT==1.7.1. I found in IBM document that "For a Python script you can run to export logs and convert them to CSV format, download the export_logs_py.py…
S.F. Yeh
  • 59
  • 1
  • 11
2
votes
2 answers

Watson Assistant throws away webhook parameters

I'm trying to get values from an API to a dialog node of Watson Assistant. Using the webhook option, the API call happens but the parameters i set are not used on the request. API code: app.post('/', async (req, res) => { const result = await…
2
votes
1 answer

How to change the language of drop-down menu of the UI of a Watson Assistant Chatbot

When I created the assistant, I chose the Spanish Language. However, the label of the drop-down menu is still in English: "Select an option" Is there a way to change that label? (From "Select an option" to another language or whatever label I might…
2
votes
2 answers

How to expand Watson Assistant on Page Load

I would like to ask if it is possible to expand a Watson Assistant Chatbot on page load ? Currently, when the page loads, a user will then have to click on the little icon below to start the chatbot. Watson Assistant Chatbot Icon I am using Chrome,…
2
votes
1 answer

How to let IBM watson assistant know which direction you should go to?

I have a watson assistant that serves as a chatbot for the campus. What this chatbot does is that it can give information to where are offices/facilities. It can also give directions. What I cannot implement is the watson assistant must also know…
John
  • 21
  • 4
2
votes
1 answer

Can we call other Watson services(like assistant, discovery etc.,) from 'ibm cloud functions' using python( ibm_watson sdk)?

I am trying to call watson discovery service in 'ibm cloud function' where only older version python package('watson_developer_cloud') was installed. I am getting the below error when list_environments() method of discovery is called: import…
2
votes
2 answers

Save user input (string) in Watson assistant

I'm building a chat-bot application based on IBM Watson. I need to save the user input into a variable. I searched the web and I only found tutorials where the input must be of entity sys-(number, day, time, location, person). In my dialog I ask the…
Dr. MAF
  • 1,853
  • 1
  • 27
  • 45
2
votes
1 answer

Using Watson Assistant Java SDK to create Watson Assistant programmatically

I have referred to this documentation but have not come across any API call to create Watson programmatically using the Java SDK. Is it possible to do so, or is the only way via importing the JSON file? Thank you!
zzamp
  • 31
  • 3
2
votes
1 answer

How can I get Watson to recognize two different dates upon user input?

If a user asks the following sentence: For some reason Watson uses the first date for the both $checkin and $checkout variables even though it detects the second date. You can refer to the "dialog node" screenshot to see how the nodes are…
larry walker
  • 123
  • 6
1
2
3
34 35