callTranscriptionInfo resource type
Namespace: microsoft.graph
Represents a single DTMF event.
Properties
Property | Type | Description |
---|---|---|
lastModifiedDateTime | DateTime | The state modified time in UTC. |
state | String | Possible values are: notStarted , active , inactive . |
JSON representation
The following JSON representation shows the resource type.
{
"lastModifiedDateTime": "String (timestamp)",
"state": "notStarted | active | inactive"
}