I am working on rasa x and i have some issues with the display. I have written a response like
Please choose from the following options
A
B
C
But the issue is it will only show till Please select from the following and other options and will not show below that. Once i enter some options then it will display all options. I am doing talk to your bot option. Can anyone help me in this.
If you are working with Rasa X and not an external chat window, you can at first start to refresh the whole conversation. Also, you should double-check if you included the loaded options correctly. From where are this options loaded? Are they defined within your story and utterance? E.g. are they put into buttons?
Yes i am using rasa x “talk to your bot” option. From the refresh do you mean restart option? Also, you should double-check if you included the loaded options correctly- Could you please clarify this statement. These options are coming from story and nlu.md file. No we are not using any buttons.
@AnkitSingh21 according to the command, you should add --user to your command. Have you tried that? This seems like a separate issue from the original, though.
Yes, and it’s working correctly. As I mentioned there errors you showed are irrelevant as you aren’t using rasa-core, so its requirements don’t matter. Are you running into other problems?