File tree Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Original file line number Diff line number Diff line change 54
54
55
55
.. autoclass :: twilio.twiml.Client
56
56
:members:
57
-
58
- Constants
59
- ~~~~~~~~~
60
-
61
- Many TwiML verbs accept only certain values for specific attributes, such as
62
- :data: `MAN ` and :data: `WOMAN ` for voices.
63
-
64
- Voices
65
- >>>>>>
66
- .. data :: MAN
67
- .. data :: WOMAN
68
-
69
- Languages
70
- >>>>>>>>>
71
- .. data :: ENGLISH
72
- .. data :: SPANISH
73
- .. data :: FRENCH
74
- .. data :: GERMAN
75
-
76
- HTTP Method
77
- >>>>>>>>>>>
78
- .. data :: GET
79
- .. data :: POST
80
-
81
- Rejection Reasons
82
- >>>>>>>>>>>>>>>>>
83
- .. data :: REJECTED
84
- .. data :: BUSY
Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ class Dial(Verb):
368
368
369
369
:param action: submit the result of the dial to this URL
370
370
:param method: submit to 'action' url using GET or POST
371
- :param time timeout: The number of seconds to waits for the called
371
+ :param int timeout: The number of seconds to waits for the called
372
372
party to answer the call
373
373
:param bool hangupOnStar: Allow the calling party to hang up on the
374
374
called party by pressing the '*' key
You can’t perform that action at this time.
0 commit comments