Apple Newton Utilities Guía de usuario Pagina 671

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 942
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 670
CHAPTER 18
Intelligent Assistant
Summary 18-25
// Action template for scheduling lunch in Dates app
lunch_act := {
isa: 'meal_act,
usualTime:"12:00 pm",
lexicon: ["lunch"],
…}
// Action template for scheduling dinner in Dates app
dinner_act := {
isa: 'meal_act,
usualTime:"7:00 pm",
lexicon: ["dinner"],
…}
Special Events 18
birthday := {
isa: 'special_event_act,
Lexicon: ["birthday","bday","b-day"],
…}
anniversary := {
isa: 'special_event_act,
Lexicon: ["anniversary"],
…}
holiday := {
isa: 'special_event_act,
Lexicon: ["holiday"],
…}
Developer-Supplied Action Templates 18
You must supply the action template specied by the value of your task template’s
primary_act slot.
You must supply any additional templates specied by the
signature slot of the
task template.
Vista de pagina 670
1 2 ... 666 667 668 669 670 671 672 673 674 675 676 ... 941 942

Comentarios a estos manuales

Sin comentarios