ProactiveOptions interface

Configuration for the proactive messaging subsystem.

Properties

failOnUnsignedInConnections

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

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.

Property Details

failOnUnsignedInConnections

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

failOnUnsignedInConnections?: boolean

Property Value

boolean

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.

storage?: Storage

Property Value