说/播放小部件液体替换失败

问题描述

我正在学习/使用Twilio studio,我的说/玩小部件有很多液态模板文本(如下),但是并没有被解析为液态,当我调用流程时,声音实际上会说出所有单词..

-说/播放小部件的主体:----

Hello {{widgets.fn_4_get_acct.parsed.bill.nickname}}
{% if widgets.fn_4_get_acct.parsed.bill.is_paid === true %}
You do not have an outstanding balance,thank you for being a loyal customer!
{% else %}
Our records search show that your account currently has a balance of {{widgets.fn_4_get_acct.parsed.bill.amount_due | default: 0 | prepend: "$"}}
which is due on: {{widgets.fn_4_get_acct.parsed.bill.due_on | date: "%A %j %B"}}.
Press or say  "1" to make a payment for the full amount,or "5" to make a partial payment.
{% endif %}
</pre>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)