我创建了一个工作区,并为对话服务创建了意图、实体和对话框,在我们使用启动工具并“试用”的地方,我可以看到我提出的问题的 watson 文本响应。但是,当我通过休息客户端使用 api 命令时,它不会返回文本输出。我用于 api 的输入是
{
"input": {
"text": "increase the temperature of ac"
}
}
作为回应,我得到了以下信息
{
"input": {
"text": "increase the temperature of ac"
}-
"context": {
"conversation_id": "5a7ce4c2-c6be-4cb8-b728-19136457bf28"
"system": {
"dialog_stack": [1]
0: "root"
-
"dialog_turn_counter": 1
"dialog_request_counter": 1
}-
}-
"entities": [1]
0: {
"entity": "appliance"
"location": [2]
0: 28
1: 30
-
"value": "ac"
}-
-
"intents": [1]
0: {
"intent": "turn_up"
"confidence": 0.9854193755106732
}-
-
"output": {
"log_messages": [0]
"text": [0]
"nodes_visited": [1]
0: "node_1_1469526692057"
-
}-
}
它在 json 输出中没有任何文本消息