2

当我发送诸如 getQuiz 之类的操作时,Bixby 会在找到测验之前显示“正在搜索测验”。如何自定义此文本?

4

2 回答 2

2

使用进度对话框,例如执行以下操作:

dialog (Progress) {
  match: viv.weather.SolarNoon {
    from-output: viv.weather.GetSolarNoon (this)
  }
  choose (Random) {
    template (Performing solar calculations...)
    template (Consulting my analemma...)
  }
}
于 2019-06-17T21:14:24.113 回答
0

如果您不希望有任何进度对话框,您可以使用type (Calculation)for 操作。

于 2019-06-18T05:57:40.267 回答