You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/beta/generated/app/calls/item/participants/item/reportsyntheticmedia/ReportSyntheticMediaRequestBuilder.java
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -35,18 +35,20 @@ public ReportSyntheticMediaRequestBuilder(@jakarta.annotation.Nonnull final Stri
* Report synthetic media detections for a participant in a meeting call. This action is intended for certified third-party audio and video synthetic media detection bots admitted to the meeting call. The detection bot calls this action to flag a participant whose stream it identifies as AI-generated or synthetic media. The detection result is propagated to all participants via roster updates. After a successful request, the service stores the detection on the participant as a syntheticMediaDetectionInfo object in the participant's syntheticMediaDetection property and delivers it to all participants in a roster update notification. Each request with a new id creates a separate detection record; the service doesn't deduplicate or merge reports. When a participant has multiple detection records, the syntheticMediaDetection property reflects the most recent report. Third-party bots can invoke this action only when the meeting tenant administrator grants the app the Calls.ReportSyntheticMedia.All application permission. The detection bot must be admitted to the call before it can call this action. For more information about registering a calling bot and joining calls, see Calls and online meetings. The bot obtains the call ID and participant ID from the call roster and subsequent participant roster update notifications, and uses the call's id as {call-id} and the participant's id as {participant-id} in the request URL.
39
39
* @param body The request body
40
40
* @throws ODataError When receiving a 4XX or 5XX status code
41
+
* @see <a href="https://learn.microsoft.com/graph/api/participant-reportsyntheticmedia?view=graph-rest-beta">Find more info here</a>
* Report synthetic media detections for a participant in a meeting call. This action is intended for certified third-party audio and video synthetic media detection bots admitted to the meeting call. The detection bot calls this action to flag a participant whose stream it identifies as AI-generated or synthetic media. The detection result is propagated to all participants via roster updates. After a successful request, the service stores the detection on the participant as a syntheticMediaDetectionInfo object in the participant's syntheticMediaDetection property and delivers it to all participants in a roster update notification. Each request with a new id creates a separate detection record; the service doesn't deduplicate or merge reports. When a participant has multiple detection records, the syntheticMediaDetection property reflects the most recent report. Third-party bots can invoke this action only when the meeting tenant administrator grants the app the Calls.ReportSyntheticMedia.All application permission. The detection bot must be admitted to the call before it can call this action. For more information about registering a calling bot and joining calls, see Calls and online meetings. The bot obtains the call ID and participant ID from the call roster and subsequent participant roster update notifications, and uses the call's id as {call-id} and the participant's id as {participant-id} in the request URL.
47
48
* @param body The request body
48
49
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
49
50
* @throws ODataError When receiving a 4XX or 5XX status code
51
+
* @see <a href="https://learn.microsoft.com/graph/api/participant-reportsyntheticmedia?view=graph-rest-beta">Find more info here</a>
* Report synthetic media detections for a participant in a meeting call. This action is intended for certified third-party audio and video synthetic media detection bots admitted to the meeting call. The detection bot calls this action to flag a participant whose stream it identifies as AI-generated or synthetic media. The detection result is propagated to all participants via roster updates. After a successful request, the service stores the detection on the participant as a syntheticMediaDetectionInfo object in the participant's syntheticMediaDetection property and delivers it to all participants in a roster update notification. Each request with a new id creates a separate detection record; the service doesn't deduplicate or merge reports. When a participant has multiple detection records, the syntheticMediaDetection property reflects the most recent report. Third-party bots can invoke this action only when the meeting tenant administrator grants the app the Calls.ReportSyntheticMedia.All application permission. The detection bot must be admitted to the call before it can call this action. For more information about registering a calling bot and joining calls, see Calls and online meetings. The bot obtains the call ID and participant ID from the call roster and subsequent participant roster update notifications, and uses the call's id as {call-id} and the participant's id as {participant-id} in the request URL.
60
62
* @param body The request body
61
63
* @return a {@link RequestInformation}
62
64
*/
@@ -65,7 +67,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
65
67
returntoPostRequestInformation(body, null);
66
68
}
67
69
/**
68
-
* Invoke action reportSyntheticMedia
70
+
* Report synthetic media detections for a participant in a meeting call. This action is intended for certified third-party audio and video synthetic media detection bots admitted to the meeting call. The detection bot calls this action to flag a participant whose stream it identifies as AI-generated or synthetic media. The detection result is propagated to all participants via roster updates. After a successful request, the service stores the detection on the participant as a syntheticMediaDetectionInfo object in the participant's syntheticMediaDetection property and delivers it to all participants in a roster update notification. Each request with a new id creates a separate detection record; the service doesn't deduplicate or merge reports. When a participant has multiple detection records, the syntheticMediaDetection property reflects the most recent report. Third-party bots can invoke this action only when the meeting tenant administrator grants the app the Calls.ReportSyntheticMedia.All application permission. The detection bot must be admitted to the call before it can call this action. For more information about registering a calling bot and joining calls, see Calls and online meetings. The bot obtains the call ID and participant ID from the call roster and subsequent participant roster update notifications, and uses the call's id as {call-id} and the participant's id as {participant-id} in the request URL.
69
71
* @param body The request body
70
72
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/beta/generated/chats/item/targetedmessages/TargetedMessagesRequestBuilder.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ public TargetedMessagesRequestBuilder(@jakarta.annotation.Nonnull final String r
* A collection of targeted messages in the chat that are visible only to specific users. Nullable.
63
+
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
64
64
* @return a {@link TargetedChatMessageCollectionResponse}
65
65
* @throws ODataError When receiving a 4XX or 5XX status code
66
66
*/
@@ -69,7 +69,7 @@ public TargetedChatMessageCollectionResponse get() {
69
69
returnget(null);
70
70
}
71
71
/**
72
-
* A collection of targeted messages in the chat that are visible only to specific users. Nullable.
72
+
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
73
73
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
74
74
* @return a {@link TargetedChatMessageCollectionResponse}
75
75
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,15 +107,15 @@ public TargetedChatMessage post(@jakarta.annotation.Nonnull final TargetedChatMe
* A collection of targeted messages in the chat that are visible only to specific users. Nullable.
110
+
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* A collection of targeted messages in the chat that are visible only to specific users. Nullable.
118
+
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
119
119
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
120
120
* @return a {@link RequestInformation}
121
121
*/
@@ -161,7 +161,7 @@ public TargetedMessagesRequestBuilder withUrl(@jakarta.annotation.Nonnull final
* A collection of targeted messages in the chat that are visible only to specific users. Nullable.
164
+
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/beta/generated/chats/item/targetedmessages/item/TargetedChatMessageItemRequestBuilder.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
* A collection of targeted messages in the chat that are visible only to specific users. Nullable.
76
+
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
77
77
* @return a {@link TargetedChatMessage}
78
78
* @throws ODataError When receiving a 4XX or 5XX status code
79
79
*/
@@ -82,7 +82,7 @@ public TargetedChatMessage get() {
82
82
returnget(null);
83
83
}
84
84
/**
85
-
* A collection of targeted messages in the chat that are visible only to specific users. Nullable.
85
+
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
86
86
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
87
87
* @return a {@link TargetedChatMessage}
88
88
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -140,15 +140,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
140
140
returnrequestInfo;
141
141
}
142
142
/**
143
-
* A collection of targeted messages in the chat that are visible only to specific users. Nullable.
143
+
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* A collection of targeted messages in the chat that are visible only to specific users. Nullable.
151
+
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
152
152
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
153
153
* @return a {@link RequestInformation}
154
154
*/
@@ -200,7 +200,7 @@ public TargetedChatMessageItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
* A collection of targeted messages in the chat that are visible only to specific users. Nullable.
203
+
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
0 commit comments