generativeQuestionConfig = $generativeQuestionConfig; } /** * @return GoogleCloudRetailV2GenerativeQuestionConfig */ public function getGenerativeQuestionConfig() { return $this->generativeQuestionConfig; } /** * Optional. Indicates which fields in the provided GenerativeQuestionConfig * to update. The following are NOT supported: * * GenerativeQuestionConfig.frequency If not set or empty, all supported * fields are updated. * * @param string $updateMask */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2UpdateGenerativeQuestionConfigRequest::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2UpdateGenerativeQuestionConfigRequest');