callRoute 资源类型

命名空间:microsoft.graph

表示呼叫路由类型。

属性

属性 类型 说明
最后 identitySet 在调用中解析为 的标识。
源语言 identitySet 最初在调用中使用的标识。
routingType String 可取值为:forwardedlookupselfFork

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "final": {"@odata.type": "#microsoft.graph.identitySet"},
  "original": {"@odata.type": "#microsoft.graph.identitySet"},
  "routingType": "forwarded | lookup | selfFork"
}