Documentation - v1.6.0-beta.24
    Preparing search index...

    Configuration for the proactive messaging subsystem.

    interface ProactiveOptions {
        failOnUnsignedInConnections?: boolean;
        storage?: Storage;
    }
    Index

    Properties

    failOnUnsignedInConnections?: boolean

    When true (default), continueConversation() throws if any requested token handler's user has not previously signed in.

    storage?: Storage

    Storage backend for persisting conversation references.

    If omitted, falls back to AgentApplicationOptions.storage. A warning is logged when the fallback is used. Throws at initialization time if neither is configured.