| title | userFeedback resource type |
|---|---|
| description | The userFeedback type. |
| ms.localizationpriority | medium |
| author | mcm223 |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph.callRecords
[!INCLUDE beta-disclaimer]
Represents the feedback provided by the user an endpoint about the quality of the session.
| Property | Type | Description |
|---|---|---|
| rating | microsoft.graph.callRecords.userFeedbackRating | The rating provided by the user of this endpoint about the quality of this Session. The possible values are: notRated, bad, poor, fair, good, excellent, unknownFutureValue. |
| text | String | The feedback text provided by the user of this endpoint for the session. |
| tokens | microsoft.graph.callRecords.feedbackTokenSet | 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 should not be relied upon since they may change depending on what tokens are offered to the user. |
The following JSON representation shows the resource type.
{
"rating": "String",
"text": "String",
"tokens": {"@odata.type": "microsoft.graph.callRecords.feedbackTokenSet"}
}