Documentation - v1.2.0-alpha.3
    Preparing search index...

    Class AgentApplicationBuilder<TState>

    Builder class for creating and configuring AgentApplication instances.

    Type Parameters

    • TState extends TurnState = TurnState

      Type extending TurnState that will be used by the application

    Index

    Constructors

    Properties

    _options: Partial<AgentApplicationOptions<TState>> = {}

    Accessors

    Methods

    • Sets authentication options for the AgentApplication.

      Parameters

      • authHandlers: AuthorizationOptions

        The user identity authentication options

      Returns this

      This builder instance for chaining