启用S​​kype for chatbot的商业频道

时间:2018-04-12 12:05:25

标签: powershell azure botframework chatbot skype-for-business

我正在使用一个Azure帐户,其中我的AD应用程序与Skype链接以进行商业订阅,另一个Azure帐户我已经托管了聊天机器人。

我正在运行以下powershell命令:

Import-PSSession (New-CsOnlineSession -Credential (Get-Credential))

New-CsOnlineApplicationEndpoint -ApplicationId 561bae84-ea1c-4f75-a512-b84566779c2w -Name NameOfTheBot -Uri sip:username@yourdomain.com

当然,有名字和sip id。

我在powershell中遇到以下错误:

Cmdlet invocation error
    + CategoryInfo          : NotSpecified: (:) [New-CsOnlineApplicationEndpoint], CmdletInvocationException
    + FullyQualifiedErrorId : Error processing cmdlet request,Microsoft.Rtc.Management.Hosted.PlatformService.NewPlatf
   ormServiceAppEndpointConfigCmdlet
    + PSComputerName        : adminin1.online.lync.com

Could not find the application endpoint
    + CategoryInfo          : InvalidOperation: (Microsoft.Rtc.M...cation endpoint:PlatformServiceCmdletException) [Ne
   w-CsOnlineApplicationEndpoint], PlatformServiceException
    + FullyQualifiedErrorId : Could not get application endpoint or the Uri is already present as an User in BVD,Micro
   soft.Rtc.Management.Hosted.PlatformService.NewPlatformServiceAppEndpointConfigCmdlet
    + PSComputerName        : adminin1.online.lync.com

Skype for business和chatbot是否应与同一帐户关联?

0 个答案:

没有答案