Dears, I tried to run an action to active conversation using HTTP API but the message that dispatched from the action not displayed on The web chat, for debugging I run the rasa and rasa actions with Debug Command, In the terminal the action execution appeared on rasa and rasa actions just the dispatched message not displayed on the web chat.
for web chat I am using rasa-webchat
Snapshot from HTTP API call
Request URL: conversations/{conversationId}/execute
Request Body:
{ “name”: “action_test_notify” }
Snapshot from rasa run actions -vv
2019-08-08 17:39:12 DEBUG rasa_sdk.executor - Received request to run ‘action_test_notify’ 2019-08-08 17:39:12 WARNING root - action_test_notify 2019-08-08 17:39:12 DEBUG rasa_sdk.executor - Finished running ‘action_test_notify’ 127.0.0.1 - - [2019-08-08 17:39:12] “POST /webhook HTTP/1.1” 200 432 0.001520
Snapshot from rasa run --enable-api -vv
2019-08-08 17:44:24 DEBUG rasa.core.processor - Action ‘action_test_notify’ ended with events ‘[‘BotUttered(text: test message., data: {“elements”: null, “quick_replies”: null, “buttons”: null, “attachment”: null, “image”: null, “custom”: null}, metadata: {})’, ‘BotUttered(text: pushed message, data: {“elements”: null, “quick_replies”: null, “buttons”: null, “attachment”: null, “image”: null, “custom”: null}, metadata: {})’]’ 2019-08-08 17:44:24 DEBUG rasa.core.processor - Current slot values: able_to_finish: None finish_date: None is_remain_tasks: None project_name: None requested_slot: None 2019-08-08 17:44:24 DEBUG rasa.core.tracker_store - Recreating tracker for id ‘id here’
any help please to overcome this issue.
Thanks