Botframework 直接消息不会到达 Bot
Botframework Directline Message wont reach to Bot
我正在尝试在 UWP 上使用 C# 通过 directline v3 向我的机器人发送消息
await Client.Conversations.PostActivityAsync(conversation.ConversationId, userMesage);
但是在我的 Bot 连接器上,我在 Directline 频道上收到了这条消息:
There was an error sending this message to your bot: HTTP status code GatewayTimeout
我明白了,好像我没有正确设置我的机器人凭据。
我正在尝试在 UWP 上使用 C# 通过 directline v3 向我的机器人发送消息
await Client.Conversations.PostActivityAsync(conversation.ConversationId, userMesage);
但是在我的 Bot 连接器上,我在 Directline 频道上收到了这条消息:
There was an error sending this message to your bot: HTTP status code GatewayTimeout
我明白了,好像我没有正确设置我的机器人凭据。