Thanks you reply.
actual , I want to send a message to my friend with my skype by Rest api or other way, Programmatic excute send @YutongTie-MSFT
azure skype bot can't create conversation and send message to user
忠忠 何
0
Reputation points
azure skype bot can't create conversation and send message to user.
I post the https://skype.botframework.com/v3/conversations rest api,
post data:
{
"isGroup": false,
"bot": {
"id": "live:1_abcd1234ABCD",
"name": "myrobot",
"role": "Bot"
},
"members": [
{
"id": "live:.cid.a6306d5a16b69586",
"name": "Felicia",
"role": "User"
}
],
"topicName": "Welcome",
"activity": {
"type": "message",
"channelId": "Skype",
"text": "hello word"
}
}
and it's alaways return result:
{"error":{"code":"BadSyntax","message":"Bad format of conversation ID"}}
what can i do?
1 answer
Sort by: Most helpful
-
忠忠 何 0 Reputation points
2024-11-22T02:59:53.41+00:00