Skip to content

Latest commit

 

History

History
70 lines (56 loc) · 3.31 KB

File metadata and controls

70 lines (56 loc) · 3.31 KB
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

recordOperation resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Contains information related to audio recording.

Properties

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.

Relationships

None.

JSON representation

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"
}