| title | callTranscriptionInfo resource type |
|---|---|
| description | Represents a single DTMF event. |
| author | rzhang |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents a single DTMF event.
| Property | Type | Description |
|---|---|---|
| state | String | The possible values are: notStarted, active, inactive. |
| lastModifiedDateTime | DateTime | The state modified time in UTC. |
None.
The following JSON representation shows the resource type.
{
"state": "notStarted | active | inactive",
"lastModifiedDateTime": "String (timestamp)"
}