Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JS] bump: Updating Feedback buttons to the sample (#2245)
> ## Linked update > This PR adds feedback button functionality to the sample. > #minor : https://review.learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/bot-messages-ai-generated-content?branch=pr-en-us-11185&tabs=before%2Cbotmessage#feedback-buttons > > ## Details > Provide a list of your changes here. If you are fixing a bug, please provide steps to reproduce the bug. > 1. Added feedback functionality for users. >2. Introduced two new options for feedback: >Default Feedback: Users can type "default feedback" to provide predefined feedback. >Custom Feedback: Users can type "custom feedback" to provide personalized feedback. >3. Updated the bot's welcome message to inform users about these feedback options. > > #### Change details > > > Describe your changes, with screenshots and code snippets as appropriate > > **code snippets**: > > **screenshots**: > ![Screenshot (1027)](https://github.com/user-attachments/assets/7c1099a3-b69c-4a7c-9df1-a564948e7c8b) ![Screenshot (1028)](https://github.com/user-attachments/assets/cfe118e9-61b0-4398-a59b-419343f2936c) ![Screenshot (1029)](https://github.com/user-attachments/assets/b99c0f3c-8b11-45d3-969a-ddc9b45e06b4) ![Screenshot (1030)](https://github.com/user-attachments/assets/d61ae4c4-b9aa-4afd-b6c7-bddf7ad9a0a7) ![Screenshot (1031)](https://github.com/user-attachments/assets/88beb3ad-5dcd-4dda-ae6e-30eb530b24f9) ![Screenshot (1032)](https://github.com/user-attachments/assets/37258ff0-bd1b-4c1a-8737-ad06cb0a9ee8) > ## Attestation Checklist > * [ ] My code follows the style guidelines of this project > * I have checked for/fixed spelling, linting, and other errors > * I have commented my code for clarity > * I have made corresponding changes to the documentation (updating the doc strings in the code is sufficient) > * My changes generate no new warnings > * I have added tests that validates my changes, and provides sufficient test coverage. I have tested with: > > * Local testing > * E2E testing in Teams > * New and existing unit tests pass locally with my changes > > ### Additional information > > Feel free to add other relevant information below --------- Co-authored-by: Corina <[email protected]>
- Loading branch information