SkillHttpClient 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use BotFrameworkAuthentication.CreateBotFrameworkClient() to obtain a client and perform the operations that were accomplished through SkillHttpClient.
一个 BotFrameworkHttpClient专用于技能的 ,用于封装对话 ID 生成。
[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) |