0.4.3 • Published 11 months ago
@microsoft/agents-hosting-teams v0.4.3
@microsoft/agents-hosting-teams
This package contains Teams specific features, such as:
- Message Extensions
- Teams Meetings
- Teams SSO Flows
- Parse Activity with specific Teams features
Installation
npm install @microsoft/agents-hosting-teamsUsage
Use TeamsCloudAdapter and TeamsActivityHandler to subscribe to Teams specific events.
// index.ts
const authConfig: AuthConfiguration = loadAuthConfigFromEnv()
const adapter = new TeamsCloudAdapter(authConfig)// agent.ts
export class TeamsMultiFeatureAgent extends TeamsActivityHandler {
constructor () {
super()
}
async handleTeamsMessagingExtensionQuery () {
// This function is intentionally left unimplemented. Provide your own implementation.
}
}0.4.3
11 months ago
0.4.1
11 months ago
0.3.5
12 months ago
0.2.14
12 months ago
0.2.10-g3ac88ff25e
1 year ago
0.2.8-g3bf5832077
1 year ago
0.2.7-gd7a3e9ef95
1 year ago
0.1.49
1 year ago