Interface: ResolvedTeamsConfig
The concrete config the runtime reads, after config + env resolution.
Properties
Section titled “Properties”agentPlugin
Section titled “agentPlugin”agentPlugin:
string
Registered name of the plugin the conversation endpoint resolves agents from.
allowUnauthenticated
Section titled “allowUnauthenticated”allowUnauthenticated:
boolean
Whether POST /messages serves turns with NO token validation. See
TeamsPluginConfig.allowUnauthenticated.
appId?
Section titled “appId?”
optionalappId?:string
Bot app (client) id, or undefined when no bot registration is configured.
appPassword?
Section titled “appPassword?”
optionalappPassword?:string
Bot client secret, or undefined when replies cannot be sent.
appTenantId?
Section titled “appTenantId?”
optionalappTenantId?:string
Tenant id for a single-tenant bot, or undefined for a multi-tenant one.
cardVersion
Section titled “cardVersion”cardVersion:
string
Adaptive Card schema version the builder stamps onto every document.
webhookUrl?
Section titled “webhookUrl?”
optionalwebhookUrl?:string
Teams incoming-webhook URL, or undefined when posting is disabled.