Confirmed users
209
edits
No edit summary |
|||
Line 99: | Line 99: | ||
public <open> = open `app names...` | public <open> = open `app names...` | ||
DialAction can be mapped into a concrete grammar. Since the app name may have pronounceable name, grammar of OpenAppAction will be defined as built-in apps. | DialAction can be mapped into a concrete grammar. Since the app name may have pronounceable name {{bug|1180113}}, grammar of OpenAppAction will be defined as built-in apps. | ||
The OpenAppAction can be translated into a generic OpenAction with SoftwareApplication object. So, we change the definition of OpenAppAction to OpenAction with a object field whose value is SoftwareApplication object, we may find it below. | The OpenAppAction can be translated into a generic OpenAction with SoftwareApplication object. So, we change the definition of OpenAppAction to OpenAction with a object field whose value is SoftwareApplication object, we may find it below. |