gpt4 book ai didi

google-app-engine - Twilio TwiML XML 字符串而不是 url

转载 作者:行者123 更新时间:2023-12-02 04:30:10 24 4
gpt4 key购买 nike

我想在不提供 URL 的情况下调用 twilio 语音 API。通常你会使用 python 这样做:

call = client.calls.create(url="http://demo.twilio.com/docs/voice.xml",
to=request.receiver,
from_=sender_number)

我不想提供 URL,而是想提供 XML 字符串。这有可能吗?

背景:我通过谷歌云端点 API 生成 XML。响应采用 JSON 格式,变量包含 XML。我需要解析 JSON 来获取 XML。

最佳答案

听起来您可以使用 echo Twimlet。 https://www.twilio.com/labs/twimlets/echo

Echo will just output whatever TwiML is passed into it via the URL. It is useful for building stateless, outbound apps, where arbitrarily complex content of the call is pre-generated and just passed into the REST API to initiate a call.

示例:http://twimlets.com/echo?Twiml=%3CResponse%3E%3CSay%3EHi+there.%3C%2FSay%3E%3C%2FResponse%3E

关于google-app-engine - Twilio TwiML XML 字符串而不是 url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23733382/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com