Google Agent Assist - Simulator view - feature FAQ, article suggestion CHECKBOX disabled - google-assistant

While working on simulator of Google Agent assist, the checkbox to enable FAQ or Article Suggestion or smart reply option is DISABLED.
The chat on simulator is working with virtual agent I have configured via Dialog flow with intents that I have built, but can't use agent assist feature since I am not able to enable it.
Please note I have configured smart reply, article suggestion and Knowledge Base option in the agent assist in my google project.
Looking for help to fix the issue.

It was happening because, I was using a virtual agent. The moment I disabled the virtual agent (created via dialogflow), I was able to see all the options in the simulator

Related

Facing issue While launching Logic App From VS Code

I am facing below error while trying to launch logic app from VS code locally . I created logic app after installing extensions like -
Azure tools
Functions app tools extension v3.x
Logic App (Standard) extension
Azurite
ngFork for webhook
Below is the error I am getting when I click on overview from VS code -
Also my workflow is basic and simple as below -
Any help would be appreciated ! thanks !!
I have done repro from my end in my local environment, the below reasons are based on my analysis:
Visual Studio 2022 doesn't include support for the Azure Logic Apps extension. You can refer this MSDocs to check which version is supported for the logic apps extensions.
You can disable and reload the installed azure related extensions and then try launching a logic app in VS code.
And as you mentioned in the question, it may not be ngFork it is ngrok for webhooks extension which you need to install in your vs code. So currently ngrok is needed here as per my analysis and ngrok is mainly used to distribute proxy services to run in any cloud environment but not Ngfork.
Thanking #DEVIN RADER using his blog Configure Windows for Local Webhook Testing Using ngrok for better understanding and as you are using ngrok extension for webhooks, if needed run IIS express which allows http.sys to accept requests from other external sources. To run this, we need to start visual studio as an administrator.
Explicitly tell Windows to allow incoming requests to my ngrok domain by modifying the URL Access Control List (ACL).
When I click on overview logic app from vs code, I am able to get the expected output after checking the above reasons properly:
Right click on logicapp-> click on overview:
Overview of the logic app in VS code:
My workflow sample is also attached:
Right click on logic app -> open in Designer

CloudWatch Logs not showing up anymore after switching from Alexa-hosted to custom skill

Since I switched from building an Alexa hosted skill to building a custom skill using the ASK SDK no logs are showing up in my CloudWatch interface. Before I could simply click on Code > Logs: Amazon CloudWatch and were presented with the logs of the previous session. If I navigate now to the cloud watch console no logs for my custom skill are showing up. I am sure that this is because of wrong configuration but sadly I could not find any documentation about this online. Maybe someone had the same issue before and can help me out with his expertise. Thank you very much!
I finally found the answer to my question. All my resources like EC2 instances were running in the eu-west-1 region. I had to go through all regions in cloud watch to find out that the log files for my alexa skill are stored in the us-east-1 region. Only there, they are visible.

Plesk Presence builder not showing website

Currently having an issue with a client. The website they built using the Plesk Presence builder is no longer editable when they click in the builder. It instead show the new website page. No changes that I or the client no of have been made to the account and the website it's self is still live and unaffected. Is there anyway to manually ensure the website and the builder are connect within the Plesk server?I have complete access to the Plesk server in question so I can make any necessary changes.
Any advise would be very much appreciated.
I was able to resolve the issue, Plesk knowledge base article which was rather hard to dig up on it : https://kb.plesk.com/en/114532 . the article is for Linux/Unix based Plesk but the idea is the same for windows.

Sonarqube plugin development 'Decorator' alternative?

With the release of sonarqube 5.2, the decorator and batch components have been deprecated. Going through the code I found that they want us to use MeasureComputer instead.
Now, I had a plugin which needs the email settings of the sonar setup, fetch some basic user information and the assignee of each issue.
How do I access the email settings and user information?
Update
As per this JIRA ticket, the data associated to the analysis is sent to some compute engine which resides at the sonar server. This is where the issues are created, assigned e.t.c. So, the information regarding the issue will no longer be available even in some PostJob.
User finder alternative: I am now using the user web service to fetch information I require as far the author of the issue is concerned.
IssueFilter helps me lay my hands on each issue that is reported.
My purpose here is to create a custom report immediately after the analysis where a link to each issue is shown. I don't think I'll be able to achieve this using the sonar plugin.

Unable to locate Secure Agent under Develop in Salesforce

I tried logging a case asking salesforce about this but was rejected and directed here. Can anyone here shine a light on why I don't get this option in my Setup menu?
I am attempting to follow the guidelines in this help article: https://help.salesforce.com/HTViewHelpDoc?id=external_secure_agent.htm
and I am unable to comply with the step that reads:
Setup --> Develop --> Secure Agents
This option does not appear in my org's setup menu. Is there anything I need to activate or configure before that can happen?

Resources