SkillHttpClient 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use BotFrameworkAuthentication.CreateBotFrameworkClient() to obtain a client and perform the operations that were accomplished through SkillHttpClient.
BotFrameworkHttpClient特製化技能,可封裝對話識別碼產生。
[System.Obsolete("Use BotFrameworkAuthentication.CreateBotFrameworkClient() to obtain a client and perform the operations that were accomplished through SkillHttpClient.")]
public class SkillHttpClient : Microsoft.Bot.Builder.Integration.AspNet.Core.BotFrameworkHttpClient
[<System.Obsolete("Use BotFrameworkAuthentication.CreateBotFrameworkClient() to obtain a client and perform the operations that were accomplished through SkillHttpClient.")>]
type SkillHttpClient = class
inherit BotFrameworkHttpClient
Public Class SkillHttpClient
Inherits BotFrameworkHttpClient
- 繼承
- 屬性
建構函式
SkillHttpClient(HttpClient, ICredentialProvider, SkillConversationIdFactoryBase, IChannelProvider, ILogger) |
已淘汰.
初始化 SkillHttpClient 類別的新執行個體。 |
屬性
ChannelProvider |
已淘汰.
取得這個配接器的通道提供者。 (繼承來源 BotFrameworkHttpClient) |
CredentialProvider |
已淘汰.
取得這個配接器的認證提供者。 (繼承來源 BotFrameworkHttpClient) |
HttpClient |
已淘汰.
取得這個配接器的 HttpClient。 (繼承來源 BotFrameworkHttpClient) |
Logger |
已淘汰.
取得這個配接器的記錄器。 (繼承來源 BotFrameworkHttpClient) |