我希望我的sinch应用程序拨打一个电话,并要求响应者输入一个电话号码以选择他的语言。
到目前为止,我让她通过POST请求拨打电话,该请求的正文为:
{
"method" : "ttsCallout",
"ttsCallout" :
{
"cli" : "xxx",
"destination" : { "type" : "number", "endpoint" : "xxx" },
"domain" : "pstn",
"custom" : "customData",
"locale" : "en-US",
"prompts" : "#tts[Hello]",
"enabledice" : true
}
}
我的问题是我该如何收集响应者将在其键盘上单击的值?