AcsRouterWorkerOfferAcceptedEventData type
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.RouterWorkerOfferAccepted event
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 }
}