We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b64f1 commit a13c87eCopy full SHA for a13c87e
twilio/twiml/__init__.py
@@ -35,6 +35,7 @@ class TwiML(object):
35
'from_': 'from',
36
'xml_lang': 'xml:lang',
37
'interpret_as': 'interpret-as',
38
+ 'for_': 'for',
39
}
40
41
def __init__(self, **kwargs):
0 commit comments