Hello. When using the Gamification SDK, I am getting a module error:
'AttributeError: module 'PureCloudPlatformClientV2' has no attribute 'ExternalMetricDataWriteRequest'
Other Gamification API methods are working for example 'get_gamification_leaderboard_all'. I can see this function defined in the gamification_api.py file, however I do not see a 'post_employeeperformance_externalmetrics_data' method as specified in the documentation and example. I am following the sample code from the SDK article below:
https://developer.genesys.cloud/devapps/sdk/docexplorer/purecloudpython/GamificationApi#post_employeeperformance_externalmetrics_data
Please let me know if there is a fix for this.