Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ProactiveOptions interface
- Package:
- @microsoft/agents-hosting
Configuration for the proactive messaging subsystem.
Properties
| failOnUnsignedInConnections | When |
| storage | Storage backend for persisting conversation references. If omitted, falls back to |
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
