我正在尝试按照here
所述在Skype for Business网络上发布我的机器人按照这个程序,我收到了这个警告:
PS C:\Users\XXX> New-CsOnlineApplicationEndpoint -ApplicationIdd XXX -Name NameOfTheBot -Uri sip:bot@XXX.com
WARNING: Attention: sip:bot@XXX.com configuration is not complete. In order to complete sip:bot@XXX.com configuration, you must also run corresponding on-premises commands to create the relevant object(s) in your on-premises topology. Please copy and paste the below commands and run them with appropriate admin privileges in your on-premises Skype for Business environment.
WARNING: New-CsHybridApplicationEndpoint -ApplicationId XXX -DisplayName "NameOfTheBot" -SipAddress sip:bot@XXX.com -OU [A_VALID_OU]
但是,这不是Skype for Business内部部署网络。 无论如何,我决定忽略这个警告。
等待2天后,机器人仍然没有在网络上显示。我需要做些什么来启用它吗?
由于