Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.44 KB

File metadata and controls

54 lines (42 loc) · 1.44 KB
title feedbackTokenSet resource type
description The feedbackTokenSet type
ms.localizationpriority medium
author mcm223
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 04/22/2024

feedbackTokenSet resource type

Namespace: microsoft.graph.callRecords

[!INCLUDE beta-disclaimer]

This is an open type that represents the set of feedback tokens provided by the user of this endpoint for the Session. This is a set of Boolean properties. The property names shouldn't be relied upon since they may change depending on what tokens are offered to the user.

Properties

Explicit property names won't be documented since the feedback token names can change, hence this is an open type.

JSON representation

The following JSON representation shows the resource type.

{
  "DistortedSpeech": true,
  "ElectronicFeedback": false,
  "BackgroundNoise": true,
  "MuffledSpeech": true,
  "Echo": false
}