expressUrlInSettingsResponseSupported = $expressUrlInSettingsResponseSupported; } /** * @return bool */ public function getExpressUrlInSettingsResponseSupported() { return $this->expressUrlInSettingsResponseSupported; } /** * @param bool */ public function setReconnectClientInputSupported($reconnectClientInputSupported) { $this->reconnectClientInputSupported = $reconnectClientInputSupported; } /** * @return bool */ public function getReconnectClientInputSupported() { return $this->reconnectClientInputSupported; } /** * @param bool */ public function setSimpleActionV2PuntSupported($simpleActionV2PuntSupported) { $this->simpleActionV2PuntSupported = $simpleActionV2PuntSupported; } /** * @return bool */ public function getSimpleActionV2PuntSupported() { return $this->simpleActionV2PuntSupported; } /** * @param string[] */ public function setSupportedActionType($supportedActionType) { $this->supportedActionType = $supportedActionType; } /** * @return string[] */ public function getSupportedActionType() { return $this->supportedActionType; } /** * @param bool */ public function setTakeScreenshotSupported($takeScreenshotSupported) { $this->takeScreenshotSupported = $takeScreenshotSupported; } /** * @return bool */ public function getTakeScreenshotSupported() { return $this->takeScreenshotSupported; } /** * @param bool */ public function setVoiceDelightImmersiveUiSupported($voiceDelightImmersiveUiSupported) { $this->voiceDelightImmersiveUiSupported = $voiceDelightImmersiveUiSupported; } /** * @return bool */ public function getVoiceDelightImmersiveUiSupported() { return $this->voiceDelightImmersiveUiSupported; } /** * @param bool */ public function setVoiceDelightStickersSupported($voiceDelightStickersSupported) { $this->voiceDelightStickersSupported = $voiceDelightStickersSupported; } /** * @return bool */ public function getVoiceDelightStickersSupported() { return $this->voiceDelightStickersSupported; } /** * @param bool */ public function setVoiceDelightSuggestionsSupported($voiceDelightSuggestionsSupported) { $this->voiceDelightSuggestionsSupported = $voiceDelightSuggestionsSupported; } /** * @return bool */ public function getVoiceDelightSuggestionsSupported() { return $this->voiceDelightSuggestionsSupported; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiActionV2SupportedFeatures::class, 'Google_Service_Contentwarehouse_AssistantApiActionV2SupportedFeatures');