Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.32 KB

File metadata and controls

60 lines (46 loc) · 1.32 KB
title toneInfo resource type
description A single DTMF event.
author ananmishr
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

toneInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

A single DTMF event.

Properties

Property Type Description
sequenceId Int64 An incremental identifier used for ordering DTMF events.
tone tone The possible values are: tone0, tone1, tone2, tone3, tone4, tone5, tone6, tone7, tone8, tone9, star, pound, a, b, c, d, flash.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "sequenceId": 1024,
  "tone": "tone0 | tone1 | tone2 | tone3 | tone4 | tone5 | tone6 | tone7 | tone8 | tone9 | star | pound | a | b | c | d | flash"
}