Share via


ITeamsConnectorClient Interface

Definition

The Bot Connector REST API extension for Microsoft Teams allows your bot to perform extended operations on to Microsoft Teams channel configured in the Bot Framework Developer Portal. The Connector service uses industry-standard REST and JSON over HTTPS.

Client libraries for this REST API are available. See below for a list.

Authentication for both the Bot Connector and Bot State REST APIs is accomplished with JWT Bearer tokens, and is described in detail in the Connector Authentication document.

Client Libraries for the Bot Connector REST API

© 2016 Microsoft.

public interface ITeamsConnectorClient : IDisposable
type ITeamsConnectorClient = interface
    interface IDisposable
Public Interface ITeamsConnectorClient
Implements IDisposable
Derived
Implements

Properties

BaseUri

Gets or sets the base URI of the service.

Credentials

Gets the subscription credentials which uniquely identify client subscription.

DeserializationSettings

Gets the JSON deserialization settings.

SerializationSettings

Gets the JSON serialization settings.

Teams

Gets the ITeamsOperations.

Applies to