Dialogflow fulfillment - reset - deployment

I got a shocked when my in-line editor code is being reset to the default code by itself. However, it seems like the dialogflow chatbot is still functioning well with my code. I even tired to deploy the draft code I have saved to prevent such incident but it keep shows error when deploying.
What can I do or why is this happening?
https://i.stack.imgur.com/DZuwo.png

I encountered this too. In our case it was because of an issue with the billing. Once we fixed the billing problem, our code appeared again in the editor.
Where to find the code outside Dialogflow
The fulfillment uses Google Cloud Functions. You can find the source code in that section of the Google Cloud Console. Remember to select the correct project where your Dialogflow agent resides.
Navigate there, then you will see a list of Cloud Functions. Select the one for your agent, likely named "dialogflowFirebaseFulfillment". Go into it and you will see tabs, one of which is "Source". From Source tab you can download the source code as a ZIP file.
You can't download this file if you have active billing problems.
Fix billing problems
Go to the Google Cloud Console, navigate to billing (or "Linked billing account" if asked). Then you go to Payment Overview tab in the Overview section to see any issues. Resolve these.
You may have to go to the "Account management" section and click to re-enable billing after you fixed payment issue.

Related

Release pipelines not visible on Azure DevOps page

I can view all features except Release pipelines which is showing empty screen for me as shown below. I have tried different browsers such as Google Chrome and Microsoft Edge, both showing empty screen. I have verified that I have full access permissions and Visual Studio subscription also. Let me know if you ever faced such issue and a solution for this. Thanks.
You could troubleshoot this issue by checking following steps.
Go to Organization Settings>>Users page to check if your access level, make sure that you are not StakeHolder.
Go to this Project Settings>>Permissions>>Users tab to find you, and check which groups that you belong to. Usually members of Contributors group can freely access to releases page.
Check if others in the same group have the same issue, or just you have this issue.
Try this in other computers to check if there are some plugins or extensions which cause this issue.
If you are behind firewall or proxy, please check if the requests are blocked. You could click F12 to check the browser network requests.
BTW, we find that there are service events, which might causes this issue, you could monitor it.

Azure DevOps Code Review email does not list files that are to be reviewed

When I get a code review from another person, sometimes the code review states the project name and list the files that are contained in the review. More often than not, it just says none. (please see red box in the image below)
Unless the person gives a good title, it can be difficult to know which project I need to review.
When I open the review, all of the files show up and everything works just fine.
Its only the email that seems to be the issue.
Does anyone know how to resolve this?
I can reproduce above issue. It seems that the problem resides in azure devops server.
You can report this problem to microsoft development team. Hope they will look into this issue and provide a fix soon.
Click here to report a problem(Click Report a problem and choose Azure devops or Azure devops server if you are using on-premise server).

TFS- Cannot see the Define tab in Test Plans

In TFS on Microsoft platform cannot see the Define tab in Test Plans although I have the right access. Is there anyone who can help me?
enter image description here
Update:
Form Help me understand the new page:
Define tab: Collate, add and manage test cases in a test suite of
choice via this tab.
Therefore, you have to use Basic + Test Plans or Visual Studio Enterprise access level to manage tests in a test plan: Supported access levels.
If you add a screenshot to your question, this will help to see your problem. If you use TFS, it may not include Define tab in Test Plans because it in preview.
For Azure DevOps Services. Check that you have enabled "New Test Plans Page" feature in the preview features:
Sign-in into your Azure DevOps Services organization
Click on your Avatar on the top right and navigate to "Preview
Features"
Enable the 'New Test Plans Page' feature.
Here you can find some information about the New Test Plans Page.

Issue with Query tile widget

I use Query Result tiles in my dashboard to help teammates on multiple projects to quickly view the work that is assigned to them. We used to be able to click on a given task to open the detailed description of said task but now it no longer works. The tile only shows the associated user story and is no longer linking to the detailed view screen.
I have checked the queries used (simple work items and direct link query that shows all tasks assigned to a given user and its associated User Story) and reviewed the latest updates to Azure Devops but I can't find any changes that could affect the expected results.
Sorry about this issue you meet. This is caused by our server. There are some mistake occurred on our side, so that the work item which displayed on dashboards could not be clickable successfully now.
You can follow this ticket which report on Developer Community.
The fixed release has been deployed now, but haven't cover all regions. It may take some time to finish that. Please wait for this fix deploy finished. And if you still have this issue recently, you can vote and comment on Develop Community.
Our product engineers are still focusing on this issue and will help you investigate more.

How to collaborate with another developer when using watson conversation?

I created a new bluemix account and am setting up a watson conversation with intents, entities and dialogs. How can I work with another engineer on the same project? Is there a "shared" project concept where we can both log and and update things?
How do multiple engineers in general work on watson conversation?
If you are using the latest UI in bluemix, click on your name/icon on the top right. In the sidebar that opens up you will find "Manage Organisations".
Select your workspace, and "Team Directory". There you can add your co-worker to get access.
You can work on conversation at the same time, but I would recommend not to work in the same areas, as you may not see their changes straight away.