Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
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. Don't 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"
}