Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 2.66 KB

File metadata and controls

74 lines (60 loc) · 2.66 KB
title senddtmftonesoperation resource type
description The sendDtmfTones operation to obtain the result of the sendDtmfTones action.
author jackry2023
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 03/06/2024

sendDtmfTonesOperation resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents an operation to get the results of an action to send DTMF tones in a call.

Inherits from commsOperation.

Properties

Property Type Description
clientContext String A unique string that the client sends to Microsoft Graph to keep context in multiple requests. Maximum size is 256 characters.
completionReason sendDtmfCompletionReason The results of the action. The possible values are: unknown, completedSuccessfully, mediaOperationCanceled, unknownfutureValue.
id String Read-only.
resultInfo resultInfo The result information with a specific status code, subcode, and message. Read-only.
status String The status of the operation. The possible values are: notStarted, running, completed, failed.

sendDtmfCompletionReason values

Member Description
unknown Completion reason with unknown error.
completedSuccessfully Successful completion.
mediaOperationCanceled Media operation was canceled.
unknownFutureValue Evolvable enumeration sentinel value. Do not use.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "clientContext": "string",
  "completionReason": "string",
  "id": "string",
  "resultInfo": {"@odata.type": "#microsoft.graph.resultInfo"},
  "status": "string"
}