-
Need to start fleshing out the Intents, Entities, and Keywords to match with the texts from the Tweets.
This will help determine what API to use when searching for something.
-
Hi, I design a simple dialog that provide me some answers, so , always that I try to get an answer , I get the greetings, then I don't know how to indicate to the `c.Message` the current conversatio…
-
This is python client code running in a Jupyter notebook connected to a Db2 on Cloud server in the customer's IBM Cloud account. The python code used to work fine until July 1, 2024. The code pulls lo…
-
### The problem
**This is part of the effort to consolidate the [Sustainability Software PAL buttons](https://pages.github.ibm.com/ai-applications/design/components/buttons/usage) guidance with [Carb…
-
# Mögliche Impl:
## per tastendruck
boooooring
## Watson SpeechToText Service
Der Service ist sowieso schon eingebaut. Man müsste also den erkannten Text nur überprüfen:
`if (recognizedText == …
-
Hello everybody,
I have created the application using this code but conversation and discovery are not working.
1) I have renamed "example.env" file to ".env"
2) I fill out:
# Watson conversation
…
-
I am trying to connect to an IBM Watson Assistant of my own and I am having difficulties.
Since you have created the constants defined in the`.env` file, the IBM UI has probably changed as I can fi…
-
after end of conversation, bot asks for 1-10 rank of conversation
we need to save this this 1-10 number and coresponding watson id of conversation to firebase, so we can filter conversations that were…
-
The documentation should state what languages Watson Assistant Solutions supports.
### Watson Assistant Solutions
**Core Service ( routing text )**
The core service is able to handle multi-lang…
-
I'm getting undefined is not an object (evaluating 'RNConversation.initialize'). I've 'import { Conversation } from 'react-native-watson';' and 'npm install react-native-watson' successfully into the …