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 is a JSON representation of the resource.
{
"lastModifiedDateTime": "String (timestamp)",
"state": "notStarted | active | inactive"
}
Feedback
Submit and view feedback for