From c1d0c08140c2457ae56f72e2949d8c30df36c9d1 Mon Sep 17 00:00:00 2001 From: SadhulaSaiKumar Date: Wed, 30 Aug 2023 04:44:31 +0000 Subject: [PATCH] Update 'chatbot/endpoints.yml' --- chatbot/endpoints.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/chatbot/endpoints.yml b/chatbot/endpoints.yml index 1348f02..d973280 100644 --- a/chatbot/endpoints.yml +++ b/chatbot/endpoints.yml @@ -11,7 +11,7 @@ # https://rasa.com/docs/rasa/custom-actions action_endpoint: - url: "http://localhost:5055/webhook?recipient_id={sender_id}" + url: "http://localhost:5055/webhook" # Tracker store which is used to store the conversations. # By default the conversations are stored in memory. @@ -40,7 +40,3 @@ action_endpoint: # username: username # password: password # queue: queue - - - -