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 is a JSON representation of the resource.

{
  "state": "notStarted | active | inactive",
  "lastModifiedDateTime": "String (timestamp)"
}