Skip to content

Commit 8fdfb44

Browse files
authored
Merge pull request #25807 from microsoftgraph/JarbasHorst-patch-8
Fixed the TOC order for the AI interaction entry
2 parents c9d1f05 + 05a5bdc commit 8fdfb44

File tree

5 files changed

+42
-43
lines changed

5 files changed

+42
-43
lines changed

api-reference/beta/resources/aiinteractionhistory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ The following JSON representation shows the resource type.
4646

4747
```json
4848
{
49-
"interactions": [{"@odata.type": "microsoft.graph.aiinteraction"}],
49+
"interactions": [{"@odata.type": "microsoft.graph.aiinteraction"}]
5050
}
5151
```

api-reference/beta/resources/aiuser.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ The following JSON representation shows the resource type.
4444

4545
```json
4646
{
47-
"id": "String",
48-
"interactionHistory": [{"@odata.type": "microsoft.graph.aiinteractionhistory"}],
47+
"id": "String (identifier)"
4948
}
5049
```

api-reference/beta/toc/teamwork-and-communications/toc.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@
44
items:
55
- name: Overview
66
href: ../../resources/teams-api-overview.md
7+
- name: AI interactions (preview)
8+
items:
9+
- name: AI interaction history
10+
items:
11+
- name: AI interaction history
12+
href: ../../resources/aiinteractionhistory.md
13+
- name: List all enterprise interactions
14+
href: ../../api/aiinteractionhistory-getallenterpriseinteractions.md
15+
- name: Complex types
16+
items:
17+
- name: AI interaction
18+
href: ../../resources/aiinteraction.md
19+
- name: AI interaction attachment
20+
href: ../../resources/aiinteractionattachment.md
21+
- name: AI interaction context
22+
href: ../../resources/aiinteractioncontext.md
23+
- name: AI interaction link
24+
href: ../../resources/aiinteractionlink.md
25+
- name: AI interaction mention
26+
href: ../../resources/aiinteractionmention.md
27+
- name: AI interaction mentioned identity set
28+
href: ../../resources/aiinteractionmentionedidentityset.md
29+
- name: AI user
30+
href: ../../resources/aiuser.md
731
- name: Approvals
832
items:
933
- name: Approval item
@@ -574,30 +598,6 @@ items:
574598
items:
575599
- name: Virtual event external information
576600
href: ../../resources/virtualeventexternalinformation.md
577-
- name: AI interactions (preview)
578-
items:
579-
- name: AI interaction history
580-
items:
581-
- name: AI interaction history
582-
href: ../../resources/aiinteractionhistory.md
583-
- name: List all enterprise interactions
584-
href: ../../api/aiinteractionhistory-getallenterpriseinteractions.md
585-
- name: Complex types
586-
items:
587-
- name: AI interaction
588-
href: ../../resources/aiinteraction.md
589-
- name: AI interaction attachment
590-
href: ../../resources/aiinteractionattachment.md
591-
- name: AI interaction context
592-
href: ../../resources/aiinteractioncontext.md
593-
- name: AI interaction link
594-
href: ../../resources/aiinteractionlink.md
595-
- name: AI interaction mention
596-
href: ../../resources/aiinteractionmention.md
597-
- name: AI interaction mentioned identity set
598-
href: ../../resources/aiinteractionmentionedidentityset.md
599-
- name: AI user
600-
href: ../../resources/aiuser.md
601601
- name: Devices (preview)
602602
items:
603603
- name: Teamwork device

api-reference/beta/toc/toc.mapping.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2842,6 +2842,21 @@
28422842
"Microsoft Teams"
28432843
],
28442844
"childNodes": [
2845+
{
2846+
"name": "AI interactions (preview)",
2847+
"resources": [
2848+
"aiInteractionHistory"
2849+
],
2850+
"complexTypes": [
2851+
"aiInteraction",
2852+
"aiInteractionAttachment",
2853+
"aiInteractionContext",
2854+
"aiInteractionLink",
2855+
"aiInteractionMention",
2856+
"aiInteractionMentionedIdentitySet",
2857+
"aiUser"
2858+
]
2859+
},
28452860
{
28462861
"name": "Approvals",
28472862
"resources": [
@@ -2954,21 +2969,6 @@
29542969
}
29552970
]
29562971
},
2957-
{
2958-
"name": "AI interactions (preview)",
2959-
"resources": [
2960-
"aiInteractionHistory"
2961-
],
2962-
"complexTypes": [
2963-
"aiInteraction",
2964-
"aiInteractionAttachment",
2965-
"aiInteractionContext",
2966-
"aiInteractionLink",
2967-
"aiInteractionMention",
2968-
"aiInteractionMentionedIdentitySet",
2969-
"aiUser"
2970-
]
2971-
},
29722972
{
29732973
"name": "Devices (preview)",
29742974
"resources": [

changelog/Microsoft.Teams.GraphSvc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2450,7 +2450,7 @@
24502450
"Version": "beta",
24512451
"CreatedDateTime": "2024-11-24T07:19:22.6793915Z",
24522452
"WorkloadArea": "Teamwork and communications",
2453-
"SubArea": "Shift management"
2453+
"SubArea": "AI interactions"
24542454
}
24552455
]
24562456
}

0 commit comments

Comments
 (0)