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

Issue using set_detailed_response - ibm watson python sdk

When changing from version 2.10.4 of the IBM-cloud python SDK to the new 3.0.4 version I am no longer able to use set_detailed_response(False) Using the IBM_watson python SDK to utilise watson assistant, text to speech, speech to text and visual…
JBAZ
  • 3
  • 1
0
votes
1 answer

Can we use JSON files of Alexa skills for Watson skills?

I am seeking for json skills for my chatbot training. I found many json files for Alexa skills. Is there any way to use them to create Watson skills? I also saw posts about creating Alexa skills with Watson Assistant on Apache. Can we create Watson…
0
votes
1 answer

Error opening data file when sending DNN model to Watson for training

I built my image classification DNN model in python3 code locally and I am trying to send my model to Watson for training. I created 2 buckets in Watson Studio for 1) training- to store train dataset, which consists of images - and 2) storing the…
0
votes
0 answers

Troubleshooting, Code throws OverflowException

I'm trying to build an UWP-App for the HoloLens with the services STT, Assistant and TTS from Watson. When I'm running this project via Unity Play with .NET code, everything works fine. I can speak with Watson and receive an respond. However, when…
0
votes
2 answers

NoSuchKey error when using S3 .putobject on IBM Cloud Storage

I'm doing the IBM course Python for Data Science and on one of the modules, i keep receiving an error message. I am following the instructions to use s3 and putobject to save a file to a bucket on IBM cloud object storage. It gives me a NoSuchKey…
AdamHutch
  • 5
  • 4
0
votes
1 answer

IBM Watson Assistant: Trying to evaluate and compare multiple context variables

I've just started trying out Watson Assistant and have no clue what I'm doing. I'm trying to built a chatbot that asks a series of questions and then outputs an evaluation based on the user's inputs. E.g. Inputs: Q1 "How many apples do you…
0
votes
1 answer

Watson Assistant Api calls count

We have developed a watson assistant chatbot and integrated with client application. Now we want know how many times each user calling watson service from client application and its billing details per person. We tried using watson settings(passing…
user2319726
  • 143
  • 1
  • 1
  • 10
0
votes
1 answer

Speech-to-Text punctuation timestamps?

Google Cloud Speech-to-Text and Amazon Transcribe both offer punctuation and word timestamps. Can I get punctuation timestamps? Specifically, I want timestamps for sentence breaks (periods, question marks, exclamation points), e.g., at 0:33 seconds,…
0
votes
1 answer

Invalid Request : Content is Empty

I'm just starting with cURL, I'm using Watson Natural Language Understanding (NLU) Service.. the following line gives me error code:400 "Invalid Request, content is Empty" Note: I'm a Windows User Your help is greatly appreciated! All I'm trying to…
0
votes
1 answer

IBM Watson Discovery crawling issue

We want to index our client website and store all the data in IBM Watson Discovery service. When user asks question related to client data then (we will connect discovery with Watson Assistant). The chatbot should connect to Discovery and fetch the…
user2319726
  • 143
  • 1
  • 1
  • 10
0
votes
2 answers

How to find api-key and password for ibm-watson for Watson Assistant API working with nodejs

I'm trying to access my assistant but I'm getting a 404 Not Found error when inserting the iam_api_key and the url provided in the dahsboard. And I can't find the password in the dahsboard. I'm working with Node.js. I've tried to create other…
Joshua jo
  • 3
  • 3
0
votes
1 answer

How to recover in JSON DUMP transcript and put it in a variable

I would like to retrieve the transcript from the JSON DUMP so that I can put it in a varaible (string) so that I can later use it with the IBM Watson NLU service My code: class MyRecognizeCallback(RecognizeCallback): def __init__(self): …
Jeremy.l71
  • 45
  • 7
0
votes
1 answer

Error 404 when I try to change language for my Speech-to-Text with IBM-Watson

I have to realize a python program and I would like to use watson-IBM services. But I can not change the language in the parameters of the URL (English --> French) I already read this API doc:…
Jeremy.l71
  • 45
  • 7
0
votes
1 answer

How to use the Watson Assistant "listLogs" API function for a versioned workspace?

How can I use the Watson Assistant "listLogs" API Function to list the user conversations from a specific assistant ? We have one skill linked to three assistants for our environments (DEV/TEST/PROD), and I want to retrieve the conversations from…
Florian Treml
  • 1,315
  • 2
  • 7
  • 10
0
votes
1 answer

Saving dataframe as excel file into IBM Cloud Object Storage with Python

I want to save data-frame as excel file using project-lib for Python in IBM Watson Studio. The tutorial shows example for csv file, which works. But when I try to do the same for excel it needs to do more actions which I couldn't know. from pandas…
1 2 3
99
100