This repository was archived by the owner on Jul 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 376
fix: Lu editing improvement fixes #6568
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
b060165
enable insert/tag in trigger modal
sorgh 11ebc1f
dont show labeling menu if no ML entities
sorgh 3a757da
update "trigger phrases" tooltip for luis
sorgh f722725
Merge branch 'main' into sorgh/lu_fixes
hatpick 983fa3c
strings
sorgh 4c1325a
Merge branch 'sorgh/lu_fixes' of https://github.com/microsoft/BotFram…
sorgh c88cb26
strings
sorgh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
27 changes: 23 additions & 4 deletions
27
Composer/packages/adaptive-form/src/components/fields/IntentField.tsx
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -299,6 +299,9 @@ | |
| "apr_9_2020_3c8b47d7": { | ||
| "message": "Apr 9, 2020" | ||
| }, | ||
| "are_you_sure_you_want_to_delete_your_bot_this_acti_214a9e11": { | ||
| "message": "Are you sure you want to delete your bot? This action cannot be undone and your bot and all related files in the bot project folder will be permanently deleted. Your Azure resources will remain unchanged." | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Super nit: I would have 4 sentences here:
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @GeoffCoxMSFT Out of curiosity, why would you opt for separate sentences? |
||
| }, | ||
| "are_you_sure_you_want_to_exit_the_onboarding_produ_c2de1b23": { | ||
| "message": "Are you sure you want to exit the Onboarding Product Tour? You can restart the tour in the onboarding settings." | ||
| }, | ||
|
|
@@ -1427,9 +1430,6 @@ | |
| "extension_settings_899ccb55": { | ||
| "message": "Extension Settings" | ||
| }, | ||
| "external_resources_will_not_be_changed_c08b0009": { | ||
| "message": "External resources will not be changed." | ||
| }, | ||
| "external_service_adapters_5218e6a3": { | ||
| "message": "External service adapters" | ||
| }, | ||
|
|
@@ -1640,9 +1640,6 @@ | |
| "http_request_79847109": { | ||
| "message": "HTTP Request" | ||
| }, | ||
| "i_want_to_delete_this_bot_f81a4735": { | ||
| "message": "I want to delete this bot" | ||
| }, | ||
| "i_want_to_keep_the_template_content_in_the_file_ju_769331d9": { | ||
| "message": "I want to keep the template content in the file, just want to dereference from this response (hint: keep the content if you currently, or plan to re-use in another location)" | ||
| }, | ||
|
|
@@ -3446,6 +3443,9 @@ | |
| "trigger_connects_user_intent_with_bot_responses_th_57279180": { | ||
| "message": "Trigger connects user intent with bot responses. Think of a trigger as one capability of your bot. So a dialog contains a collection of triggers. To add a new trigger from the dialog menu." | ||
| }, | ||
| "trigger_phrases_are_inputs_from_users_that_will_be_f8c61866": { | ||
| "message": "Trigger phrases are inputs from users that will be used to train your LUIS model. This follows .lu file format." | ||
| }, | ||
| "trigger_phrases_f6754fa": { | ||
| "message": "Trigger phrases" | ||
| }, | ||
|
|
@@ -3638,9 +3638,6 @@ | |
| "warning_aacb8c24": { | ||
| "message": "Warning" | ||
| }, | ||
| "warning_the_action_you_are_about_to_take_cannot_be_1071a3c3": { | ||
| "message": "Warning: the action you are about to take cannot be undone. Going further will delete this bot and any related files in the bot project folder." | ||
| }, | ||
| "warningsmsg_e2c04bfe": { | ||
| "message": "{ warningsMsg }" | ||
| }, | ||
|
|
@@ -3731,6 +3728,9 @@ | |
| "yes_dde87d5": { | ||
| "message": "Yes" | ||
| }, | ||
| "yes_delete_d43476ee": { | ||
| "message": "Yes, delete" | ||
| }, | ||
| "you_already_have_a_kb_with_that_name_choose_anothe_b7f7c517": { | ||
| "message": "You already have a KB with that name. Choose another name and try again." | ||
| }, | ||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.