Dialogflow Google Assistant integrations error - "internal error encountered" - dialogflow-es

I searched in other forums and the only solution is to change the link type.
I changed it and I still get the error.

Related

Facebook Messages RESPONSE call working for my testing team, but not for FB testing team

I am creating a messaging app using Facebook messenger. I have been testing it thoroughly with my own account and another "tester" account. It works as expected for the two of us.
When submitting it for approval, the Facebook testing team messaged our page, but I received a ((#-1) Unexpected internal error) message when calling the RESPONSE api to reply.
Any ideas? I find it hard to believe this is an error on Facebook's end, but this is what's showing up for me.
Thank you in advance!
Detailed error message:
code:-1
error_subcode:2018012
message:(#-1) Unexpected internal error
type:OAuthException
I tried re-submitting the API call, but received the same error. I checked to see if it would work with another Recipient ID (my own), and it did. I'm not sure if this is a matter of approvals from Facebook's end, and if it's one of those cyclical situations where 'they need to approve me for it to be approved' or not.

Dialogflow Fulfillment with Inline Editor recently stopped working with error "Webhook call failed. Error: DEADLINE_EXCEEDED."

I built a Google Home action using Dialogflow a few years ago, and it's been working nicely. A week or so ago it stopped working mysteriously. I have been debugging it, and all I can find is that the webhook comes back with "Webhook call failed. Error: DEADLINE_EXCEEDED."
I actually tried creating a brand new Dialowflow agent, and I'm getting the same error with the default fulfillment code. I'm guessing it could be related to the Node.js 10 upgrade on the back-end, but I'm stumped. Does anyone have any ideas of how to fix this issue?
Gordon
I had the same issue and found that the problem was that I did not programatically set the intent map for every intent in my DialogFlow app. I had to set this even for intents which didn't have webhook enabled, and required no use of the webhook code.
So all I did was added the following lines in my code for every intent and it solved the problem:
intentMap.set("Intent name",function_to_call);
A week or so after I posted this, everything mysteriously started working again. I think there was an issue on the Dialogflow side.

Bing Webmaster API responding Error 400 ThrottleUser

As the subject line states, all API calls for the past 6 days have resulted in Error 400 ThrottleUser responses. Tried a new api key; pox, json and service connections.
Is this happening to everyone? Does anyone know how to tell them it is not working?
Support can be requested here: https://www.bing.com/webmaster/support
as suggested here: https://social.msdn.microsoft.com/Forums/en-US/f24edc35-5aab-445a-91b8-73a1982019d7/webmaster-api?forum=whatforum

Template Mode in api.ai is not working with Google Assistant

I have on Dialogflow agent and I want to sync it with google assistant.
For user says section, I want to use Template mode. It works fine in api.ai, but when I click on option 'See how it works in Google Assistant', it throws error like 'Request contains an invalid argument.
Query pattern contains invalid characters in custom intent '999154f0-830a-480b-bdc9-2e9e89f45cdd': $SchemaOrg_Color:color $SchemaOrg_Text:query $quantifier:quantifier #sys.unit-currency:unit-currency $Filters:Filters'
After checking each and every annotations, I came to know that #sys.unit-currency:unit-currency is creating issue. Its working with api.ai agent but not with google assistant.
I've attached screenshot of intent. What's need to be corrected? I went through many blogs, but not able to find any help regarding this.

Actions with webhook is responding : "Sorry, I didn't get any response."

I have my action running in productions for a month. There was no update made to webhook and api.ai side. But from this morning I am getting
"
Sorry, I didn't get any response."
And its not just me, I found another thread where people are getting same error.
Actions on Google responds with "Sorry, I didn't get any response."
Is there any new changes from google that have been made that I am not aware of ?
It's working fine for me. There was some issue on google side.

Resources