Questions tagged [watson-assistant-solutions]

25 questions
0
votes
1 answer

How to invoke webcam in watson conversation service?

I'm having my Chatbot made on Watson Assistant service on IBM Cloud, and it's working fine. I have a python project that can invoke webcam for facial recognition. This process of facial recognition takes about 2.5 mins: 1- Invoking the Webcam, 2-…
0
votes
0 answers

Why the response is always Invalid request body?

I'm facing an issue for a week ...creating an entity for an assistant from my company website via curl. Every time I send a request with an array inside the PHP it throws the error. The main error is 'Invalid request body' the reason is when I pass…
0
votes
1 answer

How enable or disable the Watson assistant based on the user query in search bar in a website

I have an website were I have search bar to search the articles. So when a user searches anything in the search bar I want to check whether there is a guided flow in the Watson assistant, if it is available then I wanted to enable the Watson…
0
votes
0 answers

How to setup multiple webhooks in Watson Assistant

I tried I have multiple actions in IBM cloud functions. I need Watson Assistant to call different ones when certain nodes hit. My question is, there's only the possibility to put one webhook in Watson assistant's options. I understand that I'd have…
0
votes
1 answer

How to passg customer token into IBM Watson Assistant

I want to use various fields such as customer token, customer id etc. in each session created in watson assistant v2 using nodejs. Can I pass it directly in the createSession function or do I need to create an entitiy or intent for it to pass in…
0
votes
0 answers

Could someone assist with the following IBM Watson Assistant error: Lite org is not allowed to provision non-lite plans

I have a chat bot which i created using the Watson Assistant interface. I would like to connect my chat bot to a database. I did some research and found that I can connect my bot to a database by using cloud functions (I am following the steps to…
0
votes
1 answer

Watson Assistant queries

I would like to Know if it was possible, when called the Cloud Function for the query on Watson Assistant, to return more results than the deafult ones (10 results).
Emanuele
  • 21
  • 1
0
votes
1 answer

Watson assistant preview link is not working

The preview link created in IBM Watson Assistant is not working https://assistant-chat-eu-gb.watsonplatform.net/web/public/3d262aef-38e5-476e-87f8-6c0177f1c72a But works perfectly with the Slack. Can anyone help me to sort out this issue?
-1
votes
1 answer

IBM Cloud Functions Python API to open a local file browser to upload file

I'm working on a Watson Assistant chatbot that connects to IBM Cloud Functions through Python API. I want to make the chatbot open a local browser window to upload a file from local machine to save it into a database. I'm intending to do that…
-4
votes
1 answer

Watson Assistance Solution Knowledge and Reasoning alpha REST API endpoints not working

I am not able to access the endpoint of Knowledge and Reasoning alpha feature of Watson Assistance Solution Could someone help me to access the WatsonAssistanceSolution Knowledge component?
1
2