-
#### Expected behavior
The doc says:
>"If you run your app in IBM Cloud, the SDK gets credentials from the VCAP_SERVICES environment variable."
So if all these conditions are met:
1) The app is …
-
[ ] Steps to reproduce
```
const Assistant = require("watson-developer-cloud/assistant/v1")
let assistant = credentials => (new Assistant({
version: '2018-09-20',
username: credentials.…
-
I have in a dialog node with a custom JSON output with that content:
```json
{
"output": {
"text": {
"values": [
"Lorem Ipsum"
],
"selection_policy": "sequentia…
-
### Invalid synax in line 12 when trying to run the example code
Describe your issue here.
### What type of issue is this? (place an `x` in one of the `[ ]`)
- [ ] bug
- [ ] enhancement (featu…
-
I am a newbie and trying to study this sample technology by changing its configuration...
I have built it from sources and tried to run with
serve -s build
It works fine.
Then I changed .env and …
-
-
Hi, could we get a version that is mobile first/mobile optimised? I've been trying to tweet the css to make it work on an iPhone 7 but so far failing. I use this quite a lot in IBM demos and it is alw…
-
Create a node for Assistant V2 API
-
Link is not Working
-
Hello,
i am using Python 3.5.2 and i want to migrate from AssistantV1 to AssistantV2.
AssistantV1 with API Version "2018-09-20" works for me, so i tried the V2 example script (https://github.com…