Questions tagged [ibm-watson]

A collection of REST APIs and SDKs that can be used to integrate AI into your applications to solve complex problems.

A collection of REST APIs and SDKs that use cognitive computing to solve complex problems.

Watson APIs are adaptable, interactive and contextual in the way they provide information.

Instead of simply returning prepared responses, these APIs provide answers based on what they know to be correct, relying on information they've acquired over time.

See: http://www.ibm.com/watson/developer/

2412 questions
0
votes
1 answer

How can I save API user authentication tokens within IBM cloud functions using Node?

I want to connect my IBM cloud function to the Trello API which requires user authentication. I can re-direct them to the authentication page but it returns a page with their token that I need to save within some type of storage in order to use it…
Evelyn
  • 1
0
votes
1 answer

How to update python version on choregraphe

I want to update python version on choregraphe from "2.7.2" to "2.7.10" or something newer (I use MacBook Pro). Now, I'm trying to use Watson Web API, and have SSLEroor. I think it's caused by python version, so I confirmed it on choregraphe then it…
dyossy
  • 23
  • 1
  • 5
0
votes
0 answers

IBM Watson Speech-To-Text Real-Time Transcription For NAO/Pepper Robots

I am trying to perform some real-time speech-to-text transcription with the NAO and Pepper robots using IBM Watson's speech-to-text (STT) service. I have tried to follow the example provided by IBM's github for the python SDK (found here:…
Ronald Moore
  • 75
  • 1
  • 5
0
votes
1 answer

How do you provide your certificate path to Watson assistant?

I need to include my own certificates while watson assistant creates a session. Currently I have added the certificates in certifi and it works, but when deploying my app, I dont think I can go to the deployment server and add certificate. Where can…
Quantum Dreamer
  • 432
  • 1
  • 6
  • 17
0
votes
1 answer

how to pass apikey and assistant url instead of username and password in watson assistant using curl

I want to pass apikey and url instead of username and password, to connect watson assistant with my webpage. // Encode json data $json = json_encode($data, JSON_UNESCAPED_UNICODE); // Post the json to Watson Assistant API via cURL $ch =…
AMAL BABU
  • 9
  • 2
0
votes
0 answers

Displaying a card or table as a response in ibm watson assistant

I have created an IBM Watson Assistant dialog skill. When triggered, I require a node to display information in a card-like format. How can I achieve this? Since I could not think of a way to create a card I tried displaying a table using HTML…
k3in
  • 1
  • 1
0
votes
3 answers

Where to find IBM Cloud Function credentials to access it for Watson Assistant

I am searching for the credentials to access my cloud function from Watson assistant. Both are in Dallas region. I have looked at various docs and blogs, all looks obsolete. I could not find the credentials that could work in Watson Assistant.…
Irshad Ali
  • 1,153
  • 1
  • 13
  • 39
0
votes
1 answer

Automatic url-redirect with Watson

I need to automatically redirect the user to an URL after they answer a survey with Watson assistant. What would be the easiest way to do it? I use this code in IBM function but I got a 400 error: var http =…
user6610
  • 23
  • 3
0
votes
1 answer

Calculating the amount of nights in between two dates in Watson Assistant?

How can I get the Watson Assistant to calculate the amount of nights in between to set dates? Exp: Check-in 2019-07-21 Check-Out: 2019-07-28 I'd also like to know how to set an argument so Watson Assistant doesn't allow same day check-ins.
larry walker
  • 123
  • 6
0
votes
1 answer

How to configure WebSphere Portal, IBM Watson and IBM Connections with ADFS?

We have a ADFS (Active Directory Federation Services) system. In addition, we have a WebSphere Portal, IBM Connections and an IBM Watson system. Can anyone let me know how to configure WebSphere Portal, IBM Connections and IBM Watson with ADFS ? I…
0
votes
1 answer

I'm trying to enable a custom voice model for voice agent in watson

I've created a custom transcription and acoustic model for watson and it is tied to my voice agent correctly, but how can I ensure it is used when the voice agent is connected to via a phone call? Now it seems to only use the base agent and doesn't…
0
votes
1 answer

Unable to locate Catalog Id/Product Id in my Watson knowledge catalog and project

I created a new catalog in my Watson knowledge Catalog service and added assets to it. Now I want create a new connection to the data source using watson-data-apis from the REST client. It is asking for catalog_id or project_id. Tried looking into…
0
votes
1 answer

How to subscribe a Watson IoT Device events using MQTT?

I'm creating a MQTT client with Paho and Python to connect with a device in Watson IoT Platform. I correctly assembled the broker: .messaging.internetofthings.ibmcloud.com:1883 And the client: d::: And published values…
0
votes
1 answer

watson speech to text unauthorized request error401

I tried to use the code from IBM Watson GitHub repository I had to change a little bit for some errors I got when pasting it. I tried then to run the code to see it transcript from an audio file to text. But I got error 401 unauthorized. I tried to…
CoderX9
  • 115
  • 1
  • 2
  • 12
0
votes
1 answer

How can Watson Assistant Dialog Skill distinguish between two entities values with the same synonyms?

I'm looking forward a solution to the problem when several Entity Values have the same Synonyms. I will like to train Watson Assistant so that it goes back to the user and ask for the correct entity value under this ambiguity. How can we train…