Hello all…!!
I have a form in which i have slots like password and subject which cant have an intent with fixed set of example, as they can be anything.
How should I set the slots after taking any random user input without classifying Intent?
self.from_text(intent=intent_name) will use the next user utterance to fill the text slot slot_name regardless of user intent if intent_name is None else only if user intent is intent_name .
@pranay_raj I never used this UI, so I don´t know how the interface communicates with the bot. Do you already have a working bot? Can you do a rasa shell CLI for example?
@lindig You didnt get my query.
I am asking about ,how could i get the bot to start the conversation first without users first message.
I want to initiate the conversation from the bot’s end