我的应用程序有几个培训,其中很少显示为未经验证。无法理解出了什么问题?我的行动文件是
FoodSearch.model.bxb
action (FoodSearch) {
type(Search)
collect{
input (dateTimeExpression) {
type (time.DateTimeExpression)//MyDateTimeExpression
min (Optional)
}
input (cityName) {
type (geo.NamedPoint)
min (Optional) max (One)
default-select {
with-learning
with-rule {
select-first
}
}
}
}
output (FoodConfirmationResult)
}