Skip to content

Commit 454de5c

Browse files
committed
docs(Conversation): Deprecate Conversation V1
1 parent 3134946 commit 454de5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ You can get the latest SDK packages through NuGet. Installation instructions can
2828

2929
* [Assistant V1](/src/IBM.WatsonDeveloperCloud.Assistant.v1)
3030
* [Assistant V2](/src/IBM.WatsonDeveloperCloud.Assistant.v2)
31-
* [Conversation](/src/IBM.WatsonDeveloperCloud.Conversation.v1)
31+
* [Conversation](/src/IBM.WatsonDeveloperCloud.Conversation.v1) (deprecated - Use Assistant V1 or Assistant V2)
3232
* [Discovery](/src/IBM.WatsonDeveloperCloud.Discovery.v1)
33-
* [Language Translator V2](/src/IBM.WatsonDeveloperCloud.LanguageTranslator.v2) (deprecated)
33+
* [Language Translator V2](/src/IBM.WatsonDeveloperCloud.LanguageTranslator.v2) (deprecated - Use LanguageTranslator V3)
3434
* [Language Translator V3](/src/IBM.WatsonDeveloperCloud.LanguageTranslator.v3)
3535
* [Natural Language Understanding](/src/IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1)
3636
* [Natural Language Classifier](/src/IBM.WatsonDeveloperCloud.NaturalLanguageClassifier.v1)

src/IBM.WatsonDeveloperCloud.Conversation.v1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![NuGet](https://img.shields.io/badge/nuget-v2.9.0-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.Conversation.v1/)
22

33
### Conversation
4-
4+
**Conversation V1 is deprecated and will be removed in the next major release of the SDK. Use Assistant V1 or Assistant V2.**
55
With the IBM Watson™ [Conversation][conversation] service, you can create an application that understands natural-language input and uses machine learning to respond to customers in a way that simulates a conversation between humans.
66

77
### Installation

0 commit comments

Comments
 (0)