microsoft / botframework-solutions

Welcome to the Bot Framework Solutions repository which is the home for a set of templates and solutions to help build advanced conversational experiences using Azure Bot Service and Bot Framework. Microsoft Bot Framework is a comprehensive framework for building enterprise-grade conversational AI experiences.
https://aka.ms/bfsolutionsdocs
MIT License
1.05k stars 529 forks source link

Customizing VA using TypeScript #3468

Closed csnarain closed 4 years ago

csnarain commented 4 years ago

/virtual-assistant/tutorials/customize-assistant/typescript/2-edit-your-greeting/

I installed the bot virtual assistant template using the yo bot-virtualassistant command but could not find either src/content or src/locales directories. Are these directory structures generated by yo's VA template? I tried to run yo's VA generator but couldn't find src/content or src/locate directories in it. Looks to be a bug with either the template or the documentation

csnarain commented 4 years ago

Is this a bug in the documentation or am I doing something wrong? Can anyone comment?

Batta32 commented 4 years ago

Hi @csnarain, thanks for reporting this issue! As soon as we have any update we will back to you 😊.

Batta32 commented 4 years ago

@csnarain - we confirmed that the typescript/2-edit-your-greeting is outdated.

Meanwhile, you can check the csharp/2-edit-your-greeting that contains similar steps to edit your greeting response.

The folders src/content and src/locales are not present in the TypeScript Virtual Assistant as the implementation was migrated to the LanguageGeneration functionality.

We will update the entire generator's documentation and we will back to you as soon as possible 😊.

Batta32 commented 4 years ago

@csnarain - we created PR #3472 updating the entire documentation of the generator for the Skill and Virtual Assistant.

You can see the updated typescript/2-edit-your-greeting.

Feel free to comment/ideas/feedback in the Pull Request!