LukeHartcher
LukeHartcher
Also getting the same error, reverting to 1.0.7 as described above works..
I was able to achieve a call transfer from the fulfillment code by: **DESIGNER** - creating an Intent in the designer for the transfer - Set a Default Response text...
> What version of dialogflow-fulfillment are you using @LukeHartcher - 0.4.1, 0.5.0, 0.6.0? package.json ``` "dependencies": { "actions-on-google": "^2.2.0", "firebase-admin": "^5.13.1", "firebase-functions": "^2.0.2", "dialogflow": "^0.6.0", "dialogflow-fulfillment": "^0.5.0" } ``` It...
I am having similar struggles - however I determined that inline styles do work, but you cannot override the "border" attribute. For example I am able to get the background...
Initially I thought this may be an issue with froala-editor, hence I closed it. But I was able to setup a jsfiddle with the base editor and the style is...
> @LukeHartcher - did you ever resolve this - I have the exact same problem but not in Angular - I'm using Durandal/Knockout No, I had to hack up some...
Any update on this? I am getting this issue with 1.2.6 on Angular 8. ``` // package.json "@angular/common": "^8.2.12" "secure-ls": "^1.2.6", "typescript": "~3.5.3" // code import * as SecureLS from...