Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 907 Bytes

File metadata and controls

41 lines (31 loc) · 907 Bytes
title callTranscriptionInfo resource type
description Represents a single DTMF event.
author rzhang
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

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 The possible values are: notStarted, active, inactive.

JSON representation

The following JSON representation shows the resource type.

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