fallbackToTetheredDeviceAppCapabilities = $fallbackToTetheredDeviceAppCapabilities; } /** * @return bool */ public function getFallbackToTetheredDeviceAppCapabilities() { return $this->fallbackToTetheredDeviceAppCapabilities; } /** * @param bool */ public function setPreferTargetingPrimaryDevice($preferTargetingPrimaryDevice) { $this->preferTargetingPrimaryDevice = $preferTargetingPrimaryDevice; } /** * @return bool */ public function getPreferTargetingPrimaryDevice() { return $this->preferTargetingPrimaryDevice; } /** * @param string[] */ public function setSupportedRecipientTypes($supportedRecipientTypes) { $this->supportedRecipientTypes = $supportedRecipientTypes; } /** * @return string[] */ public function getSupportedRecipientTypes() { return $this->supportedRecipientTypes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiMessageCapabilities::class, 'Google_Service_Contentwarehouse_AssistantApiMessageCapabilities');