aimpress-chatbot/node_modules/botframework-connector/lib/teams/teamsConnectorClient.d.ts
“SamoilenkoVadym” 55445dbc86
Some checks failed
Build and deploy Node.js app to Azure Web App - ChatBot2222 / build (push) Has been cancelled
Build and deploy Node.js app to Azure Web App - ChatBot2222 / deploy (push) Has been cancelled
Deploy bot to Azure
2025-04-27 19:55:19 +01:00

25 lines
No EOL
1 KiB
TypeScript

/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ServiceClientCredentials } from '@azure/core-http';
import * as Models from './models';
import * as Mappers from './models/mappers';
import * as operations from './operations';
import { TeamsConnectorClientContext } from './teamsConnectorClientContext';
/**
* Implements a client for the Teams Bot Connector service.
*/
declare class TeamsConnectorClient extends TeamsConnectorClientContext {
teams: operations.Teams;
/**
* Initializes a new instance of the TeamsConnectorClient class.
*
* @param credentials Subscription credentials which uniquely identify client subscription.
* @param [options] The parameter options
*/
constructor(credentials: ServiceClientCredentials, options?: Models.TeamsConnectorClientOptions);
}
export { TeamsConnectorClient, Models as TeamsConnectorModels, Mappers as TeamsConnectorMappers };
export * from './operations';
//# sourceMappingURL=teamsConnectorClient.d.ts.map