You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Integration of Tone Analyzer with Conversation
797
-
Sample code for [integrating Tone Analyzer and Conversation][conversation_tone_analyzer_example] is provided in the [examples directory][examples].
794
+
Sample code for [integrating Tone Analyzer and Assistant][assistant_tone_analyzer_example] is provided in the [examples directory][examples].
798
795
799
796
## Unauthenticated requests
800
-
By default, the library tries to use Basic Auth and will ask for `api_key`or `username` and `password`and send an `Authorization: Basic XXXXXXX`. You can avoid this by using:
797
+
By default, the library tries to authenticate and will ask for `iam_apikey`, `iam_access_token`, or `username` and `password`to send an `Authorization` header. You can avoid this by using:
801
798
802
799
`use_unauthenticated`.
803
800
@@ -857,7 +854,7 @@ See [CONTRIBUTING](https://github.com/watson-developer-cloud/node-sdk/blob/maste
0 commit comments