We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646b8a2 commit 8d814c4Copy full SHA for 8d814c4
src/IBM.WatsonDeveloperCloud.Conversation.v1/README.md
@@ -29,7 +29,7 @@ You complete these steps to implement your application:
29
#### Instantiating and authenticating the service
30
Before you can send requests to the service it must be instantiated and credentials must be set.
31
```cs
32
-// create a Language Translator Service instance
+// create a Conversation Service instance
33
ConversationService _conversation = new ConversationService();
34
35
// set the credentials
0 commit comments