Twilio Studio下载通话详细信息

时间:2018-07-11 19:20:18

标签: python json twilio

我们运行了几天的通话流程,其中捕获了我们无法导出的数据。 使用python,我们可以导出sid,但不提供我们正在寻找的详细信息。 有没有一种方法可以下载包含SpeechResult的呼叫详细信息? 在查看数据时,我们尝试通过Web界面以json格式捕获数据。

  "widgets": {
"split_intro_voice": {},
"Intro": {
  "Called": "+19999999999",
  "ToState": "FL",
  "CallerCountry": "US",
  "Direction": "inbound",
  "SpeechResult": "No.",
  "CallerState": "NV",
  "Language": "en-US",
  "ToZip": "99999",
  "Confidence": "0.96036434",
  "CallSid": "CA169f",
  "To": "+199999999",
  "CallerZip": "99999",
  "ToCountry": "US",
  "ApiVersion": "2010-04-01",
  "CalledZip": "99999",
  "CalledCity": "JACKSONVILLE",
  "CallStatus": "in-progress",
  "From": "+199999999",
  "AccountSid": "ACc33",
  "CalledCountry": "US",
  "CallerCity": "LAS VEGAS",
  "Caller": "+199999999",
  "FromCountry": "US",
  "ToCity": "JACKSONVILLE",
  "FromCity": "LAS VEGAS",
  "CalledState": "FL",
  "FromZip": "99999",
  "FromState": "NV"
},

0 个答案:

没有答案