UNPKG

@botonic/plugin-hubtype-analytics

Version:

Plugin for tracking in the Hubtype backend to see the results in the Hubtype Dashbord

9 lines (8 loc) 298 B
import { EventFallback, RequestData } from '../types'; import { HtEvent } from './ht-event'; export declare class HtEventFallback extends HtEvent { fallback_out: number; fallback_message_id: string; user_input: string; constructor(event: EventFallback, requestData: RequestData); }