ワークスペースを作成し、会話サービスのインテント、エンティティ、およびダイアログを作成しました。起動ツールを使用して「試してみる」と、質問に対するワトソンのテキスト応答が表示されます。しかし、残りのクライアントを介して 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出力にテキストメッセージはありません