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

    Interface RouteCoordinationConfig

    interface RouteCoordinationConfig {
        entryPoints: readonly LaunchEntryPoint[];
        flow?: RouteFlowMetadata;
        flowId?: string;
        returnToChat?: ReturnToChatMetadata;
        stepRoutes?: Readonly<Record<string, string>>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    entryPoints: readonly LaunchEntryPoint[]
    flowId?: string
    returnToChat?: ReturnToChatMetadata
    stepRoutes?: Readonly<Record<string, string>>