I want to pass a few values like(today, this weekend) to the goal using on-click. But unable to pass MyDateTimeExpression on Bixby.
on-click{
intent{
goal:DateSearch
value-set:CategoryName{CategoryName(clients)}
value-set:MyDateTimeExpression{$expr(today)}
}
}
Anyone can help me out on this.