| title | recordOperation resource type |
|---|---|
| description | Contains information related to audio recording. |
| author | ananmishr |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Contains information related to audio recording.
| Property | Type | Description |
|---|---|---|
| clientContext | String | Unique Client Context string. Max limit is 256 chars. |
| completionReason | String | The possible values are: operationCanceled, stopToneDetected, maxRecordDurationReached, initialSilenceTimeout, maxSilenceTimeout, playPromptFailed, playBeepFailed, mediaReceiveTimeout, unspecifiedError, none. |
| id | String | The server operation ID. Read-only. |
| recordingAccessToken | String | The access token required to retrieve the recording. |
| recordingLocation | String | The location where the recording is located. |
| resultInfo | resultInfo | The result information. Read-only. |
| status | String | The possible values are: notStarted, running, completed, failed. Read-only. |
None.
The following JSON representation shows the resource type.
{
"clientContext": "String",
"completionReason": "operationCanceled | stopToneDetected | maxRecordDurationReached | initialSilenceTimeout | maxSilenceTimeout | playPromptFailed | playBeepFailed | mediaReceiveTimeout | unspecifiedError | none",
"id": "String (identifier)",
"recordingAccessToken": "String",
"recordingLocation": "String",
"resultInfo": {"@odata.type": "#microsoft.graph.resultInfo"},
"status": "notStarted | running | completed | failed"
}