Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve how intents are referred to (i.e. not using strings) #25

Open
amitkparekh opened this issue Feb 6, 2021 · 0 comments
Open

Improve how intents are referred to (i.e. not using strings) #25

amitkparekh opened this issue Feb 6, 2021 · 0 comments
Labels
code quality Ensuring the codebase doesn't turn into mush enhancement New feature or request

Comments

@amitkparekh
Copy link
Member

Similar to #24, the way intents are referred to needs to not be using strings so things can be consistent outside of the various services. The path for intents are defined within the Manager service, but they are also referred to within the NLU and NLG service.

Storing the information for the intents outside can ensure that intents are referred to consistently, and that logic for each intent is properly structured.

@amitkparekh amitkparekh added enhancement New feature or request code quality Ensuring the codebase doesn't turn into mush labels Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Ensuring the codebase doesn't turn into mush enhancement New feature or request
Development

No branches or pull requests

1 participant