@botonic/plugin-hubtype-analytics
Version:
Plugin for tracking in the Hubtype backend to see the results in the Hubtype Dashbord
15 lines (14 loc) • 496 B
TypeScript
import { EventIntentSmart, RequestData } from '../types';
import { HtEvent } from './ht-event';
export declare class HtEventIntentSmart extends HtEvent {
nlu_intent_smart_title: string;
nlu_intent_smart_num_used: number;
nlu_intent_smart_message_id: string;
user_input: string;
flow_thread_id: string;
flow_id: string;
flow_name: string;
flow_node_id: string;
flow_node_content_id: string;
constructor(event: EventIntentSmart, requestData: RequestData);
}