Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface FlowCallbackOptions

    interface FlowCallbackOptions {
        action: string;
        data?: Record<string, unknown>;
        flowId: string;
        text: string;
    }
    Index

    Properties

    Properties

    action: string
    data?: Record<string, unknown>
    flowId: string
    text: string