IConnectorClient Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Bot Connector REST API allows your bot to send and receive messages to channels 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.
Many bots will use both the Bot Connector REST API and the associated Bot State REST API. The Bot State REST API allows a bot to store and retrieve state associated with users and conversations.
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
- Bot Builder for C#
- Bot Builder for Node.js
- Generate your own from the Connector API Swagger file
© 2016 Microsoft.
public interface IConnectorClient : IDisposable
type IConnectorClient = interface
interface IDisposable
Public Interface IConnectorClient
Implements IDisposable
- Derived
- Implements
Properties
Attachments |
Gets the IAttachments. |
BaseUri |
Gets or sets the base URI of the service. |
Conversations |
Gets the IConversations. |
Credentials |
Gets subscription credentials, which uniquely identify client subscription. |
DeserializationSettings |
Gets json deserialization settings. |
SerializationSettings |
Gets json serialization settings. |