LogoRobo.js
Packages@robojs/ai

ReplyHook()

Type Alias: ReplyHook()

type ReplyHook = (context) => 
  | Promise<ChatReply | void>
  | ChatReply
  | void;

Parameters

ParameterType
contextReplyHookContext

Returns

| Promise<ChatReply | void> | ChatReply | void

On this page