callTranscriptionInfo-Ressourcentyp
Namespace: microsoft.graph
Stellt ein einzelnes DTMF-Ereignis dar.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
lastModifiedDateTime | DateTime | Die Uhrzeit der Zustandsänderung in UTC. |
state | Zeichenfolge | Mögliche Werte sind: notStarted , active und inactive . |
JSON-Darstellung
Die folgende JSON-Darstellung zeigt den Ressourcentyp.
{
"lastModifiedDateTime": "String (timestamp)",
"state": "notStarted | active | inactive"
}