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
1
vote
1 answer

IBM Watson Assistant: How to get random responses in the new Action skills

In the Watson Dialog there is an option to generate multiple responses randomly. Allowing it to feel less robotic. In the new Actions skills they do not have this option. Is there a way to reproduce it?
Simon O'Doherty
  • 9,259
  • 3
  • 26
  • 54
1
vote
0 answers

Watson Assistant Phone Integration Twilio

I am trying to access user phone no in Watson assistant through the phone channel I am using Twilio sip trunks. from where the call is originated. It's written in the document that we can access phone integration context variables. But how can I do…
Aymal
  • 191
  • 12
1
vote
0 answers

IBM Watson Assistant: How to replace "Built with IBM Watson" with something own?

I want to replace the built with IBM Watson with my own text, I able to remove it but not replace it. I have already tried this according to the documentation but it changes the text in the header. There is no such information in the webchat…
Aymal
  • 191
  • 12
1
vote
0 answers

How can I create a "description" entitie with Watson Assistant

I am currently making a dialog with Watson Assistant for a store, I need the asistant to be able to save the description of a product in a context variable using slots. The description should be a sentence of about 50 digits, any idea on how I can…
rojas_s
  • 11
  • 1
1
vote
1 answer

how to use output.integration.slack in Watson Assistant json response

I build a chatbot with Watson Assistant and integrate it with Slack. I want to write Native JSON supported by Slack through Watson Dialog using JSON Editor. The doc of Watson Assistant says: output.integrations.slack: any JSON response you want to…
Rachel Dong
  • 179
  • 1
  • 3
  • 11
1
vote
1 answer

IBM Cloud with Watson Assistant: "Unknown error, Code: 422" returned for API call

I'm trying to use Watson Assistant from the CLI with a Python script, similar to the demo Building a custom client. The Python script is: from ibm_watson import AssistantV2 from ibm_cloud_sdk_core.authenticators import IAMAuthenticator # Create…
AltShift
  • 336
  • 3
  • 18
1
vote
1 answer

number comparison in IBM Watson Assistant

I am trying to build a BMI calculator inside Watson but it seems like Watson is not supporting number comparison when you use the "Multiple conditioned responses". This code will throw an…
1
vote
2 answers

Watson Assistant Integrating with Facebook Messenger

I have integrated Watson assistant with Fb messenger. I am able to send messages to the chatbot because i am an admin of the FB Page but How to make the chatbot Public so that any user on FB can send messages to it.
Aymal
  • 191
  • 12
1
vote
2 answers

IBM Watson Assistnat: Extend the Webhook's time when sending a webhook to a Cloud Function

While developing a client application that uses its own styling, but also IBM Watson Assistant under the hood, problems have been discovered when the webhook's time is exceeded. The composition is as follows: a client app sends a request to Watson…
1
vote
0 answers

IBM generate bearer token from Watson Assistant

I need help. You need a "Bearer Token" to call functions, but unfortunately I can't find instructions on how to generate it from Watson Assistant. Would anyone please have a guide or an example? Thank you in advance for your help.
1
vote
2 answers

IBM Watson Assistant: How should I group the entities?

I am creating a chatbot to ask some certain questions about the business of a list of stores of many companies in the countries as in the image. I am struggling with the fact that how should I group the entities for this case: When the user inputs:…
Peter Pan
  • 11
  • 1
1
vote
0 answers

Save data from Watson Assistant to Google Spreadsheet

I would like to save some info from watson assistant to my google spreadsheet and was not sure what to use to do this, IBM Cloud function Action IBM App Connect Any guidance or code sample would be much appreciated
hyperkittie
  • 641
  • 6
  • 16
1
vote
1 answer

Switching between language with context kept

I need a chatbot that is able to response to 2 languages - English and German. I created 2 assistants - one in English and one in German. My users speaks both languages and they talk to chatbot in both languages (e.g. ask 1 question in English and…
Belle
  • 11
  • 2
1
vote
1 answer

IBM Watson Assistant Endpoint URL does not work anymore for Alexa Skill. Alexa can't reach Endpoint

I've created an Watson Assistant and pasted the OpenWhisk Action Endpoint URL to my Alexa Skill as described in this GitHub Repo. Everything worked fine so far. I was able to send questions to my Chatbot by talking to the Alexa Simulator and…
1
vote
2 answers

IBM Watson Assistant: Chatbot for dental tooth status acquisition, tooth position as entity or intent?

We want to ask the patient for the dental status. The patient would ask I need an implant for the right front tooth. We have to assign this to a tooth number. In the numbering scheme it would be tooth 11, with entity implant. Question, should we…
medlibre
  • 13
  • 3