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
5
votes
1 answer

IBM Watson Visual Recognition Service in Bluemix always returning empty content

I'm trying to test the IBM Watson Visual Recognition Service in Bluemix using the API tester. 1st I want to get the list of valid labels: I open the API tester:…
Romeo Kienzler
  • 3,373
  • 3
  • 36
  • 58
5
votes
2 answers

How to gain authorization to perform requested action, specifically create an instance of a service in Bluemix?

I am following the Developing Watson Applications with BlueMix tutorial but for some reason when attempting to create an instance via cf create-service DataCache free DataCacheInst I get the following error: FAILED Server error, status code: 403,…
Reah
  • 195
  • 2
  • 10
4
votes
1 answer

Getting a Code: 503 error in running Watson Speech to Text API

I have been using the Watson API for a long time now, however it has started giving me Code:503 errors recently for the past 4 days and I am rarely able to get the desired output which I used to. The code works fine and is unchanged. This is the…
AWad
  • 43
  • 2
4
votes
1 answer

How to fix "error CS0656: Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create'"

I'd like to use IBM's Watson API SpeechToText on Unity (ver.2018.4.13). First, I'm reading https://github.com/watson-developer-cloud/unity-sdk/blob/master/README.md and tried to install but console…
L.M
  • 41
  • 1
  • 1
  • 2
4
votes
1 answer

How to call parameters of parent intent in followup intent in dialog flow

I'm working with dialogflow and Facebook messenger to create a chatbot. I've one parent intent named as userdata and this intent has followed up intent named as custom intent. I've three parameters in userdata (Parent Intent) and I want to access…
4
votes
1 answer

IBM Watson Speech To Text : Not able to transcribe the text using the Swift SDK

I am using IBM Watson speech to text iOS SDK for transcribing the real-time audio. I have installed it through cocoa pods. I am stuck with an issue (authentication) while transcribing the audio to text. The installed STT SDK version is 0.38.1. I…
Kamar Shad
  • 6,089
  • 1
  • 29
  • 56
4
votes
1 answer

How to add more than one skill to an assistant in IBM Watson Assistant?

I have created few skills under IBM Watson Assistant and also created one assistant to link the one skill. I would like to know how to add more than one skills to a single assistant ?
kalyan
  • 41
  • 3
4
votes
2 answers

Why Does AWS Lambda function finishes before callback function is executed?

I am working on a project to get the transcript out of an audio file. Audio files are of the format flac. I am using AWS Lambda and have written the code in node. Also, I am using IBM Speech to text service and using the basic example code given by…
Utsav Kapoor
  • 63
  • 2
  • 6
4
votes
5 answers

IBM Watson vs Amazon Lex (chatbot)

Okay so i'm a newbie and i am interning for a software company. We need to build a chatbot using Watson or Lex. But I'm not sure which one to use. Also does Lex have an engine to support automated email conversations too?
Bhavyay Arora
  • 61
  • 1
  • 2
4
votes
2 answers

How do I add an action to watson conversation response?

I've created intent, entity and dialog without a problem. But right now I'm trying to make it so when the user send "goodbye", the application would close. According to the doc, I'll have to name an action that goes along with an intent. How do I do…
4
votes
1 answer

How to detect if a sentence detection is finished in speech-to-text (Unity IBM Watson sdk)?

I want to send to server the sentence every time it finishes detecting a sentence. For example, when it detects I speak "How do I do". I want to send this sentence to the server. However, the following method is called every time it tries to form up…
weijia_yu
  • 965
  • 4
  • 14
  • 31
4
votes
2 answers

How to set a level of confidence for watson conversation?

I would like to understand how to create a way to redirect the conversation to the anything_else node when confidence is lower then a established limit. I am creating a node triggered by intents[0].confidence < 0.5 that jumps to the anything_else…
4
votes
3 answers

Using the watson-developer-cloud node SDK directly on the client?

I have a client based on react and I bundle it with webpack 2. But the moment I import/require const SpeechToTextV1 = require('watson-developer-cloud/speech-to-text/v1'); I got some trouble. After I fixed it that it does not break the build, it…
Dennis Seidel
  • 519
  • 1
  • 3
  • 13
4
votes
2 answers

Creating IOTP Cloud Rules with Rest API in Watson IOTP

I am currently working with IBM's IOTP (Internet of Things Platform) services. I was able to connect to IOTP and transmit data successfully. Using the Watson IOT Platform web interface I was able to create some cloud rules and trigger some real…
gbids
  • 489
  • 1
  • 6
  • 16