Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ContactCommands

Hierarchy

  • ContactCommands

Index

Methods

Methods

promptUser

  • promptUser(): void
  • Opens the chat window (if not already open) and prompts the user to submit contact information so that they can be contacted by the service provider according to the user's preference.

    Usage

    example
    // Prompt for contact information
    Otis.contacts.promptUser();

    Returns void