Twilio speech recognition C# package resolving <gather> missing attributes

168 Views Asked by At

I want to use Twilio TwiML.Gather for speech recognition and my current version is missing the "input" and "hints" (as well as several other) attributes . I was wondering if there is a new package available that has resolved these issues.If not, how can I manually add them ?

1

There are 1 best solutions below

2
philnash On BEST ANSWER

Twilio developer evangelist here.

The Twilio .NET library has supported attributes such as input and hint at least since version 5.8.0. You can update to the latest version, 5.13.0, from NuGet.

Let me know if that helps.