toneInfo resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
A single DTMF event.
Properties
Property | Type | Description |
---|---|---|
sequenceId | Int64 | An incremental identifier used for ordering DTMF events. |
tone | tone | Possible values are: tone0 , tone1 , tone2 , tone3 , tone4 , tone5 , tone6 , tone7 , tone8 , tone9 , star , pound , a , b , c , d , flash . |
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"
}