I'm very new to Twilio Studio. I'm converting an IVR from OpenVBX to Studio and have been trying to find examples of flows (can you even share flows?) or widgets other than the (very sparse) examples included in the on-line documentation. In OpenVBX, many plug-ins were shared by users, but I can't find anything similar. Does this exist?
It does not, however you can extend Studio Functionality using the Run Function Widget, which allows you to write custom code using Node.
There are many blog post and You Tube videos and tutorials using Studio that should get you started. You can also export the JSON of your Studio flow, if you want to share it with others. Studio provides starter templates as well, when you create a new flow, which are helpful with the initial layout structure.
Twilio Studio Tutorials
Twilio Studio You Tube Play List
Twilio Studio Widget Library
Related
Based on some examples I found on Twilio, I installed and setup the #twilio/flex-webchat-ui example on Git. It works fine and I can develop the workflow using Studio.
Then I was told by Twilio Support that running an unattended ChatBot using Flex was a violation of usage policy. So Flex needs to be removed from the workflow.
The flex-webchat-ui example is Javascript and uses the following:
<FlexWebChat.ContextProvider manager={manager}>
<FlexWebChat.RootContainer />
</FlexWebChat.ContextProvider>
Now I've eliminated Flex and created a new workflow in Studio.
I found the following article on embedding a chat app in a website, but this doesn't appear to support the Studio workflow I've created.
https://www.twilio.com/blog/2017/06/complete-chat-application-javascript.html
Does anyone know where the documentation/sample code is to embed a Studio Workflow (SMS ChatBot) into an ASP.NET MVC C# web app?
I am looking to create an application that allows a user to update Microsoft Team Foundation Server work items when performing certain things in the app.
Has anyone done anything similar themselves and if so what is the best way to make the updates to the TFS work items from within the app?
There is a Java API which is linked below:
http://www.microsoft.com/en-us/download/details.aspx?id=22616
Other than that a few google searches resulted in the following discoveries:
http://msdn.microsoft.com/en-us/library/bb130146.aspx
The link below tells you how you can create new work items via a URL:
http://msdn.microsoft.com/en-us/library/bb822136%28v=VS.90%29.aspx
** As per jessehouwing's comment below *
This only works on 2008 and 2010 I suspect. There migth be a similar Url for 2012 and 2013, but the whole WebAccess feature was rebuilt using ASP.NET MVC instead of WebForms, so the wi.aspx no longer exists. I'm not aware of an alternative.
Visual Studio Online an Team Foundation Server 2013 are gaining more and more json based REST Api's and have recently been upgraded to support OAuth for authentication. Some of these API's are still in preview, but they're a great resource for a mobile platform client.
For older versions of Team Foundation Server and the On-premise version you can either install the OData service, or build a custom webservice that employs the TFS Client Object Model internally to create the work items.
Should you want to build your webservice on top of a non-microsoft-platform, then you can employ the Java SDK for Team Foundation Server. This will allow you to communicate directly to TFS from a Linux or Mac server.
TFS 2013.4 will be able to show more pages in full screen mode without any chrome around it.
I have already download the windows phone develop tools but I don't know how to using F# to developing the app, currently it's C#.
Installing a template for 'F# and Windows Phone' into Visual Studio makes life a little easier. If you open Visual Studio and go to Tools->Extension Manager it will open the Extension Manager dialog. From there, if you select the online gallery and type 'F# Windows Phone' into the search box you can find a couple of templates that should help you get started. Most of them were written by Daniel Mohl. His blog can be found here Daniel Mohl
There is an excellent demo of using Out Of Brower (OOB) disconnected Silverlight on the official home page of:
http://www.microsoft.com/silverlight/silverlight/demos/oob/default.html
Does anyone know where I could find / download the source of this and modify it to use as a proof-of-concept to show my boss so he can green-light a Silverlight project?
thanks!
Update: I am also aware of the very rough demo made available at:
http://www.silverlight.net/learn/videos/silverlight-videos/out-of-browser-experiences/
but it is very basic and ugly, unlike the one I am attempting to locate.
This demo is part of a Microsoft demo kit that the Silverlight team has put together for the Microsoft field to use when demoing Silverlight and the new features. Unfortunately it is not available externally at this time.
John Wiese - ISV Architect Evangelist/Microsoft
For those interested in an answer to this, the closest solution to be found is to use a Silverlight Reflector to inspect the code and styles. This is VERY useful for seeing how someone did a certain effect.
Silverlight Spy (trialware)
A Silverlight Reflector plug-in (untested)
Is there a way to download ASP.NET MVC reference and make it available through the local MSDN library?
I am tired of going to Microsoft's site everytime I need a simple class or method documentation reference.
Thanks!
There isn't an official download yet - but you can get an unofficial download using the PackageThis, which connects to the MSDN Content Service, pulls the data down and builds local CHM or HXS files for you.
Not answering your question, but did you know that the online MSDN library is now available in "loband" format?
There is a new version of this software PackageThis! available at Visual Studio Gallery, which supports Mshc file format (Visual Studio 2010/2012 help packages).