vonage-dotnet-sdk v5.5.0
1605815299000
Server SDK
DOTNET
Changes
New
- Voice Talk Command and Talk NCCO now allow you to use the
languageandstyleparameters for text-to-speech. E.g.
var talkAction = new TalkAction() { Text = "Hei dette er en tekst-til-tale-samtale fra vonage " + extraText, Language="no-NO" };
Deprecations
- The
VoiceNameparameter has been deprecated.
https://github.com/Vonage/vonage-dotnet-sdk/releases/tag/v5.5.0