我正在構建一個使用ruby和twilio API的web應用程序,它允許您調用twilio號碼並錄製語音記錄。 這是被調用來記錄你的聲音的方法: def getRecord()
Twilio::TwiML::Response.new do |response|
// userResponse = response.Gather --> does this Gather any
我需要將以下TwiML代碼保存在我的Rails應用程序中。然後,我需要獲得該公衆面向該XML的URL,以便我可以在Twilio UI中輸入它。 <Response>
<Sms>
Thanks for the message. Reply HELP for help.Reply STOP to unsubscribe.Msg&Data rates may apply.
</Sms>
</Re