Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptionsModifier

methods that the Test builder can call to edit/modify the options. These can be called until any of the IBotTester method are called.

Hierarchy

  • IOptionsModifier

Implemented by

Index

Methods

addMessageFilter

ignoreEndOfConversationEvent

ignoreTypingEvent

setTimeout

  • setTimeout(milliseconds: number): BotTester
  • sets the timeout time that the BotTester will wait for any particular message before failing

    Parameters

    • milliseconds: number

    Returns BotTester