Freigeben über


AcsRouterWorkerOfferAcceptedEventData type

Schema der Data-Eigenschaft eines EventGridEvent für ein Microsoft.Communication.RouterWorkerOfferAccepted-Ereignis

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 }
}