Apple Newton Utilities Guide de l'utilisateur Page 673

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 942
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 672
CHAPTER 18
Intelligent Assistant
Summary 18-27
People 18
person := { // generic person template
isa: 'who_obj,
value: nil // system use only
…}
title := { // "owner", "manager", and so on
isa: 'who_obj,
…}
affiliate:= { // "friend", "brother", "sister", and so on
isa: 'person,
…}
group := { // "Engineering", "Marketing", and so on
isa: 'person,
…}
custom := { // customized 'person template
isa: 'person,
…}
Miscellaneous 18
salutationPrefix := {
ISA: 'parser_obj,
Lexicon: ["dear", "to", "attention", "attn",
"attn." , "hey"],
…}
Developer-Supplied Target Templates 18
You must supply any target template your task template requires that is not
supplied by the system. Required target templates are specied by the task
template’s
signature slot.
Assistant Functions and Methods 18
ParseUtter(inputString) // matches input to templates
tmpltRef := RegTaskTemplate(myTemplt)//register w/ Assistant
UnRegTaskTemplate(tmpltRef) // unregister task template
GetMatchedEntries(which, entries) // returns array of aliases
Vue de la page 672
1 2 ... 668 669 670 671 672 673 674 675 676 677 678 ... 941 942

Commentaires sur ces manuels

Pas de commentaire