TLDR joelopezcuenca asked how to set the Dialogflow processor language code based on URL locale. sojan_official directed to an ongoing issue thread and advised that restarting services will reflect any custom changes made.
we are tracking this here : https://github.com/chatwoot/chatwoot/issues/3071
ok,. i have a production environment, i made some changes to my /lib/integrations/dialogflow/processor_service.rb how can i make it so it takes the changes?
sojan_official
restarting the services should pick up your custom changes
joelopezcuenca
Thu, 30 Mar 2023 20:37:37 UTCsojan_official hello, any ideas on how to set the dialogflow processor language_code based on the url locale? i have an url that ends on /en or /es, i wanrt to use that as ther locale i sent to dialogflow everytime i send a message. since users on the website can switch language at anytime