I created watson conversation app in web(in nodejs) as well as mobile(ionic2& angular2).It is properly working in web but in mobile its not giving proper response.I found that some context issue for web & mobile. 1.Mobile request: `{"workspace_id":"8e8c111f-38f0-4b2e-8abd-f6bf9c915bab","context":{},"input":{"text":"How do you help me"}}' 2.Web request:
{"workspace_id":"8e8c111f-38f0-4b2e-8abd-f6bf9c915bab","context":{"conversation_id":"9ddb8892-b305-4b39-b303-91bd74 5d7886","system":{"dialog_stack":[{"dialog_node":"Welcome"}],"dialog_turn_counter":1,"dialog_request_counter":1,"_node_output_map":{"Welcome ":[0]}}},"input":{"text":"how do you help me?"}}`
Passing context only issue i found.
i can't pass the context from mobile as static,It is differ for each request in web that is coming from WATSON CONVERSATION.
Can any body help me resolve this
via user8002227
No comments:
Post a Comment