<Response>
<Say voice="man">First Question?</Say>
<Record timeout="15" transcribe="true" finishOnKey="#" transcribeCallback="https://google.com/first_question_callback" />
<Say voice="man">Second Question?</Say>
<Record timeout="15" transcribe="true" finishOnKey="#" transcribeCallback="https://google.com/second_question_callback"/>
</Response>
此代码在第一个Record之后不断重复第一个Say 。它需要进行到下一个说和下一个记录...有人可以帮忙吗?