UNPKG

@botonic/plugin-hubtype-analytics

Version:

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

14 lines (13 loc) 442 B
import { EventIntent, RequestData } from '../types'; import { HtEvent } from './ht-event'; export declare class HtEventIntent extends HtEvent { nlu_intent_label: string; nlu_intent_confidence: number; nlu_intent_threshold: number; nlu_intent_message_id: string; user_input: string; flow_thread_id: string; flow_id: string; flow_node_id: string; constructor(event: EventIntent, requestData: RequestData); }