ConnectorClient クラス

定義

Bot Connector REST API を使用すると、 ボットは Bot Framework 開発者ポータルで構成されたチャネルにメッセージを送受信できます。 コネクタ サービスでは、業界標準の REST と JSON を HTTPS 経由で使用します。

この REST API のクライアント ライブラリを使用できます。 一覧については、以下を参照してください。

多くのボットでは、Bot Connector REST API と関連する Bot State REST API の両方が使用されます。 Bot State REST API を使用すると、ボットはユーザーと会話に関連付けられた状態を格納および取得できます。

Bot Connector API と Bot State REST API の両方の認証は、JWT Bearer トークンを使用して行われ、 コネクタ認証 に関するドキュメントで詳しく説明されています。

Bot Connector REST API 用のクライアント ライブラリ

© 2016 Microsoft.

public class ConnectorClient : Microsoft.Rest.ServiceClient<Microsoft.Bot.Connector.ConnectorClient>, IDisposable, Microsoft.Bot.Connector.IConnectorClient
type ConnectorClient = class
    inherit ServiceClient<ConnectorClient>
    interface IConnectorClient
    interface IDisposable
Public Class ConnectorClient
Inherits ServiceClient(Of ConnectorClient)
Implements IConnectorClient, IDisposable
継承
Microsoft.Rest.ServiceClient<ConnectorClient>
ConnectorClient
実装

コンストラクター

ConnectorClient(DelegatingHandler[])

ConnectorClient クラスの新しいインスタンスを初期化します。

ConnectorClient(HttpClient, Boolean)

ConnectorClient クラスの新しいインスタンスを初期化します。

ConnectorClient(HttpClientHandler, DelegatingHandler[])

ConnectorClient クラスの新しいインスタンスを初期化します。

ConnectorClient(ServiceClientCredentials, DelegatingHandler[])

ConnectorClient クラスの新しいインスタンスを初期化します。

ConnectorClient(ServiceClientCredentials, HttpClient, Boolean)

ConnectorClient クラスの新しいインスタンスを初期化します。

ConnectorClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

ConnectorClient クラスの新しいインスタンスを初期化します。

ConnectorClient(Uri, DelegatingHandler[])

ConnectorClient クラスの新しいインスタンスを初期化します。

ConnectorClient(Uri, HttpClientHandler, DelegatingHandler[])

ConnectorClient クラスの新しいインスタンスを初期化します。

ConnectorClient(Uri, MicrosoftAppCredentials, Boolean, DelegatingHandler[])

Bot Connector REST API を使用すると、 ボットは Bot Framework 開発者ポータルで構成されたチャネルにメッセージを送受信できます。 コネクタ サービスでは、業界標準の REST と JSON を HTTPS 経由で使用します。

この REST API のクライアント ライブラリを使用できます。 一覧については、以下を参照してください。

多くのボットでは、Bot Connector REST API と関連する Bot State REST API の両方が使用されます。 Bot State REST API を使用すると、ボットはユーザーと会話に関連付けられた状態を格納および取得できます。

Bot Connector API と Bot State REST API の両方の認証は、JWT Bearer トークンを使用して行われ、 コネクタ認証 に関するドキュメントで詳しく説明されています。

Bot Connector REST API 用のクライアント ライブラリ

© 2016 Microsoft.

ConnectorClient(Uri, MicrosoftAppCredentials, Boolean, DelegatingHandler[])

ConnectorClient クラスの新しいインスタンスを初期化します。

ConnectorClient(Uri, MicrosoftAppCredentials, HttpClient, Boolean, DelegatingHandler[])

ConnectorClient クラスの新しいインスタンスを初期化します。

ConnectorClient(Uri, MicrosoftAppCredentials, HttpClientHandler, Boolean, DelegatingHandler[])

Bot Connector REST API を使用すると、 ボットは Bot Framework 開発者ポータルで構成されたチャネルにメッセージを送受信できます。 コネクタ サービスでは、業界標準の REST と JSON を HTTPS 経由で使用します。

この REST API のクライアント ライブラリを使用できます。 一覧については、以下を参照してください。

多くのボットでは、Bot Connector REST API と関連する Bot State REST API の両方が使用されます。 Bot State REST API を使用すると、ボットはユーザーと会話に関連付けられた状態を格納および取得できます。

Bot Connector API と Bot State REST API の両方の認証は、JWT Bearer トークンを使用して行われ、 コネクタ認証 に関するドキュメントで詳しく説明されています。

Bot Connector REST API 用のクライアント ライブラリ

© 2016 Microsoft.

ConnectorClient(Uri, MicrosoftAppCredentials, HttpClientHandler, Boolean, HttpClient, DelegatingHandler[])

ConnectorClient クラスの新しいインスタンスを初期化します。

ConnectorClient(Uri, ServiceClientCredentials, DelegatingHandler[])

ConnectorClient クラスの新しいインスタンスを初期化します。

ConnectorClient(Uri, ServiceClientCredentials, HttpClient, Boolean)

ConnectorClient クラスの新しいインスタンスを初期化します。

ConnectorClient(Uri, ServiceClientCredentials, HttpClient, Boolean, DelegatingHandler[])

ConnectorClient クラスの新しいインスタンスを初期化します。

ConnectorClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

ConnectorClient クラスの新しいインスタンスを初期化します。

ConnectorClient(Uri, String, String, DelegatingHandler[])

ConnectorClient クラスの新しいインスタンスを初期化します。

プロパティ

Attachments

IAttachments を取得します。

BaseUri

サービスのベース URI を取得または設定します。

Conversations

IConversations を取得します。

Credentials

クライアント サブスクリプションを一意に識別するサブスクリプション資格情報を取得します。

DeserializationSettings

JSON 逆シリアル化設定を取得します。

SerializationSettings

JSON シリアル化設定を取得します。

メソッド

AddDefaultRequestHeaders(HttpClient)

Bot Framework の既定のヘッダーを含むように HTTP クライアントを構成します。

GetArchitecture()

Azure Bot Serviceのプラットフォーム アーキテクチャを取得します。

GetASPNetVersion()

Azure Bot Serviceの.NET Framework バージョンの名前を取得します。

GetClientVersion<T>(T)

Azure Bot Serviceのアセンブリ バージョンを取得します。

GetOsVersion()

Azure Bot Serviceのオペレーティング システムの説明を取得します。

適用対象