ibm watson会話サービスを使用しようとしています。 Curlと適切な資格情報を使用して、私はエラーを受け取り、理由を理解しません。ワトソン会話の最後のダイアログ・ラウンド・エラーで真になったダイアログ・ノード条件はありません
curl -X POST -u "{username}":"{password}" --header "Content-Type:application/json" "{\"input\": {\"text\": \"Hai\"}, \"context\": {\"conversation_id\": \"\", \"system\": {"dialog_stack":[{"dialog_node":"root"}], \"dialog_turn_counter\": 1, \"dialog_request_counter\": 1}}}" "https://gateway.watsonplatform.net/conversation/api/v1/workspaces/a9379972-d820-4cdf-b1cb-ad0af898a534/message?version=2017-02-03"
、私はこのエラーを取得しています:これは私は、私は、オーディオファイルからテキストを取得するには、このコマンドラインを使用してい
いくつかの助けを必要とし、私は新たなんだ
curl: (3) [globbing] nested brace in column 11
{"intents":[],"entities":[],"input":{},"output":{"log_messages":[{"level":"warn","msg":"No dialog node matched for the input at a root level."},{"level":"warn","msg":"No dialog node condition matched to true in the last dialog round - context.nodes_visited is empty. Falling back to the root node in the next round."}],"text":[]},"context":{"conversation_id":"4399b894-aefb-41af-9092-cb6594f51cfc","system":{"dialog_stack":[{"dialog_node":"root"}],"dialog_turn_counter":1,"dialog_request_counter":1}}}
[JSON](http://json.org/)についてもっと学んでください。 –