callRoute 资源类型
命名空间:microsoft.graph
表示呼叫路由类型。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| final | identitySet | 在呼叫中解析到的标识。 |
| 源语言 | identitySet | 最初在调用中使用的标识。 |
| routingType | String | 可取值为:forwarded、lookup、selfFork。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"final": {"@odata.type": "#microsoft.graph.identitySet"},
"original": {"@odata.type": "#microsoft.graph.identitySet"},
"routingType": "forwarded | lookup | selfFork"
}
反馈
提交和查看相关反馈