gestureSensing = $gestureSensing; } /** * @return bool */ public function getGestureSensing() { return $this->gestureSensing; } /** * @param bool */ public function setOmniswipeGestureCapable($omniswipeGestureCapable) { $this->omniswipeGestureCapable = $omniswipeGestureCapable; } /** * @return bool */ public function getOmniswipeGestureCapable() { return $this->omniswipeGestureCapable; } /** * @param bool */ public function setTapGestureCapable($tapGestureCapable) { $this->tapGestureCapable = $tapGestureCapable; } /** * @return bool */ public function getTapGestureCapable() { return $this->tapGestureCapable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiGestureCapabilities::class, 'Google_Service_Contentwarehouse_AssistantApiGestureCapabilities');