Skip to content

Commit 7ecc741

Browse files
authored
Merge pull request #584 from watson-developer-cloud/readme-assistantv2
doc(readme): Update readme with assistantv2 note
2 parents 74d6d77 + 178eb90 commit 7ecc741

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Python client library to quickly get started with the various [Watson APIs][wdc]
1414
* [Before you begin](#before-you-begin)
1515
* [Installation](#installation)
1616
* [Examples](#examples)
17+
* [AssistantV2](#assistantv2)
1718
* [Running in IBM Cloud](#running-in-ibm-cloud)
1819
* [Authentication](#authentication)
1920
* [Getting credentials](#getting-credentials)
@@ -75,6 +76,9 @@ The [examples][examples] folder has basic and advanced examples. The examples wi
7576
Note:
7677
Conversation V1 is deprecated and will be removed in the next major release of the SDK. Use Assistant V1 or Assistant V2.
7778

79+
## AssistantV2
80+
Watson Assistant V2 API is released in beta. For details, see the ["Introducing Watson Assistant"](https://www.ibm.com/blogs/watson/2018/03/the-future-of-watson-conversation-watson-assistant/) blog post.
81+
7882
## Running in IBM Cloud
7983

8084
If you run your app in IBM Cloud, the SDK gets credentials from the [`VCAP_SERVICES`][vcap_services] environment variable.

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# test dependencies
22
pytest>=2.8.2
3-
responses>=0.4.0
3+
responses==0.9.0
44
python_dotenv>=0.1.5;python_version!='3.2'
55
pylint>=1.4.4
66
tox>=2.9.1

0 commit comments

Comments
 (0)