| 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 |
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.
| 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. |
| Member | Description |
|---|---|
| unknown | Completion reason with unknown error. |
| completedSuccessfully | Successful completion. |
| mediaOperationCanceled | Media operation was canceled. |
| unknownFutureValue | Evolvable enumeration sentinel value. Do not use. |
None.
The following JSON representation shows the resource type.
{
"clientContext": "string",
"completionReason": "string",
"id": "string",
"resultInfo": {"@odata.type": "#microsoft.graph.resultInfo"},
"status": "string"
}