callTranscriptionInfo 资源类型
命名空间:microsoft.graph
表示单个 DTMF 事件。
属性
属性 | 类型 | 说明 |
---|---|---|
lastModifiedDateTime | 日期时间 | 状态修改时间(UTC)。 |
state | String | 可取值为:notStarted 、active 、inactive 。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"lastModifiedDateTime": "String (timestamp)",
"state": "notStarted | active | inactive"
}