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