Udostępnij za pośrednictwem


AcsRouterWorkerOfferAcceptedEventData type

Schemat właściwości Data zdarzenia EventGridEvent dla zdarzenia Microsoft.Communication.RouterWorkerOfferAccepted

type AcsRouterWorkerOfferAcceptedEventData = AcsRouterWorkerEventData & {
  assignmentId: string
  jobLabels: { [propertyName: string]: string }
  jobPriority: number
  jobTags: { [propertyName: string]: string }
  offerId: string
  queueId: string
  workerLabels: { [propertyName: string]: string }
  workerTags: { [propertyName: string]: string }
}