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 ac9c489 commit 14a3c03Copy full SHA for 14a3c03
examples/assistant_v1.rb
@@ -4,7 +4,7 @@
4
require("json")
5
6
# If using IAM
7
-assistant = AssistantV1(
+assistant = IBMWatson::AssistantV1.new(
8
iam_apikey: "IAM API KEY",
9
version: "2018-02-16"
10
)
examples/tone_analyzer_v3.rb
-tone_analyzer = ToneAnalyzerV3(
+tone_analyzer = IBMWatson::ToneAnalyzerV3.new(
version: "2017-09-21"
0 commit comments