Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AppointmentCommands

Hierarchy

  • AppointmentCommands

Index

Methods

Methods

promptUser

  • promptUser(): void
  • Opens the chat window (if not already open) and prompts the user to select a date and time for an appointment.

    Usage

    example
    // Prompt for an appointment
    Otis.appointments.promptUser();

    Returns void