-
Notifications
You must be signed in to change notification settings - Fork 76
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
Plugin Hubtype Analytics: create knowledge base event #2616
Merged
Iru89
merged 2 commits into
master-lts
from
feature/blt-255-task-create-new-event-in-plugin-hubtype-analytics
Sep 22, 2023
Merged
Plugin Hubtype Analytics: create knowledge base event #2616
Iru89
merged 2 commits into
master-lts
from
feature/blt-255-task-create-new-event-in-plugin-hubtype-analytics
Sep 22, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Iru89
changed the title
feat(hubtype-analytics): create knowledge base event
Plugin Hubtype Analytics: create knowledge base event
Sep 18, 2023
elozano98
approved these changes
Sep 18, 2023
MarcosCA
approved these changes
Sep 19, 2023
MarcosCA
approved these changes
Sep 20, 2023
AlbertGom
force-pushed
the
feature/blt-255-task-create-new-event-in-plugin-hubtype-analytics
branch
from
September 22, 2023 06:57
fc0b719
to
8fc300d
Compare
## Description Fixed typo in getLanguage option. <!-- - Must be clear and concise (2-3 lines). - Don't make reviewers think. The description should explain what has been implemented or what it's used for. If a pull request is not descriptive, people will be lazy or not willing to spend much time on it. - Be explicit with the names (don't abbreviate and don't use acronyms that can lead to misleading understanding). - If you consider it appropriate, include the steps to try the new features. --> ## Context <!-- - What problem is trying to solve this pull request? - What are the reasons or business goals of this implementation? - Can I provide visual resources or links to understand better the situation? --> ## Approach taken / Explain the design <!-- - Explain what the code does. - If it's a complex solution, try to provide a sketch. --> ## To document / Usage example <!-- - How this is used? - If possible, provide a snippet of code with a usage example. --> ## Testing The pull request... - doesn't need tests
Iru89
deleted the
feature/blt-255-task-create-new-event-in-plugin-hubtype-analytics
branch
September 22, 2023 14:51
Iru89
added a commit
that referenced
this pull request
Sep 22, 2023
<!-- _Set as [Draft PR](https://github.blog/2019-02-14-introducing-draft-pull-requests/) if it's not ready to be merged_. [PR best practices Reference](https://blog.codeminer42.com/on-writing-a-great-pull-request-37c60ce6f31d/) --> ## Description Add the event to track when the bot response is created by a knowledge base <!-- - Must be clear and concise (2-3 lines). - Don't make reviewers think. The description should explain what has been implemented or what it's used for. If a pull request is not descriptive, people will be lazy or not willing to spend much time on it. - Be explicit with the names (don't abbreviate and don't use acronyms that can lead to misleading understanding). - If you consider it appropriate, include the steps to try the new features. --> ## Context It is now possible to connect a bot to a knowledge base (previously uploaded to the dashboard) we want to track when this response is being used <!-- - What problem is trying to solve this pull request? - What are the reasons or business goals of this implementation? - Can I provide visual resources or links to understand better the situation? --> ## Approach taken / Explain the design <!-- - Explain what the code does. - If it's a complex solution, try to provide a sketch. --> ## To document / Usage example <!-- - How this is used? - If possible, provide a snippet of code with a usage example. --> ## Testing The pull request... - has unit tests - has integration tests - doesn't need tests because... **[provide a description]** --------- Co-authored-by: Albert Gomáriz Sancha <64781562+AlbertGom@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add the event to track when the bot response is created by a knowledge base
Context
It is now possible to connect a bot to a knowledge base (previously uploaded to the dashboard) we want to track when this response is being used
Approach taken / Explain the design
To document / Usage example
Testing
The pull request...