Hi,
I am using rasa X version 0.37.1
I created slots first_name and last_name in domain.yml and trained and picked the latest model but these slots are not showing in slots box on “talk to your bot” tab. No slot is appearing.
I also checked - RulePolicy is there on config. what are possible reasons for this.
slots:
first_name:
type: text
influence_conversation: true
last_name:
type: text
influence_conversation: true
I meant when you talk to the chatbot on Rasa X, the slot will appear.
Let’s consider your chatbot asked for the first name, and the user answers “Chris”. Once the user has answered, the slot will be set and it will appear on the interface.
Chatbots can have hundreds of slots, and conversations usually only fill very few of them. It would be unpractical if all default-valued slots would appear in Rasa X