gpt4 book ai didi

c# - 发送聊天消息

转载 作者:太空狗 更新时间:2023-10-30 01:16:44 24 4
gpt4 key购买 nike

我有这个代码:

var msg = new ChatMessage();
msg.Body = "Test";
msg.Recipients.Add("number");

var cms = await ChatMessageManager.RequestStoreAsync();
await cms.SendMessageAsync(msg);

我对上面代码的 await 部分有疑问。我得到异常:

Access is denied.

appxmanifest 的功能中,我选择了:

Chat Message Access

(我试过全选,但没用)。我找不到任何必须满足的 sample 和要求。

感谢您的帮助。

最佳答案

如果你看一下at MSDN你会看到:

This API is not available to all Windows/Windows Phone apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

关于c# - 发送聊天消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34276040/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com