当我分派一个动作(如getQuiz)时,Bixby将在找到测验之前显示“正在搜索测验”。如何自定义此文字?
答案 0 :(得分:5)
使用progress dialog,例如做这样的事情:
dialog (Progress) {
match: viv.weather.SolarNoon {
from-output: viv.weather.GetSolarNoon (this)
}
choose (Random) {
template (Performing solar calculations...)
template (Consulting my analemma...)
}
}
答案 1 :(得分:0)
如果您不想显示任何进度对话框,则可以使用type (Calculation)
进行操作。