Where to store env info for a chatbot
Summary
What is the best place to store environment information for a chatbotContent
Hello everyone,
for our chatbot we need to store some dates and some keywords, which should be accessible to the custom components in MCS.
We thought of storing a json file in the storage of MCS and then get access to it. Is this a correct approach? If so, which API should we use to get the content of the json file?
The idea was to be able to make changes to this file, without the need to redeploy the CCs in MCS.
Thx in advance.
1