Skip to content

Interface: ResolvedTeamsConfig

The concrete config the runtime reads, after config + env resolution.

agentPlugin: string

Registered name of the plugin the conversation endpoint resolves agents from.


allowUnauthenticated: boolean

Whether POST /messages serves turns with NO token validation. See TeamsPluginConfig.allowUnauthenticated.


optional appId?: string

Bot app (client) id, or undefined when no bot registration is configured.


optional appPassword?: string

Bot client secret, or undefined when replies cannot be sent.


optional appTenantId?: string

Tenant id for a single-tenant bot, or undefined for a multi-tenant one.


cardVersion: string

Adaptive Card schema version the builder stamps onto every document.


optional webhookUrl?: string

Teams incoming-webhook URL, or undefined when posting is disabled.