MCPcopy Create free account

hub / github.com/adiwajshing/WhatsAppInfoBot / functions

Functions24 in github.com/adiwajshing/WhatsAppInfoBot

↓ 3 callersFunctionparseTemplate
(text: string, params: {[_: string]: any})
src/utils.ts:5
↓ 2 callersFunctioncompileAnswer
(strings: (string | { text: string })[])
src/LanguageProcessor.ts:134
↓ 2 callersFunctionfindEntities
(intent: IntentData, input: string, method: 'includes' | 'equals')
src/LanguageProcessor.ts:23
↓ 2 callersFunctiongetConfiguration
(teamId: string)
src/ChatAPI2Responder.ts:163
↓ 2 callersFunctiononWAMessage
( message: WAMessage, { sendMessage, metadata, processor }: WAMessageParameters )
src/WAResponder.ts:26
↓ 2 callersFunctionrespondToMessage
(msg: Message, teamId: string)
src/ChatAPI2Responder.ts:104
↓ 2 callersFunctionsendMessage
(jid: string, answer: Answer, quoted: WAMessage)
src/BaileysResponder.ts:19
↓ 1 callersFunctionchat
({output}: LanguageProcessor)
src/CMDLineChat.ts:5
↓ 1 callersFunctioncomputeHelpAnswer
()
src/example/intents/help.ts:9
↓ 1 callersFunctioncomputeOutput
(data: IntentData, entities: string[], ctx: InputContext)
src/LanguageProcessor.ts:97
↓ 1 callersFunctioncreateBaileysResponder
( processor: LanguageProcessor, metadata: BaileysResponderParameters )
src/BaileysResponder.ts:9
↓ 1 callersFunctioncreateLanguageProcessor
(intents: IntentData[], metadata: LanguageProcessorMetadata = {})
src/LanguageProcessor.ts:8
↓ 1 callersFunctionextractEntities
(input: string, intents: IntentData[], method: 'includes' | 'equals')
src/LanguageProcessor.ts:41
↓ 1 callersFunctionextractIntentsAndOptions
(input: string)
src/LanguageProcessor.ts:22
↓ 1 callersFunctiongetInput
()
src/CMDLineChat.ts:9
↓ 1 callersFunctiongetPossibleIntents
(input: string)
src/LanguageProcessor.ts:55
↓ 1 callersFunctiononChatUpdate
( chatUpdate: WAChatUpdate, p: WAMessageParameters )
src/WAResponder.ts:11
↓ 1 callersFunctionoutput
(input: string, ctx: InputContext)
src/LanguageProcessor.ts:133
↓ 1 callersFunctionsendWAMessage
({ id, accountId, answer, quotedId, teamId }: ChatAPISendMessageOptions)
src/ChatAPI2Responder.ts:58
↓ 1 callersFunctionstemInput
(input: string)
src/LanguageProcessor.ts:50
Functionchat
()
src/LanguageProcessor.ts:178
FunctioncreateChatAPI2Responder
( processor: LanguageProcessor, metadata: ChatApi2ResponderParameters )
src/ChatAPI2Responder.ts:25
FunctionisJsonMime
()
src/ChatAPI2Responder.ts:180
FunctionrespondToUnrespondedChats
(teamId: string)
src/ChatAPI2Responder.ts:137