端点 URL 具有无效值
Endpoint URL has an invalid value
我正在尝试在 https://dev.botframework.com
注册我的机器人
However, when I put https://localhost:44338/api/messages in the
Messaging endpoint field I get an error - Endpoint URL has an invalid
value. My bot is running locally on https://localhost:44338.
Also is there any way I can create my own web client which can
communicate with my Bot.
Is Bot Registration mandatory for it to be deployed in production.
您似乎正在尝试使用本地实例注册您的机器人,而您需要使用已部署(生产)实例。
将您的机器人发布到 Azure 并使用您从中获得的 URL。在 Visual Studio 中,您可以右键单击您的项目,然后 select "Publish"- 只需按照那里的说明操作即可。
您可以创建自己的客户端,是的。您可以使用浏览器或其他任何工具向您的生产机器人发出 HTTP 请求。
如果您使用机器人连接器,则需要注册您的机器人。
希望对您有所帮助。
我正在尝试在 https://dev.botframework.com
注册我的机器人However, when I put https://localhost:44338/api/messages in the Messaging endpoint field I get an error - Endpoint URL has an invalid value. My bot is running locally on https://localhost:44338.
Also is there any way I can create my own web client which can communicate with my Bot.
Is Bot Registration mandatory for it to be deployed in production.
您似乎正在尝试使用本地实例注册您的机器人,而您需要使用已部署(生产)实例。
将您的机器人发布到 Azure 并使用您从中获得的 URL。在 Visual Studio 中,您可以右键单击您的项目,然后 select "Publish"- 只需按照那里的说明操作即可。
您可以创建自己的客户端,是的。您可以使用浏览器或其他任何工具向您的生产机器人发出 HTTP 请求。
如果您使用机器人连接器,则需要注册您的机器人。
希望对您有所帮助。