Guest User

Untitled

a guest
Apr 25th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. event = record("Please leave your message at the beep. Thanks!",
  2. { :beep => true,
  3. :silenceTimeout => 5,
  4. :maxTime => 60,
  5. :timeout => 10,
  6. :recordURI => record_uri,
  7. :transcriptionOutURI => transcription_uri,
  8. :transcriptionID => file_name,
  9. :transcriptionOutFormat => 'json'
  10. :onHangup => lambda { #do something }
  11. })
Add Comment
Please, Sign In to add comment