Nicla Sense ME Tap Detection

Is there a tap detection sensor ID on the Nicla Sense ME for single, double and triple taps? I am trying to use the tap method in a sketch to start data acquistiion and writing sensor data to a file. There appears to be tap detection for the Nicla Vision in the LSM6DSOXSensor.h library, but not in the Arduino_BHY2.h library.

LSM6DSOXStatusTypeDef Enable_Single_Tap_Detection(LSM6DSOX_SensorIntPin_t IntPin);
LSM6DSOXStatusTypeDef Disable_Single_Tap_Detection();
LSM6DSOXStatusTypeDef Enable_Double_Tap_Detection(LSM6DSOX_SensorIntPin_t IntPin);
LSM6DSOXStatusTypeDef Disable_Double_Tap_Detection();
LSM6DSOXStatusTypeDef Set_Tap_Threshold(uint8_t Threshold);
LSM6DSOXStatusTypeDef Set_Tap_Shock_Time(uint8_t Time);
LSM6DSOXStatusTypeDef Set_Tap_Quiet_Time(uint8_t Time);
LSM6DSOXStatusTypeDef Set_Tap_Duration_Time(uint8_t Time);