ProactiveOptions Class

Definition

Provides configuration options for proactive features, including storage settings.

public class ProactiveOptions
type ProactiveOptions = class
Public Class ProactiveOptions
Inheritance
ProactiveOptions

Constructors

Name Description
ProactiveOptions(IStorage, IConfiguration, String)

Initializes a new instance of the ProactiveOptions class using the specified storage and optional configuration settings.

Properties

Name Description
FailOnUnsignedInConnections

Gets or sets a value indicating whether to fail ContinueConversation when any in the list of token handlers is not signed in.

Storage

Gets or sets the storage provider used for data persistence operations.

Applies to