VoiceModel 1.0.3
dotnet add package VoiceModel --version 1.0.3
NuGet\Install-Package VoiceModel -Version 1.0.3
<PackageReference Include="VoiceModel" Version="1.0.3" />
paket add VoiceModel --version 1.0.3
#r "nuget: VoiceModel, 1.0.3"
// Install VoiceModel as a Cake Addin #addin nuget:?package=VoiceModel&version=1.0.3 // Install VoiceModel as a Cake Tool #tool nuget:?package=VoiceModel&version=1.0.3
VoiceModel is a project that makes it easier to develop VoiceXML and Tropo speech applications using ASP.Net MVC 4 and Razor. VoiceModel uses the MVVM (Model-View-VoiceModel) design pattern to abstract the voice application to a higher level and decouples the voice user interface from the application domain and call flow. VoiceModel also supports Reusable Dialog Components (RDC) which allow you to build modules that can be reused across voice applications for increased productivity. It also has a built-in easy to use state machine that allow you to easily define your call flow. With VoiceModel you can develop your voice application once and deploy it for any VoiceXML compatible IVR or the Tropo Cloud IVR.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- FSharpx.Core (>= 1.6.143)
- IronJS.Core (>= 0.2.0.1)
- log4net (>= 2.0.0)
- tropo-webapi (>= 1.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Made caching more efficient. Added ability for TTS messages to be variable. Made it so Tropo apps work with SMS and can be tenant based.