I am creating a bot using Bot Framework Composer following the instructions in the tutorial.
Tutorial URL : https://learn.microsoft.com/en-us/composer/tutorial-create-weather-bot#add-interruptions-to-the-conversation-flow
The tutorial states that the Project Readme appears when the 'Microsoft.Bot.Components.HelpAndCancel' package is installed. But it doesn't appear.
The tutorial also states that 'CancelDialog' and 'HelpDialog' are displayed on the authoring canvas. But I don't see it.
Also, the installed packages do not appear in the 'Installed' menu in Package Manager.
I don't know what the problem is.
Any help would be appreciated. Thanks!