Skip to content

Commit 38f1bc5

Browse files
Update the dialog example to use the GA version of the service #7
1 parent fbf61fa commit 38f1bc5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# coding=utf-8
22
import json
3-
import watson_developer_cloud
3+
import watson_developer_cloud.DialogV1 as Dialog
44

55

6-
dialog = watson_developer_cloud.DialogV1Experimental()
6+
dialog = Dialog(username='YOUR SERVICE USERNAME',
7+
password='YOUR SERVICE PASSWORD')
78

89
print(json.dumps(dialog.get_dialogs(), indent=2))
910

0 commit comments

Comments
 (0)