BotFrameworkSkill.SkillEndpoint 属性

定义

获取或设置技能的 /api/messages 终结点。

public Uri SkillEndpoint { get; set; }
member this.SkillEndpoint : Uri with get, set
Public Property SkillEndpoint As Uri

属性值

Uri

技能的 /api/messages 终结点。

适用于