microsoft/teams.net

Public

mirrored from https://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
next/core-activitybuilder

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

Tests/Microsoft.Teams.Api.Tests/Json/Activity/Invokes/QueryMEActivity.json

38lines · modecode

1{
2 "id": "id:data",
3 "type": "invoke",
4 "channelId": "msteams",
5 "name": "composeExtension/query",
6 "value": {
7 "commandId": "searchCmd",
8 "parameters": [
9 {
10 "name": "Somelist",
11 "value": "Toronto"
12 }
13 ]
14 },
15 "from": {
16 "id": "botId",
17 "aadObjectId": "aadObjectId",
18 "name": "User Name"
19 },
20 "recipient": {
21 "id": "recipientId",
22 "name": "Recipient Name"
23 },
24 "conversation": {
25 "id": "convId",
26 "conversationType": "personal"
27 },
28 "serviceUrl": "https://me-url",
29 "entities": [
30 {
31 "type": "clientInfo",
32 "locale": "en-US",
33 "country": "US",
34 "platform": "Windows",
35 "timezone": "GMT-8"
36 }
37 ]
38}