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

    Interface ReturnToChatHookOptions

    interface ReturnToChatHookOptions {
        flowContext?: string;
        payload?: Record<string, unknown>;
        result?: "error" | "completed" | "cancelled";
        returnMessage?: string;
        stateKey?: string;
        stayInChat?: boolean;
    }
    Index

    Properties

    flowContext?: string
    payload?: Record<string, unknown>
    result?: "error" | "completed" | "cancelled"
    returnMessage?: string
    stateKey?: string
    stayInChat?: boolean