lib/twilio-ruby/rest/api/v2010/account/call.rb in twilio-ruby-5.21.0 vs lib/twilio-ruby/rest/api/v2010/account/call.rb in twilio-ruby-5.21.1
- old
+ new
@@ -69,12 +69,12 @@
# and then dial extension 1234 followed by the pound key, the value of this
# parameter would be `ww1234#`. Remember to URL-encode this string, since the
# '`#`' character has special meaning in a URL. If both `SendDigits` and
# `MachineDetection` parameters are provided, then `MachineDetection` will be
# ignored.
- # @param [String] if_machine The action to take if an answering machine is
- # detected. Can be: `Continue`, `Hangup`, or `False`. `False` disables the
- # detection of an answering machine.
+ # @param [String] if_machine Deprecated. Tell Twilio to try and determine if a
+ # machine (like voicemail) or a human has answered the call. Possible value are
+ # `Continue` and `Hangup`.
# @param [String] timeout The integer number of seconds that we should allow the
# phone to ring before assuming there is no answer. The default is `60` seconds
# and the maximum is `600` seconds. For some call flows, we will add a 5-second
# buffer to the timeout value you provide. For this reason, a timeout value of 10
# seconds could result in an actual timeout closer to 15 seconds. You can set this
\ No newline at end of file