IConnectorClient Interface

Definition

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

© 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.

Applies to