sendDtmfTonesOperation resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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