supportsHotwordSensitivity = $supportsHotwordSensitivity; } /** * @return bool */ public function getSupportsHotwordSensitivity() { return $this->supportsHotwordSensitivity; } /** * @param bool */ public function setSupportsSimpleStop($supportsSimpleStop) { $this->supportsSimpleStop = $supportsSimpleStop; } /** * @return bool */ public function getSupportsSimpleStop() { return $this->supportsSimpleStop; } /** * @param bool */ public function setSupportsSpeakerId($supportsSpeakerId) { $this->supportsSpeakerId = $supportsSpeakerId; } /** * @return bool */ public function getSupportsSpeakerId() { return $this->supportsSpeakerId; } /** * @param bool */ public function setSupportsWarmWords($supportsWarmWords) { $this->supportsWarmWords = $supportsWarmWords; } /** * @return bool */ public function getSupportsWarmWords() { return $this->supportsWarmWords; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiSodaCapabilities::class, 'Google_Service_Contentwarehouse_AssistantApiSodaCapabilities');