Apple Newton Utilities Betriebsanweisung Seite 673

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 942
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 672
1 2 ... 668 669 670 671 672 673 674 675 676 677 678 ... 941 942

Kommentare zu diesen Handbüchern

Keine Kommentare