Tracker.get_slot method is the one that I use for taking the value, however, it returns none. Please, provide me information on what the reason can be? If there’s no solution with this method, can you please provide another method that can support the required functionality?
I did what you have told me, and the error had disappeared, however, it doesn’t work as required and the value is null. In the first screens that I have shared earlier, you can check how it’s done.
Moreover, I have another question. I want to have a functionality to detect the users location, who had contacted the bot via telegram. Please, let me know if it is possible and provide more details regarding this. Thanks
You use the payload to bypass NLU. but you send an instructions entity. Is this entity defined? It should also be mentioned in the mapping for your slot:
slots:
instructions:
type: text
influence_conversation: true
mappings:
- type: custom # I am not sure if you need this / I first thought you also set the slot usign custom actions
- type: from_entity
entity: instructions
As I don’t find a solution for the problem, is there a ready solution that you send me as a solution, so I can check and make my modifications based on that?
Okay, I have added what you had mentioned, however, I again have the same problem. That is why, I was asking for a ready solution. Don’t you have a public repository, where the things mentioned by you are implemented?