Closed csnarain closed 4 years ago
Is this a bug in the documentation or am I doing something wrong? Can anyone comment?
Hi @csnarain, thanks for reporting this issue! As soon as we have any update we will back to you 😊.
@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 😊.
@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!
/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