@botonic/plugin-hubtype-analytics
Version:
Plugin for tracking in the Hubtype backend to see the results in the Hubtype Dashbord
13 lines (12 loc) • 402 B
TypeScript
import { EventFallback, RequestData } from '../types';
import { HtEvent } from './ht-event';
export declare class HtEventFallback extends HtEvent {
flow_id: string;
flow_name: string;
flow_node_id: string;
flow_node_content_id: string;
fallback_out: number;
fallback_message_id: string;
user_input: string;
constructor(event: EventFallback, requestData: RequestData);
}