【发布时间】:2023-10-08 12:25:01
【问题描述】:
我是一名安卓开发者。我正在尝试在我的 android 应用程序中使用 IBM 聊天机器人。我正在关注本教程
https://console.bluemix.net/docs/tutorials/android-watson-chatbot.html#configure_run_android_app
我是 IBM watson 的初学者,我不明白我应该写在 config.xml 中。我对此感到非常困惑,我试图搜索很多东西来解释这一点,但我没有找到。
这是 config.xml 代码:
<resources>
<!-- Watson Conversation Service Credentials -->
<string name="workspace_id">/string>
<string name="conversation_username"></string>
<string name="conversation_password"></string>
<!--Watson Speech-To-Text Service Credentials-->
<string name="STT_username"></string>
<string name="STT_password"></string>
<!--Watson Text-To-Speech Service Credentials-->
<string name="TTS_username"></string>
<string name="TTS_password"></string>
我想知道我需要写什么以及如何从网站上获得它。我无法很好地理解所需的数据是什么
【问题讨论】:
-
您真的阅读了您提供的链接吗?解释在PLAIN TEXT中给出
-
@LoneWanderer 我在服务凭证中找不到这些数据
标签: android ibm-cloud chatbot ibm-watson