你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AcsIncomingCallEventData interface
Microsoft.Communication.IncomingCall 事件的 EventGridEvent 的 Data 属性的架构
属性
caller |
调用方显示名称。 |
correlation |
CorrelationId (CallId) 。 |
custom |
传入呼叫的自定义上下文 |
from |
发起呼叫的用户的通信标识符。 |
incoming |
已签名的传入呼叫上下文。 |
server |
服务器调用的 ID |
to |
目标用户的通信标识符。 |
属性详细信息
callerDisplayName
调用方显示名称。
callerDisplayName: string
属性值
string
correlationId
CorrelationId (CallId) 。
correlationId: string
属性值
string
customContext
fromCommunicationIdentifier
发起呼叫的用户的通信标识符。
fromCommunicationIdentifier: CommunicationIdentifierModel
属性值
incomingCallContext
已签名的传入呼叫上下文。
incomingCallContext: string
属性值
string
serverCallId
服务器调用的 ID
serverCallId: string
属性值
string
toCommunicationIdentifier
目标用户的通信标识符。
toCommunicationIdentifier: CommunicationIdentifierModel