twilio / twilio-php

A PHP library for communicating with the Twilio REST API and generating TwiML.
MIT License
1.57k stars 561 forks source link

feat: append comment to the Response element #797

Open wsabol opened 9 months ago

wsabol commented 9 months ago

Fixes #796 Closes #796

Fixes

This PR allows you to append a xml comment to a VoiceResponse object.

Checklist

tiwarishubham635 commented 8 months ago

Hi @wsabol! I am taking a look at it

tiwarishubham635 commented 8 months ago

I can see the files VoiceResponse and Comment should be autogenerated from our internal tool yoyodyne as you can see the lines here. I will check what changes need to be done there for this. Thanks!

tiwarishubham635 commented 6 months ago

Created an internal ticket for this