Interface DialogflowIntentHandler<TConvData, TUserStorage, TContexts, TConversation, TParameters, TArgument>
Callable
- __call(conv: TConversation, params: TParameters, argument: TArgument, status: GoogleRpcStatus | undefined): Promise<any> | any
-
Parameters
-
conv: TConversation
-
params: TParameters
-
argument: TArgument
-
Returns Promise<any>
|
any