ConnectorClient クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 実装
コンストラクター
プロパティ
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のオペレーティング システムの説明を取得します。 |