Options
All
  • Public
  • Public/Protected
  • All
Menu

Base services of conversation to be called by BASIC which requries step variable to work.

Hierarchy

  • DialogKeywords

Index

Constructors

constructor

Properties

internalSys

internalSys: SystemKeywords

Reference to the base system keywords functions to be called.

min

min: GBMinInstance

Reference to minimal bot instance.

Methods

exit

  • exit(step: any): Promise<void>

getFrom

  • getFrom(step: any): Promise<any>

getNow

  • getNow(): Promise<string>

getToday

  • getToday(step: any): Promise<string>

hear

  • hear(step: any, promise: any, previousResolve: any, kind: any, ...args: any[]): Promise<void>

Private internalSendFile

  • internalSendFile(step: any, mobile: any, filename: any, caption: any): Promise<void>

sendFile

  • sendFile(step: any, filename: any, caption: any): Promise<void>

sendFileTo

  • sendFileTo(step: any, mobile: any, filename: any, caption: any): Promise<void>

setLanguage

  • setLanguage(step: any, language: any): Promise<void>

showMenu

  • showMenu(step: any): Promise<any>

sys

talk

  • talk(step: any, text: string): Promise<any>

transfer

  • transfer(step: any): Promise<any>

userMobile

  • userMobile(step: any): Promise<any>

userName

  • userName(step: any): Promise<any>

Generated using TypeDoc