I'm using the JavaScript SDK, and I noticed that the response that I get from platformClient.RoutingApi.getRoutingQueues method includes a "predictiveRouting" attribute, which is missing from Models.Queue interface. I tried updating to the latest version of the SDK but the attribute is still absent. Interestingly the Models.PredictiveRouting interface exists, so it looks like someone has just forgotten to add the attribute to Models.Queue?
Can the SDK please be updated to include the following within "export interface Queue" body:
"predictiveRouting"?: Models.PredictiveRouting,
Thanks,
Nick.
#PlatformSDK------------------------------
Nick Tait
Genesys Consultant
------------------------------